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 12:52 ------- If you run the attached test case it will explain how to reproduce the problem. As a workaround you may set a property on the target that does the concatenation and prevent the execution of that target if that property is set: <target name="doConcat" unless="doConcat.done"> ... <property name="doConcat.done" value="true"/> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]