Cool, my take is to prefer the use of relative paths for most, if not all paths in project.xml. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/
Brett Porter <[EMAIL PROTECTED]> wrote on 21/08/2003 12:38:17 PM: > Dion, > > The patch I applied the other day means both work in any path related tag > (except resource/targetPath). I need to document that still though... > So the rule is "relative paths are relative to project.xml, but absolute > paths are allowed". > > - Brett > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Thursday, 21 August 2003 11:06 AM > > To: Maven Developers List > > Subject: Re: cvs commit: maven/xdocs/start integrate.xml > > > > > > Can you revert this one please? > > > > We'd like people to not specify basedir unless it's in the > > extend tag, I > > think. > > > > Brett, is this right? > > -- > > dIon Gillard, Multitask Consulting > > Blog: http://blogs.codehaus.org/people/dion/ > > > > > > [EMAIL PROTECTED] wrote on 20/08/2003 09:10:12 PM: > > > > > evenisse 2003/08/20 04:10:12 > > > > > > Modified: xdocs/start integrate.xml > > > Log: > > > Add ${basedir} in sourceDirectory and unitTestSourceDirectory > > > > > > Revision Changes Path > > > 1.22 +2 -3 maven/xdocs/start/integrate.xml > > > > > > Index: integrate.xml > > > > > =================================================================== > > > RCS file: /home/cvs/maven/xdocs/start/integrate.xml,v > > > retrieving revision 1.21 > > > retrieving revision 1.22 > > > diff -u -r1.21 -r1.22 > > > --- integrate.xml 4 Aug 2003 06:42:16 -0000 1.21 > > > +++ integrate.xml 20 Aug 2003 11:10:12 -0000 1.22 > > > @@ -198,10 +198,9 @@ > > > [EMAIL PROTECTED] > > > </nagEmailAddress> > > > > > > - <sourceDirectory>src/java</sourceDirectory> > > > + <sourceDirectory>${basedir}/src/java</sourceDirectory> > > > > > > - <unitTestSourceDirectory>src/test</unitTestSourceDirectory> > > > - <integrationUnitTestSourceDirectory/> > > > + > > <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory> > > > > > > <aspectSourceDirectory/> > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > >