Thanks... I actually just pulled the latest version of Maven from CVS and all is now 
well.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 17, 2003 11:39 PM
To: Maven Users List
Subject: RE: multiproject build with inherited POMs


Jason,

if you're on beta 10, your <extend> will need ${basedir}/../project.xml 
and not just ../project.xml


"Jason Horne" <[EMAIL PROTECTED]> wrote on 18/09/2003 04:01:13 AM:

> I think Maven switches it automatically.  The original line from the 
> sub-POM had a forward-slash, i.e.:
> 
>   <extend>../project.xml</extend>
> 
> I changed it to a backslash, i.e.:
> 
>   <extend>..\project.xml</extend>
> 
> In both cases, the error message had a backslash.
> 
> Jason

--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/

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

Reply via email to