On 11 Apr 2002, <[EMAIL PROTECTED]> wrote: > jakarta-tomcat depends on commons-logging and jakarta-tomcat-util
But also tries to modify tomcat-util.jar that already is on the CLASSPATH after my change. This leads to the famous java.lang.InternalError: jzentry == 0 on the next <javac>. There isn't really much we can do here, I'm going to remove the dependency on jakarta-tomcat-util again as the situation we have right now just masks the real problem. If jakarta-tomcat depends on jakarta-tomcat-util, the later should probably contain all stuff for tomcat-util.jar. Another option would be to fork javac in jakarta-tomcat so it is save to alter tomcat-util.jar. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
