:
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.
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
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)