Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 77358 invoked from network); 3 Jan 2005 18:33:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Jan 2005 18:33:57 -0000 Received: (qmail 46893 invoked by uid 500); 3 Jan 2005 18:33:11 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 46788 invoked by uid 500); 3 Jan 2005 18:33:08 -0000 Mailing-List: contact dev-help@ant.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 dev@ant.apache.org Received: (qmail 46644 invoked by uid 99); 3 Jan 2005 18:33:07 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 03 Jan 2005 10:32:59 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j03IWuxe002311 for ; Mon, 3 Jan 2005 19:32:56 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j03IWug2002309; Mon, 3 Jan 2005 19:32:56 +0100 Date: Mon, 3 Jan 2005 19:32:56 +0100 Message-Id: <200501031832.j03IWug2002309@ajax.apache.org> From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 22901] - [Patch] -only option to execute target(s) without dependencies X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.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://issues.apache.org/bugzilla/show_bug.cgi?id=22901 ------- Additional Comments From gudnabrsam@yahoo.com 2005-01-03 19:32 ------- A big problem here, again, is the fact the sensible way to process multiple targets specified via nested elements on a single ant(call) invocation is with single-check execution; otherwise multiple tasks could be used. Ordinarily, then, you have default target execution for the main Project and single-check execution for ant(call)-based Project instances. The parallel case and its threadcount limitations is a good one; executor inheritance would definitely be useful here, but we end up with this conflict. At this point the only compromise I see is to inherit the executor, with the rule being that nested targets will cause a single-check executor to be used in place of a default executor; or a new keep-going/single-check executor to be used in place of a keep-going executor; but no other combination of circumstances will result in such a substitution. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org