Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] Plugin tasks in M7

I know this is kind of a user-y question, but after our discussion of default jvm I tried moving a plugin-defined Ant task from 2.1.2 to M7. :(

BUILD FAILED: D:\eclipse3.0M7\eclipse\workspace\xmleditor\prebopthis.xml:14: Could not create task or type of type: preprocess.
Ant could not find the task or a class this task relies upon.

The task is in the Ant > Runtime > Tasks list.

Ok, so I try this: Add the jar to the Ant > Plugin > Classpath > Global Entries and add a taskdef for the task. Still doesn't work.

BUILD FAILED: D:\eclipse3.0M7\eclipse\workspace\xmleditor\prebopthis.xml:11: taskdef class com.objfac.prebop.ant.PreprocessorTask cannot be found

However, this version of the script runs perfectly well from the command line.

Seems to be an "Eclipse doesn't get classpath right" kind of problem. ???

Bob



Back to the top