Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 66563 invoked from network); 2 Jan 2002 05:16:35 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 Jan 2002 05:16:35 -0000 Received: (qmail 1981 invoked by uid 97); 2 Jan 2002 05:16:43 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 1952 invoked by uid 97); 2 Jan 2002 05:16:41 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 1936 invoked by uid 50); 2 Jan 2002 05:16:40 -0000 Date: 2 Jan 2002 05:16:40 -0000 Message-ID: <20020102051640.1935.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 5651] New: - apply task w/ skip and parallel works wrong X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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: ant-dev@jakarta.apache.org ReportedBy: luke@quiq.com 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: For additional commands, e-mail: