Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » [PDE] JUnit plugin test on RCP target environment
[PDE] JUnit plugin test on RCP target environment [message #315504] Thu, 10 May 2007 20:44 Go to next message
Will Horn is currently offline Will HornFriend
Messages: 265
Registered: July 2009
Senior Member
I'm developing against the base RCP target environment. When I try to run a
test plugin as a "JUnit Plug-in Test", nothing happens (eclipse starts up
and shuts down without running the test).

If I change my target environment to the entire Eclipse IDE installation,
the Plug-in Test works, I assume because plugins like
org.eclipse.pde.junit.runtime is there.

I would like to test with just the basic set of plugins that will exist in
my RCP product. Do I have to add org.eclipse.pde.junit.runtime to my target
environment, or is there a better way?

Thanks,
Will
Re: [PDE] JUnit plugin test on RCP target environment [message #317388 is a reply to message #315504] Tue, 03 July 2007 11:31 Go to previous message
Marco  Lehmann-Mörz is currently offline Marco Lehmann-MörzFriend
Messages: 53
Registered: July 2009
Member
Hi Will,

I have a similar problem. We use a set of features and plug-ins within
our target platform (all under version control). Since Eclipse 3.3 it
should be possible to add plug-ins from filesystem to the target
platform. If I do that, some plug-ins from version-controlled plug-ins
won't be found anymore. If I switch back to the original target platform
everything compiles OK without any missing plug-ins.

Marco


Will Horn schrieb:
> I'm developing against the base RCP target environment. When I try to run a
> test plugin as a "JUnit Plug-in Test", nothing happens (eclipse starts up
> and shuts down without running the test).
>
> If I change my target environment to the entire Eclipse IDE installation,
> the Plug-in Test works, I assume because plugins like
> org.eclipse.pde.junit.runtime is there.
>
> I would like to test with just the basic set of plugins that will exist in
> my RCP product. Do I have to add org.eclipse.pde.junit.runtime to my target
> environment, or is there a better way?
>
> Thanks,
> Will
>
>
Previous Topic:Launch exception
Next Topic:New port submission for eclipse
Goto Forum:
  


Current Time: Sun Oct 06 12:40:56 GMT 2024

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

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

Back to the top