Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 26434 invoked from network); 23 Jul 2002 15:32:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 23 Jul 2002 15:32:07 -0000 Received: (qmail 11819 invoked by uid 97); 23 Jul 2002 15:32:16 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 11762 invoked by uid 97); 23 Jul 2002 15:32:15 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 11750 invoked by uid 98); 23 Jul 2002 15:32:14 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: From: Dominique Devienne To: "'Ant Users List'" Subject: RE: Question about ant performance Date: Tue, 23 Jul 2002 10:31:49 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N And you're old GNU make stuff, did it also include that many third party JARs? Are they big JARs? We compile 3000+ files in less than 5 minutes... And it's a deep hierarchy. The directory pointed too by ${src} contains only Java source code, right? Ant must scan all sub-dirs of ${src} to find Java sources, so if you start the package hierarchy at the top level of your project, instead of having a separate src/ (or src/java) directory for Java sources, then Ant might can your documentation, .... --DD -----Original Message----- From: Tara Hernandez [mailto:tara@bluemartini.com] Sent: Tuesday, July 23, 2002 2:10 AM To: Ant Users List Subject: Re: Question about ant performance Don't know if this matters, but my classpath is constructed to be fairly large, somewhere around 76 thirdparty libraries. I know I can probably weed this down some, but will probably still end up with > 50. This is the only thing I can think of so far that might be causing problems. -- To unsubscribe, e-mail: For additional commands, e-mail: