Skip to main content

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

In M7, by default, an Ant build occurs in a separate VM.
Since M5 actually.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=45899

Our discussion here was on whether to move Ant builds triggered by External
tool builders to a separate VM by default.

In the latest integration builds you can have plugin-defined tasks work in a
separate VM build if you indicate that the task does not require the Eclipse
runtime.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=47901

> Seems to be an "Eclipse doesn't get classpath right" kind of problem. ???
Yep..fixed since the Feb 24th Integration build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=52209

HTH
Darins

----- Original Message ----- 
From: "Bob Foster" <bob@xxxxxxxxxx>
To: <platform-ant-dev@xxxxxxxxxxx>
Sent: Sunday, March 14, 2004 8:30 AM
Subject: [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
>
> _______________________________________________
> platform-ant-dev mailing list
> platform-ant-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-ant-dev
>




Back to the top