Toni Penttinen wrote: > Hi, > > Anyone knows how to get rid of this bug. Currently using ant cvs version of >01.02.2002. > > This error occurs only with one of my targets others are fine .. If i run same build >on Linux or Solaris no problem occurs so bug is only specific for windows environment. > > [javac] Compiling 223 source files to D:\sources\xxxx\build\classes > [javac] An exception has occurred in the compiler (1.3.1_02). Please file a bug at >the Java Developer Connection (http://java.sun.com/cgi-bin/bugreport.cgi) > Include your program and the following diagnostic in your report. Thank you. > [javac] java.lang.InternalError: jzentry == 0
Generally this means that a jar/zip which has been loaded by Ant's VM (perhaps from the classpath) has been modified. This happends on Windows. Conor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
