Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 97749 invoked by uid 500); 3 Jul 2001 02:40:53 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 97685 invoked from network); 3 Jul 2001 02:40:45 -0000 Message-ID: <5BF60CD649EDD411A04600B0D049F53AC9BB8E@hydmail02.hyd.wilco-int.com> From: Pawan Kumar Katharikuppam To: "Ant-User (E-mail)" Subject: FYI - ExecOn - Parallel attribute defaults to false! Date: Tue, 3 Jul 2001 08:06:29 +0530 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, [This is just for your info] The Ant 1.2 documentation says that the parallel attribute of ExecOn task defaults to true but the code clearly shows that it defaults to false! I did not realize this before and spent a couple of hours trying to know the problem why my task is not being executed as expected. Hope this helps some one like me! Pawan