Re: Jar Locking

2006-09-01 Thread Steve Loughran
Stephen McConnell wrote: -Original Message- From: Marc Farrow [mailto:[EMAIL PROTECTED] Sent: Friday, 1 September 2006 2:35 AM To: Ant Users List Subject: Re: Jar Locking Thanks Stephen. If I set all references to Ant to null and forced GC, would that resolve the problem? Well

RE: Jar Locking

2006-09-01 Thread Stephen McConnell
-Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Friday, 1 September 2006 8:32 PM To: Ant Users List Subject: Re: Jar Locking Stephen McConnell wrote: -Original Message- From: Marc Farrow [mailto:[EMAIL PROTECTED] Sent: Friday, 1

Jar Locking

2006-08-30 Thread Marc Farrow
Everytime I run an ant task (either in NetBeans or from within Java Code), the executing jar gets locked and I cannot delete the jar. I am copying the ant script and the dependent jar that it needs to run and then executing the ant tasks. Then I wish to delete the new copy I just created to

Re: Jar Locking

2006-08-30 Thread Alexey N. Solofnenko
For the same reason, I switched to use generated classes in my IDE (JBuilder). JAR files are only generated for full builds. As a side effect, development builds are now much faster. - Alexey. Marc Farrow wrote: Everytime I run an ant task (either in NetBeans or from within Java Code), the