Re: Unable to delete file

2009-08-18 Thread Brian Pontarelli
ws pc with NTFS. Greg - I'm working on it. Thanks for asking! Jeff -Original Message- From: Cole, Derek E Sent: Tuesday, August 18, 2009 3:28 PM To: Ant Users List Subject: RE: Unable to delete file Is the file being stored on an NFS? -Original Message- From: Greg Roodt [mailt

Re: Unable to delete file

2009-08-18 Thread glenn opdycke-hansen
I recall that an Ant build on a windows machine could have problems on delete because an extra file explorer window was open on the folder and held a lock preventing the delete. Good luck on you issue. -glenn

RE: Unable to delete file

2009-08-18 Thread Boring, Jeff W (N-Viper)
Derek - No. It's just a normal windows pc with NTFS. Greg - I'm working on it. Thanks for asking! Jeff -Original Message- From: Cole, Derek E Sent: Tuesday, August 18, 2009 3:28 PM To: Ant Users List Subject: RE: Unable to delete file Is the file being stored

RE: Unable to delete file

2009-08-18 Thread Cole, Derek E
Is the file being stored on an NFS? -Original Message- From: Greg Roodt [mailto:gro...@gmail.com] Sent: Tuesday, August 18, 2009 2:12 PM To: Ant Users List Subject: Re: Unable to delete file Im sure the intentions are good, but these suggestions are not solving the problem at hand

Re: Unable to delete file

2009-08-18 Thread Greg Roodt
> >> >> 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: Un

Re: Unable to delete file

2009-08-18 Thread Brian Pontarelli
List Subject: Re: Unable to delete file On Tue, Aug 18, 2009 at 10:21 AM, Martin Gainty wrote: here in the US DOD vendors are converting their build.xml and implementing to maven for: offline repository(secure from middle-eastern attackers) version-specific SCM tagging security (abili

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

Re: Unable to delete file

2009-08-18 Thread Dominique Devienne
On Tue, Aug 18, 2009 at 10:21 AM, Martin Gainty wrote: > here in the US DOD vendors are converting their build.xml and implementing to > maven for: > offline repository(secure from middle-eastern attackers) > version-specific SCM tagging > security (ability to enforce SSH handshake to ftp via sftp

RE: Unable to delete file

2009-08-18 Thread Martin Gainty
> Date: Tue, 18 Aug 2009 10:05:34 -0400 > From: jeff.w.bor...@lmco.com > Subject: Unable to delete file > To: user@ant.apache.org > CC: nirav.s...@lmco.com; adil.kara...@lmco.com > > We have a 20+ Java projects (Eclipse Projects) each with its own > build.xml. We group proje

Unable to delete file

2009-08-18 Thread Boring, Jeff W (N-Viper)
. Finally, there is a simple master build.xml that makes ant calls to the component build.xml files. >From the master build.xml, a call to the first project build produces a jar. This project build.xml can delete the jar but no other build.xml can - always gets the "unable to delete file"