You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/01/13 06:05:55 UTC

DO NOT REPLY [Bug 16010] - Distributed ant bash script references classes.zip - not present in IBM JDK1.4

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16010>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16010

Distributed ant bash script references classes.zip - not present in IBM JDK1.4

conor@cortexebusiness.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From conor@cortexebusiness.com.au  2003-01-13 05:05 -------
What is the problemn you are having that this would fix?

The classes.zip reference is in there for JDK 1.1 and because VMs from that
vintage, if given a classpath not containing the classes.zip file, would not be
able to find critical classes such as java.lang.Thread

With more modern VMs, it is not necessary to add the jars in jre/lib, the VM
takes care of this and adding to the classpath is probably a bad idea.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>