DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33583>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33583 Summary: javac task ZipException - linux - java 1.5 Product: Ant Version: 1.6.2 Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Apache Ant version 1.6.2 compiled on July 16 2004 Java version: 1.5 I have a javac task that depends on init, if I delete all classes and compile the task completes succesfully. if I modify the source code of a class then an error, java.util.zip.ZipException: error in opening zip file , is thrown for each class that is unchanged. Buildfile: build.xml init: compile: [javac] Compiling 1 source file to ../WEB-INF/classes [javac] ../db/map/Event.java [javac] error: error reading ../actions/EventAction.class; java.util.zip.ZipException: error in opening zip file [javac] 1 error BUILD FAILED -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]