DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31814>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31814

Concat duplicates content if called multiple times





------- Additional Comments From [EMAIL PROTECTED]  2004-10-21 13:23 -------
Thanks, This does show the problem.

A work-around, pending a fix, is to make a target test1_2:
<target name="test1_2" depends="test1,test2"/>

and use that instead of ant test1 test2
This will cause the doConcat task to be only run once.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to