Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Eclipse & Ant1.6b2 problem


Looks the same to me...we are somehow picking up an incorrect version of ZipOutputStream.

Any help in diagnosing the problem would be greatly appreciated. Findings can be added to the bug report.

Darins



<eclipse-ant@xxxxxxxxxxxx>
Sent by: platform-ant-dev-admin@xxxxxxxxxxx

11/14/03 10:21 AM
Please respond to platform-ant-dev

       
        To:        <platform-ant-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-ant-dev] Eclipse & Ant1.6b2 problem



Hello,

 

I have setup Eclipse 2.1.1  to use my external Ant 1.6b2 libraries and this has appeared to work correctly until I try to call a JAR task when I get the following error:

 

BUILD FAILED: java.lang.IllegalAccessError: tried to access field org.apache.tools.zip.ZipOutputStream.EOCD_SIG from class org.apache.tools.zip.ZipFile

 

I am using j2sdk1.4.2_02 on Windows2000. If I call ant from the

command line, it works as expected.

 

I notice that a similar problem was reported in this post:

 

http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg00852.html

 

and that a bug report has been generated:

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=45985

 

Would somebody be able to confirm if my problem is a result of this bug?

 

Best Regards,

 

Steven Pouros Lagou

Panther Informatics


Back to the top