These are all fixed in CVS. With the next release, the <directory> will be relative to the project.xml file.
Are you using CVS HEAD? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Laird Nelson <[EMAIL PROTECTED]> wrote on 23/09/2003 03:51:34 AM: > Laird Nelson wrote: > > > So I tried to absolutize this path, like this: > > > > <directory>${maven.src.dir}/src/java/foo/bar</directory> > > > > ...which didn't work, and then like this: > > > > <directory>${pom.sourceDirectory}/foo/bar</directory> > > > > ...which didn't work either. Ideas? > > I can get it to work with > <directory>${basedir}/src/java/foo/bar</directory>. Is that the > recommended way? > > Laird > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
