I use forward slashes on windows and I haven't had a problem.  Here is
a snippet of one of my project.xml's:
<project>
    <extend>${basedir}/../../common/project.xml</extend>

I'm not running a build on linux at the moment, so I can't test it on
Linux, but forward slashes works on windows for me.  Have you tried
using forward slashes yet?


Alex Soto

On 5/3/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> We have setup CruiseControl, which is using Maven to build, on a Linux
> box, but most (all) developers are currently using Maven on Windows.
> We have a parent project, containing the common project.xml, and
> several child project's, containing project.xml's that extend the
> parent project.xml.  With me so far?
> 
> The child project.xml files have the following:
> ...
>     <extend>..\project.xml</extend>
> ...
> 
> That works fine on Windows, but fails on Linux (semi understandable).
> I haven't had a chance to try it yet, but I'm guessing switching the
> slash will get it to work on Linux, but fail on Windows.  How can we
> get it to work regardless of OS?
> 
> Thanks!
> --
> Jamie Bisotti
> Software Engineer
> Lexmark International, Inc.
> 
> ---------------------------------------------------------------------
> 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