Re: Ant fails to delete jars under "lib"

2005-11-02 Thread Peter Reilly
That bug (28046) was for the current working directory. So to see it you would have to launch ant from that directory. Are you sure that you are not using the contents of lib as a classpath for something? I think that ant keeps the classpaths in a cache, and if this is the case, the jar files will

RE: Ant fails to delete jars under "lib"

2005-11-01 Thread Silberman, Michael
delete jars under "lib" You would need to tell it to ignore the default excludes. -Original Message- From: Erin Gu [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 01, 2005 10:28 AM To: Ant Users List Subject: RE: Ant fails to delete jars under "lib" I j

RE: Ant fails to delete jars under "lib"

2005-11-01 Thread Silberman, Michael
You would need to tell it to ignore the default excludes. -Original Message- From: Erin Gu [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 01, 2005 10:28 AM To: Ant Users List Subject: RE: Ant fails to delete jars under "lib" I just found this: http://issues.apache.or

RE: Ant fails to delete jars under "lib"

2005-11-01 Thread Erin Gu
vember 01, 2005 11:41 AM >To: Ant Users List >Subject: Re: Ant fails to delete jars under "lib" > > >Perhaps some process was using that JAR at the time you attempted to >delete it? > >-- >Jeffrey E. Care ([EMAIL PROTECTED]) >WebSphere v7 Release Engin

Re: Ant fails to delete jars under "lib"

2005-11-01 Thread Jeffrey E Care
Perhaps some process was using that JAR at the time you attempted to delete it? -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) "Erin Gu" <[EMAIL PROTECTED]> wrote on 11/01/2005 11:28:46 AM: > Hi, I try to use to delete a gro