Description
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:
<filesystem name="local-repository"> <artifact pattern="${ivy.project.dir}/lib/[artifact](-[revision]).[ext]" /> </filesystem>
Maarten