Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Ant 1.6.0 in eclipse

Hello ,

  can anybody tell me, how to use ant 1.6.0 in eclipse 2.1.2? I have to use eclipse 2, because some plugins don't work with eclipse 3. 

I changed the jar files in the window->preferences->ant->runtime dialog (ant.jar, optional.jar to jars of the 1.6.0 distribution), except the xerces.jar and tools.jar. When I start ant with my build.xml, the jar building faild with 
__________________
BUILD FAILED: java.lang.NoSuchMethodError: org.apache.tools.zip.ZipOutputStream.<init>(Ljava/io/File;)V
__________________

does anybody know, which jar is missing and where I can get it?

I need the 1.6.0 because I want to use the <scp> - target. 

	thank you!

-- 
cu,
 Guido                          mailto:gk@xxxxxxxxxxxxxx




Back to the top