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
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