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
y, March 02, 2003 1:35 PM Subject: Include xml file in build.xml Hi To include an xml file I do the following: ]> &repository; 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: Ca

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