just to clarify, are you using the antrun plugin for maven or the
maven tasks for ant?


On Wed, Jul 14, 2010 at 6:06 PM, Adam Krieg <akr...@pragmatrading.com> wrote:
> I'm trying to access the project.build.directory property which is defined in 
> my pom as
>
>  <build>
>    <directory>${project.basedir}/target</directory>
> ....
>
> In ant I have this setup:
> <artifact:pom id="project-pom" file="pom.xml" />
> <property name="outputdir" value="${project-pom.build.directory}"/>
>
> However when I run my ant build, outputdir is being set to the literal value 
> "${project.basedir}/target" rather than antrun expanding the variable 
> ${project.basedir}.   Has anyone else run into this issue?
>
>
>
> ________________________________
> Disclaimer: http://pragmatrading.com/disclaimer.html
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to