PDA

View Full Version : Eclipse plugin export failing due to ant?



mistermax
November 24th, 2007, 07:26 PM
I've been trying to follow the example on the IBM developer site here (https://www6.software.ibm.com/developerworks/education/os-ecl-gameplgin/section3.html)
When I get to the point where I want to export my plugin from eclipse, I get an error that eclipse "could not find one or more classes:
"org.apache.tools.ant.launch.AntMain" Please check the Ant classpath

when I've looked at the settings within eclipse, I can see the Ant Home Entries in the classpath, set to /usr/lib/eclipse/plugins/org.apach.ant_1.6.5xxx (where xxx is the name of the particular jar)

I'm using Java 5.

Can anyone tell me how to sort this out?

ta