On 11/9/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> The only properties available are ${basedir} and ${project.*} where *
> mirrors the POM layout, eg ${project.build.directory} is 'target'.
>
> - Brett
>
thanks brett but that did not work. it was one of the things that I
tried "echoing" in an antrun execution. here are some of the
permutations that failed (the output is on the archived mail linked
below)...
${build.target.dir}
${build.dir}
${build.local.dir}
${build.directory}
${build.outputDirectory}
${directory}
${outputDirectory}
${project.directory}
${project.outputDirectory}
${project.build.directory}
${project.build.outputDirectory}
${pom.build.directory}
${pom.build.outputDirectory}
ciao!
> On 11/8/05, Anuerin Diaz <[EMAIL PROTECTED]> wrote:
> > you could use ${project.basedir} or ${basedir} to get a reference to the
> > path containing the pom.xml. note that in multi-module applications these
> > will resolve to the directory of the module being built.
> > i too am looking for a list of the project properties. my previous
> > question[1] is still unanswered though but i just used the basedir to
> > navigate to the directory i wanted. ugly but it works. :)
> > [1] http://www.mail-archive.com/[email protected]/msg27441.html
> > ciao!
> >
> >
> > On 11/8/05, David Sag <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > > Where can I find a doc on the built in maven 2 pom properties such as ${
> > > project.build.directory}
> > >
> > > specifically I need one that is the project's base directory. ${
> > > project.directory} is not it apparently.
> > >
> > > Kind regards,
> > > Dave Sag
> > >
> > >
> > >
> > >
> > >
> >
> >
> > --
> >
> > "Programming, an artform that fights back"
> >
> > Anuerin G. Diaz
> > Registered Linux User #246176
> > Friendly Linux Board @ http://mandrivausers.org/index.php
> > http://capsule.ramfree17.org , when you absolutely have nothing else better
> > to do
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
"Programming, an artform that fights back"
Anuerin G. Diaz
Registered Linux User #246176
Friendly Linux Board @ http://mandrivausers.org/index.php
http://capsule.ramfree17.org , when you absolutely have nothing else
better to do
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]