Re: Problems with ZIP file: can't unzip Xalan distro created with Ant 1.2

2001-02-08 Thread dale+tomcat
I've had this problem before when just using jar to create zip files. Have a look at: http://developer.java.sun.com/developer/bugParade/bugs/4306807.html http://developer.java.sun.com/developer/bugParade/bugs/4412571.html The first is an old bug with 1.1.6 but the eval says it's been verified ag

Re: How does ant tasks get garbage collected.

2001-02-08 Thread dale+tomcat
The JVM also does not call finalize when it is exiting. thanks, - Dale On Thu, Feb 08, 2001 at 12:43:48PM +0100, Nico Seessle wrote: > - Original Message - > From: "Jeremy Roedde" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, February 07, 2001 5:08 PM > Subject: Q: Ho