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

<apply> should differentiate between empty and up to date when skipempty is true

           Summary: <apply> should differentiate between empty and up to
                    date when skipempty is true
           Product: Ant
           Version: 1.6Beta
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


See ExecuteOn.runExec() when (fileNames.size() == 0 && skipEmpty) :

If you use skipempty="true" with a nested <mapper>, so that <apply> uses a 
SourceFileScanner to determine included files, the INFO message is misleading.  
It should be simple to check getFiles()' results vs. the DirectoryScanner's 
included files to see if files were excluded or just didn't exist, and make the 
message more instructive.  Or, change the severity of the message to VERBOSE or 
DEBUG...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to