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 that are really not required, and executing these can take unnecessary time. How long does your build take if you run it without ant? Cheers, Ben Ben Stringer ===== [EMAIL PROTECTED] ================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]