You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/10/20 23:09:30 UTC

DO NOT REPLY [Bug 31814] New: - Concat duplicates content if called multiple times

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

           Summary: Concat duplicates content if called multiple times
           Product: Ant
           Version: 1.6.2
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: elara@smartops.com


If a task that concatenates files is called multiple times (could be because
multiple tasks depend on that task) the intended content of that file is
replicated as many times. This is not because append is "on", this seems to be
because the content of Concat.sourceFiles still has the list of files to
concatenate during a second execution and the content from Concat.sources is
re-added again.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org