[
http://jira.codehaus.org/browse/MANTTASKS-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=212180#action_212180
]
Joe Stano commented on MANTTASKS-179:
-------------------------------------
Using Ant 1.7.1
> Variables nested in pom.xml are not being resolved
> --------------------------------------------------
>
> Key: MANTTASKS-179
> URL: http://jira.codehaus.org/browse/MANTTASKS-179
> Project: Maven 2.x Ant Tasks
> Issue Type: Bug
> Components: pom task
> Affects Versions: 2.1.0
> Reporter: Joe Stano
>
> My build project parses a project's pom.xml to expose the data to various ant
> tasks. After parsing the pom.xml, the ant tasks use the normal variable
> syntax such as ${project.build.directory} to dig into the pom's contents.
> The value of this specific element in my project is "${basedir}/target". In
> 2.0.10, the resulting value of this lookup will be fully resolved to the
> project's directory. With 2.1.0, the value resolves to the literal
> "${basedir}/target" and the build fails.
> 2.1.0 failure with a ${project.build.directory} value of "${basedir}\target":
> java.io.FileNotFoundException:
> c:\Projects\ProjectName\${basedir}\target\version.jsp (The system cannot find
> the path specified)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira