Re: Build file inclusion

2003-01-06 Thread Nicola Ken Barozzi
Jessica P. Hekman wrote: On Sat, 4 Jan 2003, Steve Loughran wrote: you can do inclusions today using XML includes -declare the entities in the header of the build file, then insert them wherever you feel like. ]> &properties; &paths; &taskde

Re: Build file inclusion

2003-01-06 Thread Jessica P. Hekman
On Sat, 4 Jan 2003, Steve Loughran wrote: > you can do inclusions today using XML includes -declare the entities in the > header of the build file, then insert them wherever you feel like. > > > > > > "file:xmls/taskdefs_post_compile.xml"> > > ]> >

Re: Build file inclusion

2003-01-04 Thread Steve Loughran
- Original Message - From: "Jessica P. Hekman" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Saturday, January 04, 2003 06:54 Subject: Re: Build file inclusion > does sound like exactly what I want, as opposed to or > . Howeve

Re: Build file inclusion

2003-01-04 Thread Jessica P. Hekman
On Sun, 5 Jan 2003, Conor MacNeill wrote: > > Latest CVS Ant has an task. > > Since this is the user list, as opposed to the dev list, let me add a note > that this new feature is not yet released and therefore is subject to change > before the 1.6 release. Feel free to try it out, of course,

Re: Build file inclusion

2003-01-04 Thread Conor MacNeill
Nicola Ken Barozzi wrote: Latest CVS Ant has an task. to import test.xml do: This will also add the property ant.file.testxmlprojectname that contains the full path of the imported file, so that file can resolve its resources relative to its location. Since this is the user list, a

Re: Build file inclusion

2003-01-04 Thread Antoine Levy-Lambert
Message - From: "Jessica P. Hekman" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 4:11 PM Subject: Build file inclusion > I'm trying to find out if there's any way for an ant build file to include > anothe

Re: Build file inclusion

2003-01-04 Thread Nicola Ken Barozzi
Jessica P. Hekman wrote: I'm trying to find out if there's any way for an ant build file to include another build file. I'm envisioning a task like Then the buildfile for projectB (which is the one which would include the above line) would be able to re-define tasks which had been previous

Build file inclusion

2003-01-04 Thread Jessica P. Hekman
I'm trying to find out if there's any way for an ant build file to include another build file. I'm envisioning a task like Then the buildfile for projectB (which is the one which would include the above line) would be able to re-define tasks which had been previously defined in the projectA