RE: Launching Ant again

2005-03-02 Thread Phil Weighill-Smith
: Subject: Re: Launching Ant again Phil Weighill-Smith <[EMAIL PROTECTED]> writes: > You could make your build generate a "build-targets.xml" from the > project.xml then have a standard build.xml that: > > 1.

Re: Launching Ant again

2005-03-02 Thread Yves Martin
Phil Weighill-Smith <[EMAIL PROTECTED]> writes: > You could make your build generate a "build-targets.xml" from the > project.xml then have a standard build.xml that: > > 1. invokes a task that will re-generate the build-targets.xml from > project.xml if it is out-of-date > 2. imports build-target

Re: Launching Ant again

2005-03-01 Thread Phil Weighill-Smith
You could make your build generate a "build-targets.xml" from the project.xml then have a standard build.xml that: 1. invokes a task that will re-generate the build-targets.xml from project.xml if it is out-of-date 2. imports build-targets.xml This is exactly what our build system does. Phil :n)