RE: Ant build Time

2006-07-20 Thread Burgess, Benjamin
:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 12:36 PM To: Ant Users List; Martin Gainty Subject: Re: Ant build Time I am Giving the code we are using for creating EAR file. it is small any file

Re: Ant build Time

2006-07-20 Thread Matt Benson
ny files transmitted > with it contain > > > > confidential > > > > information intended only for the person(s) to > whom this email message > > > > is > > > > addressed. If you have received this email > message in error, please > > >

Re: Ant build Time

2006-07-20 Thread Martin Gainty
"Ant Users List" Sent: Thursday, July 20, 2006 9:05 AM Subject: Re: Ant build Time > > I don't think ANT adds significant time to a build. What does add time is > the number files being compiled and files possibly being moved, copied etc. > especially across a netw

Re: Ant build Time

2006-07-20 Thread Hanmay Udgiri
- > > From: "Conor MacNeill" <[EMAIL PROTECTED]> > > To: "Ant Users List" < user@ant.apache.org> > > Sent: Wednesday, July 19, 2006 10:38 AM > > Subject: Re: Ant build Time > > > > > > > > > > Hanmay Udgir

Re: Ant build Time

2006-07-20 Thread Martin Gainty
: Re: Ant build Time I am Giving the code we are using for creating EAR file. it is small any file

Re: Ant build Time

2006-07-20 Thread Hanmay Udgiri
a copy. Thank you. > > > > - Original Message - > From: "Conor MacNeill" <[EMAIL PROTECTED]> > To: "Ant Users List" > Sent: Wednesday, July 19, 2006 10:38 AM > Subject: Re: Ant build Time > > > > > > Hanmay Udgiri wrote: > &g

Re: Ant build Time

2006-07-20 Thread David TROGDON
bcc: 07/19/2006 03:18 Subject: Ant build Time

Re: Ant build Time

2006-07-20 Thread Hanmay Udgiri
essage in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Conor MacNeill" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Wednesday, July 19, 2006

Re: Ant build Time

2006-07-19 Thread Martin Gainty
19, 2006 10:38 AM Subject: Re: Ant build Time > > Hanmay Udgiri wrote: >> Hi >> I have a ant build which takes around 15 minutes. >> Do we have any tips to reduce the time taken for the total build >> > > That's not a lot of info to go on. Can you see

Re: Ant build Time

2006-07-19 Thread Conor MacNeill
Hanmay Udgiri wrote: > Hi > I have a ant build which takes around 15 minutes. > Do we have any tips to reduce the time taken for the total build > That's not a lot of info to go on. Can you see which steps in the build are taking a long time and what are they? Are you doing multiple compilations

RE: Ant build Time

2006-07-19 Thread Burgess, Benjamin
Use the targets' depends attributes to replace any "antcall" tasks. Ben -Original Message- From: Hanmay Udgiri [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 3:18 AM To: Ant Users List Subject: Ant build Time Hi I have a ant build which takes around 15 minutes.

Re: Ant build Time

2006-07-19 Thread Ben Stringer
On Wed, 2006-07-19 at 12:48 +0530, Hanmay Udgiri wrote: > Hi > I have a ant build which takes around 15 minutes. > Do we have any tips to reduce the time taken for the total build Have ant call fewer targets, if that is possible. When developing ant scripts, it is possible to create dependencies t

Ant build Time

2006-07-19 Thread Hanmay Udgiri
Hi I have a ant build which takes around 15 minutes. Do we have any tips to reduce the time taken for the total build -- Thanks and Regards Hanmayya Udgiri