Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Additional ant tasks

Hi there,

I want to build my Java project using the 'Ant Build' option of Eclipse 2.1.1 (project properties -> External Tool Builders -> New... -> Ant Build). I specified the 'build.xml' file and when I had a look at the 'Targets' pane I got the following error message:

"file:D:/project/build.xml:68: taskdef class org.apache.tools.ant.taskdefs.optional.ForList cannot be found"

The ant task 'ForList' is an additional task, I need to build my project. The corresponding class file is stored in the 'AddOnTasks.jar' file that is located in the 'lib' directory of my local Ant installation (which is independent from my Eclipse installation).

Now, I'm wondering, where I have to put the 'AddOnTasks.jar' file, so Eclipse' Ant can find it?

Thanks for you help,

Johannes



Back to the top