On 2010-05-05, Bailey, Darragh <dbai...@hp.com> wrote:

> 1) Is for/foreach the only real option for what I'm attempting to
> accomplish here in building multiple end targets based on the contents
> of properties?

I'd recommend writing a custom task for this rather than trying to
implement it in XML.  Using Ant's support for scripting engines you
could implement that task inline - for example if compiling and
deploying a Java task as part of the build process was too difficult.

If you use Java6 you have all parts required to write tasks in
JavaScript together.

There may be tricks to make things work with pure XML and the antcontrib
tasks, but I'm not convinced the result will be maintainable.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to