Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » eclipse plugin support
eclipse plugin support [message #101659] Mon, 06 October 2003 15:07 Go to next message
Eclipse UserFriend
Originally posted by: dan.palmer.sympatico.ca

I am impressed by eclipse-SDK-2.1.1-win32 but I am baffled by how to get
the plugin support functional. I am able to do the following:

- I can link to the CVS repository for marathonman (project marathon) and
get the project from CVS
- I have resolved the problem with javac by including the tools.jar file
in the ant runtime classpath (c:\program
files\j2sdk=nb\j2sdk1.4.2\lib\tools.jar)
- I can get it to run the unit tests by including the junit jar, but I
thought that a plugin was suppose to be incorporated when eclipse was
invoked
- Running the tests this way makes the unit tests fail but running them
from the command line and running the unit tests makes them pass.

What am I missing?
Re: eclipse plugin support [message #101732 is a reply to message #101659] Mon, 06 October 2003 16:22 Go to previous message
Jerome Lanneluc is currently offline Jerome LannelucFriend
Messages: 572
Registered: July 2009
Senior Member
Add the 'org.junit' plugin as a prereq of your plugin.

"Dan Palmer" <dan.palmer@sympatico.ca> wrote in message
news:bls0f4$2u5$1@eclipse.org...
> I am impressed by eclipse-SDK-2.1.1-win32 but I am baffled by how to get
> the plugin support functional. I am able to do the following:
>
> - I can link to the CVS repository for marathonman (project marathon) and
> get the project from CVS
> - I have resolved the problem with javac by including the tools.jar file
> in the ant runtime classpath (c:\program
> files\j2sdk=nb\j2sdk1.4.2\lib\tools.jar)
> - I can get it to run the unit tests by including the junit jar, but I
> thought that a plugin was suppose to be incorporated when eclipse was
> invoked
> - Running the tests this way makes the unit tests fail but running them
> from the command line and running the unit tests makes them pass.
>
> What am I missing?
>
Previous Topic:Recommendations for Java Project organization
Next Topic:[ANN] Instantiations Acquires SWT Designer Technology
Goto Forum:
  


Current Time: Thu Dec 26 21:54:06 GMT 2024

Powered by FUDForum. Page generated in 0.03177 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top