On Mon, 2003-09-22 at 19:34, [EMAIL PROTECTED] wrote: > AFAIK, yes. > > It's the usual, if it's absolute use as is. If it's not, make it absolute > by using basedir.
Coolio. > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > Jason van Zyl <[EMAIL PROTECTED]> wrote on 23/09/2003 09:18:34 AM: > > > On Mon, 2003-09-22 at 18:36, [EMAIL PROTECTED] wrote: > > > These are all fixed in CVS. > > > > > > With the next release, the <directory> will be relative to the > project.xml > > > file. > > > > If ${basedir} is present will it still be honoured? > > > > > 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] > > -- > > jvz. > > > > Jason van Zyl > > [EMAIL PROTECTED] > > http://tambora.zenplex.org > > > > In short, man creates for himself a new religion of a rational > > and technical order to justify his work and to be justified in it. > > > > -- Jacques Ellul, The Technological Society > > > > > > --------------------------------------------------------------------- > > 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] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
