Is the javac task only operating on the source code directory? Since only 1 file is being compiled I wonder if its looking at a horde of files in the project directory and checking if they are uptodate before compiling..
On 10/16/07, Enrico Goosen <[EMAIL PROTECTED]> wrote: > > This is what it outputs: > > Buildfile: *C:\clearcase\capri_stage\CapriCodeBase\capri\build.xml* > > *init*: > > *resources*: > > [*copy*] Copying 1 file to > C:\clearcase\capri_stage\CapriCodeBase\capri\ebadmin\WEB-INF\classes > > [*copy*] Copying 1 file to > C:\clearcase\capri_stage\CapriCodeBase\capri\ebadmin\WEB-INF\classes > > [*copy*] Copying 1 file to > C:\clearcase\capri_stage\CapriCodeBase\capri\ebadmin\WEB-INF\classes > > [*copy*] Copying 1 file to > C:\clearcase\capri_stage\CapriCodeBase\capri\ebadmin\WEB-INF\classes > > *compile*: > > > > then a long wait (couple of minutes), and then… > > > > [*javac*] Compiling 1 source file to > C:\clearcase\capri_stage\CapriCodeBase\capri\ebadmin\WEB-INF\classes > > > > Strange… > > > ------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] > *On Behalf Of *Bobby Quinne > *Sent:* Tuesday, October 16, 2007 12:19 PM > *To:* [email protected] > *Subject:* [CTJUG Forum] Re: Eclipse Europa > > > > Does Eclipse have some diagnostic logging to see what its doing when ant > invoked? > > On 10/15/07, *Enrico Goosen* < [EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm experiencing a problem with my ant compile task inside Eclipse 3.3. > > It's taking AGES to kick off. > > This wasn't the case with the previous version of Eclipse. > > > > Has anyone else also experienced this with the new version? > > > > *Enrico Goosen* > > Software Developer > > Metropolitan Employee Benefits > > Email: [EMAIL PROTECTED] > > Direct: 021 940 6231 > > Fax: 021 917 3089 > > Mobile: 083 305 5676 > > > > > > "NOTE: This message (including attachments) is subject to all the > restrictions, qualifications and disclaimers of the Metropolitan group of > companies ("Metropolitan") published at > http://www.metropolitan.co.za(collectively the "disclaimers") and by reading > this message and/or opening > any attachment you are deemed to have agreed to be bound by the provisions > of the disclaimers. If you cannot access any of the disclaimers, kindly send > an e-mail to [EMAIL PROTECTED] or contact > [EMAIL PROTECTED] and a copy will be sent to you. > > Metropolitan is an authorised Financial Services Provider. > > Web: http://www.metropolitan.co.za/ > Disclaimer: http://www.metropolitan.co.za/email_disclaimer.html > > > Metropolitan subscribes to KPMG, a completely independent crime disclosure > service - make a contribution to the establishment of a fraud free > environment by reporting any suspicion to the KPMG Hotline > * RSA 0800 22 14 18 * NAMIBIA 0800 00 00 77" > > > > > > > > -- > If you have something tough, give it to the Americans. If you have > something difficult, give it to the Indians. If you have something > impossible, give it to the Russians > > > "NOTE: This message (including attachments) is subject to all the > restrictions, qualifications and disclaimers of the Metropolitan group of > companies ("Metropolitan") published at > http://www.metropolitan.co.za(collectively the "disclaimers") and by reading > this message and/or opening > any attachment you are deemed to have agreed to be bound by the provisions > of the disclaimers. If you cannot access any of the disclaimers, kindly send > an e-mail to [EMAIL PROTECTED] or contact > [EMAIL PROTECTED] and a copy will be sent to you. > > Metropolitan is an authorised Financial Services Provider. > > Web: http://www.metropolitan.co.za/ > Disclaimer: http://www.metropolitan.co.za/email_disclaimer.html > > > Metropolitan subscribes to KPMG, a completely independent crime disclosure > service - make a contribution to the establishment of a fraud free > environment by reporting any suspicion to the KPMG Hotline > * RSA 0800 22 14 18 * NAMIBIA 0800 00 00 77" > > > > > -- If you have something tough, give it to the Americans. If you have something difficult, give it to the Indians. If you have something impossible, give it to the Russians --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CTJUG Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/CTJUG-Forum For the ctjug home page see http://www.ctjug.org.za -~----------~----~----~----~------~----~------~--~---
