Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] Eclipse + Ant1.6b2

Hi all,

i'm using ant 1.6b2 on eclipse 2.1.1. I've configured Ant to use the
external installed ant libraries. But If I called a JAR task I get the
following error: 

BUILD FAILED: java.lang.NoSuchMethodError:
org.apache.tools.zip.ZipOutputStream.<init>(Ljava/io/File;)V

The configured ant.jar contains this class, with the IMHO correct c'tor.
I've tested with JDK1.4 and JDK1.3 on windows. If I calling ant from the
command line, it works as expected.

Did I missed something in eclipse? Thanks for your help.

Regards
	Steffen...

-- 
Never be afraid to try something new. Remember, amateurs built the
ark; professionals built the Titanic.
                                                      -- Anonymous






Back to the top