[ http://issues.apache.org/jira/browse/IVY-286?page=all ]
Xavier Hanin closed IVY-286. ---------------------------- > retrieve pattern parameter not resolved relatively to the basedir of the ant > project > ------------------------------------------------------------------------------------ > > Key: IVY-286 > URL: http://issues.apache.org/jira/browse/IVY-286 > Project: Ivy > Issue Type: Bug > Components: Ant > Reporter: Gilles Scokart > Assigned To: Xavier Hanin > > The location pointed by the pattern parameter (when it is a relative path) is > evaluated relatively to the current execution directory and not relatively to > the basedir of the current ant project. > For example, if you have in your ant script : > <ivy:retrieve pattern="lib/[artifact].[ext]"/> > and you execute somethung like > ant -f subdir/build.xml > The libraries will not be placed in subdir/lib but directly in lib. > The same kind of problems happen when you have a recursive build. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
