IvyDE doesn't set the ${basedir} property
-----------------------------------------
Key: IVYDE-51
URL: https://issues.apache.org/jira/browse/IVYDE-51
Project: IvyDE
Issue Type: Improvement
Components: classpath container
Affects Versions: 1.3.0
Reporter: Maarten Coene
IvyDE doesn't specify the ${basedir} property when resolving the dependencies.
This means that it's not possible to resolve jar files in a [project]/lib
directory.
For instance, the following resolver doesn't work:
{code}
<filesystem name="local-repository">
<artifact pattern="${ivy.project.dir}/lib/[artifact](-[revision]).[ext]"
/>
</filesystem>
{code}
Maarten
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.