Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 36972 invoked from network); 2 May 2007 07:50:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2007 07:50:00 -0000 Received: (qmail 93573 invoked by uid 500); 2 May 2007 07:50:04 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 92764 invoked by uid 500); 2 May 2007 07:50:01 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 92752 invoked by uid 99); 2 May 2007 07:50:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2007 00:50:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [193.201.183.194] (HELO sscd0003.dmz.huk.de) (193.201.183.194) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2007 00:49:53 -0700 Received: from sscd0028.dmz.huk.de ([10.148.152.146]) by sscd0003.dmz.huk.de with Microsoft SMTPSVC(6.0.3790.1830); Wed, 2 May 2007 09:49:31 +0200 Received: by sscd0028.dmz.huk.de (Postfix, from userid 1) id EE13D5808B; Wed, 2 May 2007 09:54:48 +0200 (CEST) Received: from sscd0001.dmz.huk.de (sscd0001.dmz.huk.de [10.148.152.131]) by sscd0028.dmz.huk.de (Postfix) with ESMTP id 9257C5808B for ; Wed, 2 May 2007 09:54:48 +0200 (CEST) Received: from sxf00001.lan.huk-coburg.de (unverified) by sscd0001.dmz.huk.de (HUK-COBURG Mailrelay2) with ESMTP id for ; Wed, 2 May 2007 09:49:30 +0200 Received: from VEX00130.lan.huk-coburg.de ([10.131.117.131]) by sxf00001.lan.huk-coburg.de with Microsoft SMTPSVC(6.0.3790.1830); Wed, 2 May 2007 09:49:25 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 MIME-Version: 1.0 Subject: RE: Tracking down slow running time for an ant script Date: Wed, 2 May 2007 09:49:30 +0200 Message-ID: <3AE93DC078AE8A41AEDA6B95DE4EB92D25BB5A@VEX00130.lan.huk-coburg.de> In-Reply-To: <04398A2C9F306C4690265C144089972D02F61FA3@sottexch1.corp.ad.entrust.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Tracking down slow running time for an ant script thread-index: AceMXF/TAxP31njASHeYTEoBIXF1sgAMPyFQ References: <04398A2C9F306C4690265C144089972D02F61FA3@sottexch1.corp.ad.entrust.com> From: "Rebhan, Gilbert" To: "Ant Users List" X-OriginalArrivalTime: 02 May 2007 07:49:25.0591 (UTC) FILETIME=[67ABDE70:01C78C8E] Content-class: urn:content-classes:message Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org see =3D antcontrib 1.0b3 manual / Performance Monitoring and Tasks http://ant-contrib.sourceforge.net/tasks/tasks/performance_monitor.html http://ant-contrib.sourceforge.net/tasks/tasks/stopwatch_task.html there is also a lot of other monitoring stuff in AntXtra package =3D http://antxtras.sourceforge.net/ and finally you may roll your own logger Regards, Gilbert -----Original Message----- From: Will Budreau [mailto:Will.Budreau@entrust.com]=20 Sent: Wednesday, May 02, 2007 3:51 AM To: user@ant.apache.org Subject: Tracking down slow running time for an ant script Our team's webapp is built and packaged via a series of ant targets. Suddenly the amount of time to run the build script has increased astronomically. I need to track down the problem. Is there any way to enable timestamps on the logged output for ant? Is there any task profiling support for an ant build? I tried both verbose and debug output: neither added any time-based information to the output. Will Budreau Principal Technologist w: 650-622-3028 im: binain Entrust Securing Digital Identities & Information www.entrust.com =20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org