Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 88506 invoked from network); 27 May 2004 15:18:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 May 2004 15:18:50 -0000 Received: (qmail 58899 invoked by uid 500); 27 May 2004 15:14:08 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 58744 invoked by uid 500); 27 May 2004 15:14:06 -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 58321 invoked by uid 98); 27 May 2004 15:14:01 -0000 Received: from anonymous@nagoya.betaversion.org by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(192.18.33.10):. Processed in 0.128811 secs); 27 May 2004 15:14:01 -0000 X-Qmail-Scanner-Mail-From: anonymous@nagoya.betaversion.org via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(192.18.33.10):. Processed in 0.128811 secs) Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by hermes.apache.org with SMTP; 27 May 2004 15:14:01 -0000 Received: (qmail 9869 invoked by uid 50); 27 May 2004 15:14:45 -0000 Date: 27 May 2004 15:14:45 -0000 Message-ID: <20040527151445.9868.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 29248] - Ant does not automatically parallelize independent targets. X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N 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=29248 Ant does not automatically parallelize independent targets. ------- Additional Comments From alexeys@inventigo.com 2004-05-27 15:14 ------- I am thinking about it too. There is an issue with dependencies that needed to be fixed first - there are two kind of dependencies - A depends on B and C, and A wants execute B and then C (for example a clean build). Without the second option it would be very difficult to write build scripts that can run in parallel. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org