Re: Include xml file in build.xml

2003-03-02 Thread Martin
Cohen" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 6:48 AM Subject: RE: Include xml file in build.xml One thing that's wrong is that it won't work in a heterogenous environment where some machines are using Windows

RE: Include xml file in build.xml

2003-03-02 Thread Steve Cohen
, on a machine with a web server. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Sun 3/2/2003 6:46 AM To: Ant Users List Cc: Subject: Re: Include xml file in build.xml Oliver Wulff wrote: > To include an xml file I do the following: &g

Re: Include xml file in build.xml

2003-03-02 Thread Antoine Levy-Lambert
In the ant 1.6alpha, there is an import task which might suit your needs. You may want to download it from this location http://cvs.apache.org/builds/ant/nightly/ Antoine - Original Message - From: "Oliver Wulff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 1:35

Re: Include xml file in build.xml

2003-03-02 Thread J.Pietschmann
Oliver Wulff wrote: To include an xml file I do the following: ]> ... This works fine. But I include an xml file which is the same for all projects and are stored at a central directory in the local filesystem. My question is: Can I define the location of my file dependent dynamically. For exampl