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 2005/02/15 12:02:07 UTC

DO NOT REPLY [Bug 33583] New: - javac task ZipException - linux - java 1.5

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: dev@ant.apache.org
        ReportedBy: alex.scotti@email.it


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org