Re: Ant1.5.4: How to "accumulate" values into a string?

2005-06-12 Thread Jeffrey E Care
You could echo the strings to a temporary file (using append mode) & then load the file into a property once all the antcall invocations are complete. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.co

Ant1.5.4: How to "accumulate" values into a string?

2005-06-12 Thread Karr, David
Is there any way to "accumulate" values into a stringbuffer and then later get back the accumulation? I can't do this with properties, as they apparently can't be used that way. I have a target that is going to call another target several times, each time passing a parameter. In that target, I w