RE: Unable to delete file

2009-08-18 Thread Boring, Jeff W (N-Viper)
3rd party and open > source dependencies as well as the standard Savant plugins (uses HTTP > only with no > authentication) > >https://savant.inversoft.com - for Inversoft dependencies (uses > SSL and HTTP basic authentication) > > -bp > > > > On Au

RE: Unable to delete file

2009-08-18 Thread Boring, Jeff W (N-Viper)
Maven is not an option but thanks guys for the opinions! Any ideas about the unable to delete? Jeff Lockheed Martin -Original Message- From: Dominique Devienne [mailto:ddevie...@gmail.com] Sent: Tuesday, August 18, 2009 12:29 PM To: Ant Users List Subject: Re: Unable to delete fi

Unable to delete file

2009-08-18 Thread Boring, Jeff W (N-Viper)
We have a 20+ Java projects (Eclipse Projects) each with its own build.xml. We group projects into components; every component has a build.xml for building the projects in the component. The component build.xml files are nothing more than ant (element) calls delegating to the project builds. Finall

RE: Loose logging when using forkmode

2008-10-07 Thread Boring, Jeff W (N-Viper)
This fixed it, thanks! For those using XML to configure log4j, add the following line to your console appender definition. Jeff -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2008 6:58 PM To: Ant Users List Cc: Ravindran, Neal; Michae

Loose logging when using forkmode

2008-10-06 Thread Boring, Jeff W (N-Viper)
Environment: ant 1.7.1, junit4.4 We lost log4j logging output (eg. log.debug) in the section of the XML files when we switched to perBatch forkmode. [perBatch forkmode helps us greatly with performance of the tests.] Actually, the FIRST test case that runs includes the log4j logging output bu