thought I'd let everyone know the results of my research into the ant jar locking problem ... if anyone is interested. It isn't an ant problem, but a modern compiler (default for JDK1.3-1.5) on Windoze issue.
http://issues.apache.org/bugzilla/show_bug.cgi?id=3345 workarounds: 1. Don't use Windoze. 2. Use another compiler (like jikes) and the problem will go bye bye. cara On 4/22/05, Tim Colson (tcolson) <[EMAIL PROTECTED]> wrote: > > > Anyway, this taskdef > > locks the jars in the classpath used to run the cactus unit tests. As > > a result, my other targets (like my pull from cvs) will fail because > > these *.jar files in my lib dir cannot be deleted. Has anyone had this > > problem before? and found an elegant work around? > I have that problem regularly on our build server... > > I have a task that spawns an scp (secure copy) which goes over our > WAN... and sometimes it hangs. When that happens, it leaves a java.exe > process running which has an open filehandle. Windows doesn't let you > change the file or directory. > > The only workaround I've come up with is to go into the Task Manager and > kill the process. :-( > > > > PS Hi everyone. I've been on the list for awhile, > Welcome. Hope to see you at a meeting. :-) > > > Tucson is a fun and beautiful place so far. How bloody hot will > > it get? > Well, let's just say if you can't stand the heat, get out of the > kitchen... which for my mother-in-law translates to taking several trips > in the summer up to Flagstaff. Elevation is a Good Thing(tm). <grin> > > Cheers, > Timo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
