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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to