Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E08C210648 for ; Wed, 24 Jul 2013 14:30:04 +0000 (UTC) Received: (qmail 56576 invoked by uid 500); 24 Jul 2013 14:30:02 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 56267 invoked by uid 500); 24 Jul 2013 14:30:01 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 56259 invoked by uid 99); 24 Jul 2013 14:30:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2013 14:30:00 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [206.46.173.7] (HELO vms173007pub.verizon.net) (206.46.173.7) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2013 14:29:55 +0000 Received: from gold-family.us ([unknown] [71.185.67.199]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MQG004UX2WAE9M0@vms173007.mailsrvcs.net> for users@maven.apache.org; Wed, 24 Jul 2013 09:29:04 -0500 (CDT) Received: from durendal.home (durendal.home [192.168.1.8]) by gold-family.us (Postfix) with ESMTP id E80CB119DCBC for ; Wed, 24 Jul 2013 10:40:06 -0400 (EDT) From: Russell Gold Content-type: multipart/alternative; boundary="Apple-Mail=_50E63D38-2B73-4854-934F-63882CD25E37" Subject: Any reason ant should compile faster? Message-id: Date: Wed, 24 Jul 2013 10:28:57 -0400 To: Maven Users List MIME-version: 1.0 (Mac OS X Mail 6.5 \(1508\)) X-Mailer: Apple Mail (2.1508) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_50E63D38-2B73-4854-934F-63882CD25E37 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi, Maybe somebody else has run into this. I'm converting a really messy = 200-ant-script build to maven, and some steps seems to run a lot slower, = now. The case I'm wondering about now is one where we have over 10,000 source = files in a directory, and compile them bit-by-bit. One step specifies = about 300 files, and thanks to javac dependency logic, actually compiles = about 4000 files in ant. I have converted this to maven by moving the 4000 files into the maven = project src/main/java tree. Maven, of course, tells javac to compile all = 4000 files. In ant, this step takes about 20 seconds. In maven, it takes about 90 = seconds. Any ideas why? Thanks, Russ ----------------- Come read my webnovel, Take a Lemon ,=20 and listen to the Misfile radio play = ! --Apple-Mail=_50E63D38-2B73-4854-934F-63882CD25E37--