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/07/17 13:22:25 UTC

DO NOT REPLY [Bug 21681] New: - Allow apply to use all files in set

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=21681>.
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=21681

Allow apply to use all files in set

           Summary: Allow apply to use all files in set
           Product: Ant
           Version: 1.5.3
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: rde@webtrak.co.uk


I want to use the apply taks to make a TAGS file.  The command is like:

etags src1 src2 src3 ....

The output is a single FILE.  The problem is that using apply with a merge mappper
means that only the source files newer than the TAGS file get used in the command.

I want _all_ the files to be used, if _any_ are newer than the output.  Right now
I have to use a dependset task to delete the file if any sources are newer.  It
seems to be this could be a common case which should be handled by apply.

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