Re: Using for loop

2007-06-20 Thread Doug Lochart
If you need to generate something dynamically using a template I would use Velocity. It is easy to make a velocity task (I believe by now one might exist) and you can use it. You can feed Velocity a context of parameters and spit out a new build file very easily. just a thought Peter Reilly

Re: Using for loop

2007-06-20 Thread Peter Reilly
Yes, with ant1.6's and , and with ant-contib's , and , there should be no need to generate a build file. Peter On 6/20/07, Anderson, Rob (Global Trade) <[EMAIL PROTECTED]> wrote: Generating a build2.xml file from another build file seems like a weird thing to do. This is probably not the adv

RE: Using for loop

2007-06-20 Thread Anderson, Rob (Global Trade)
Generating a build2.xml file from another build file seems like a weird thing to do. This is probably not the advice you are looking for, but I suggest finding a different way to accomplish your goals. I cannot think of a schenario that would require this, and I think you may be able to accomplish