Hey folks, I'm trying to setup an Eclipse project to use an ant+ivy script as a builder. The script works fine outside of Eclipse, but as a builder, I keep getting the following error when ant tries to run the <ivy:settings id="ivy.instance"/> task:
jar:file:C:/work/tools/apache-ant-1.7.0/lib/ivy-2.0.0-alpha2-incubating.jar!/org/apache/ivy/ant/antlib.xml:21: typedef A class needed by class org.apache.ivy.ant.IvyAntSettings cannot be found: org/apache/tools/ant/types/DataType I'm using Eclipse 3.3, JDK6, Ant 1.7, Ivy 2.0alpha2, and IvyDE 1.3 Any help/pointers would be greatly appreciated! -- View this message in context: http://www.nabble.com/Problem-using-Ant%2BIvy-builds-from-within-Eclipse-tf4839966.html#a13846990 Sent from the ivy-user mailing list archive at Nabble.com.
