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 2003/09/30 11:31:40 UTC

DO NOT REPLY [Bug 23510] New: - provide a "append_unique" attribute for echo task

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23510

provide a "append_unique" attribute for echo task

           Summary: provide a "append_unique" attribute for echo task
           Product: Ant
           Version: 1.5.3
          Platform: Other
               URL: http://ant.apache.org/manual/CoreTasks/echo.html
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: hauser@acm.org


My build.xml creates a (txt or ftl) file containing a record per line.

Now, each ant run re-creates a possibly slightly changed set of records.

When using shell scripts, I can use "uniq" to solve the problem of getting rid
of duplicate lines (although I first have to "sort" which I rather would not).

==> it would be great if the echo task could do that too!

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