Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] Including External Ant Tasks in PDE Build

Hi,

I'm using the new org.eclipse.pde.build.fetchFactories extension point to provide Subversion support for my build. It works in as much as it writes the correct ant task (svn, checkout) to the retrieve.xml file. When it comes to run that task however it complains that it's unable to find classes required by the Ant Task class. Even if I add the appropriate taskdef task above.

In my plugin I've added the task to the org.eclipse.ant.core.antTasks extension point and I've put all the required jars in the classpath and even added them to the org.eclipse.ant.core.extraClasspathEntries extension point just to be sure.

I'm able to run the same task outside of the antRunner application so it's not a problem with the task.

Has anyone got any ideas?

Thanks

Peter Bracken


Back to the top