Skip to main content

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


Guido,

Please use the newsgroups...this is not the correct forum for these questions.

You cannot use several tasks including the jar task in Ant 1.6.0 with Eclipse 2.1.2.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=45985

This has been fixed for Eclipse 2.1.3 and in the M6 and later for 3.0

Darins



Guido Kämper <gk@xxxxxxxxxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

02/10/04 10:32 AM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        [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


_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top