Yes, it is already fixed in CVS HEAD.

The problem was caused by lame attempt to resolve problem with relative
paths in reactor'ed subprojects.

At present if you want to use reactor you should specify all path in
subprojects in absolute form prepending ${basedir}.

For example,
<sourceDirectory>${basedir}/src/java</sourceDirectory>
or
<resource><directory>${basedir}/src/resources</directory></resource>

The reason is that ${basedir} != $PWD for subprojects.

Best regards,
Alexei

  > -----Original Message-----
  > From: Bernd [mailto:[EMAIL PROTECTED]] 
  > Sent: Wednesday, January 29, 2003 9:37 PM
  > To: 'Turbine Maven Users List'
  > Subject: RE: Problem building Maven b8 from CVS head
  > 
  > 
  > > I got the CVS head and tried to build Maven with 
  > build-bootstrap.xml. 
  > > The build seems to run successfully (including building 
  > the plugins), 
  > > but the Maven built that way does not work: it seems there are no
  > > plugins at 
  > > the end.
  > > In particular,
  > > - $MAVEN_HOME/bin/plugins only contains the empty directories 
  > > core and test.
  > > - maven -g doesn't list any goal / plugin.
  > 
  > This was discussed on  the -devel list also.
  > may be fixed allready, try to update your cvs repository 
  > and try again.
  > 
  > Bernd
  > 
  > > Any obvious explanation ?
  > > Thanks for your help !
  > > 
  > > 
  > > 
  > > 
  > ------------------------------------------------------------
  > ---------
  > > 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]
  > 
  > 
  > 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to