Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 79904 invoked from network); 2 Jan 2001 14:49:37 -0000 Received: from unknown (HELO mainexchange.rokutech.com) (208.138.239.252) by h31.sny.collab.net with SMTP; 2 Jan 2001 14:49:37 -0000 Received: by mainexchange.rokutech.com with Internet Mail Service (5.5.2650.21) id ; Tue, 2 Jan 2001 09:49:56 -0500 Message-ID: <11CB05E675F7D311B14200C0F03C07B76473E7@mainexchange.rokutech.com> From: Tom Copeland To: ant-user@jakarta.apache.org Subject: The AntStarTeamCheckout task runs a little faster if it's multith readed.... Date: Tue, 2 Jan 2001 09:49:56 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N ...since our build process involves checking out files from 9 different StarTeam folders (all of which are within the same project & view). So I rewrote the task so that it starts a new thread for each of the folders. You can do a task definition like this: and the checkout from code\core, code\ext, etc will all be started in separate threads. Let me know if you want this code and I'll post it to the list or just send the task to you individually. Incidentally, I posted this to ant-user, not ant-dev, because it wasn't a diff to the core Ant code - just a userspace thing. Hope that was the right thing to do... Yours, Tom tom@roku.com