Hi,

We have to make a version as to what version of Eclipse we are targeting
with the Eclipse plugin. 

I would suggest version 2.1 as it is already in milestone 2 and is
supposed to be out 1Q2003
(http://www.eclipse.org/eclipse/development/eclipse_project_plan_2_1.htm
l).

Actually maybe we should try to make it run on both 2.0 and 2.1 ?

I'm asking this because I've noticed that the
JUnitBaseLaunchConfiguration class has changed between 2.0 and 2.1. For
example, whereas in 2.0 you would write:

        IType testType = getTestType(theConfiguration, javaProject);

In 2.1, you now write:

        IType[] testTypes = getTestTypes(theConfiguration, javaProject);

We can probably hide the differences by having a helper class/method
that does some introspection. However, it really depends on how much is
changed between 2.0 and 2.1 and I don't know the answer to that ...

What do you think?

Thanks
-Vincent


--
To unsubscribe, e-mail:   <mailto:cactus-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:cactus-dev-help@;jakarta.apache.org>

Reply via email to