You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Maarten Coene (JIRA)" <ji...@apache.org> on 2007/06/26 15:08:25 UTC

[jira] Created: (IVYDE-51) IvyDE doesn't set the ${basedir} property

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.