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

apply task w/ skip and parallel works wrong

           Summary: apply task w/ skip and parallel works wrong
           Product: Ant
           Version: 1.4.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The "apply" task behaves differently from what you would expect when 
the "skipemptyfilesets" and "parallel" attributes are both set to true.  When 
there are no files in the file set, it emits a nice message saying so, but then 
it turns around and executes the program anyway.

This should be addressed in ExecuteOn.java, by replacing the test on line 234 
with: ( parallel && (!skipEmpty || fileNames.size() > 0) )

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

Reply via email to