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=7004>. 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=7004 Skip empty fileset doesn't work if parallel==true Summary: Skip empty fileset doesn't work if parallel==true Product: Ant Version: 1.4.1 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The 'apply' tag has a parameter 'skipemptyfilesets' which, when set to true,should skip empty filesets. This is not the case if also 'parallel=true'In ExecuteOn.java function runExec, the condition "if (parallel)' should IMObe changed to:if (parallel && (!skipEmpty || fileset.size()>0)) { ... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
