Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PDE build/test problem(Test plugin not found)
PDE build/test problem [message #499545] Mon, 23 November 2009 10:27 Go to next message
Marko Tomljenovic is currently offline Marko TomljenovicFriend
Messages: 62
Registered: July 2009
Member
Hello all,
I am having a strange problem with my PDE build (Eclipse 3.5).
I am building some (extension location, no p2) features containing plugins/test plugins. After the build I am trying to run some tests using the eclipse test framework.

The bad thing is that the test plugins are not found. The following message is appearing all the time:

org.eclipse.test.EclipseTestRunner$TestFailedException: java.lang.Exception: Could not find plugin "..."

When I run the target eclipse manually the test plugins can also not be found (cannot be found at all in view plug-in registry).

But now comes the strange thing: The plugins are there, they are all located in the "plugins" folder.

I tried the following things but none of them helped:
- clean the configuration (cmd line switch -clean)
- remove all the features and just start using the plugins

Does anybody had a similar problem or has some ideas on this?

Thank you

Re: PDE build/test problem [message #499555 is a reply to message #499545] Mon, 23 November 2009 10:58 Go to previous messageGo to next message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

Hello Marko,

Are you sure your test plugins dependencies are resolved? Maybe you are missing org.junit or another dependency so that your test plugin cannot be loaded...

HTH

--
Mickael Istria - BonitaSoft S.A.
http://www.bonitasoft.com/products/downloads.php
Re: PDE build/test problem [message #499564 is a reply to message #499555] Mon, 23 November 2009 11:29 Go to previous messageGo to next message
Marko Tomljenovic is currently offline Marko TomljenovicFriend
Messages: 62
Registered: July 2009
Member
Hi,
first thank you for the reply.

But if a dependency is not resolved and therefore the plugin is not loaded shouldn't the plugin then at least be shown in the plug-in registry view as "disabled" ?
Re: PDE build/test problem [message #603515 is a reply to message #499555] Mon, 23 November 2009 11:29 Go to previous message
Marko Tomljenovic is currently offline Marko TomljenovicFriend
Messages: 62
Registered: July 2009
Member
Hi,
first thank you for the reply.

But if a dependency is not resolved and therefore the plugin is not loaded shouldn't the plugin then at least be shown in the plug-in registry view as "disabled" ?
Previous Topic:PDE build/test problem
Next Topic:How to catch delete function in launch configuration un eclipse
Goto Forum:
  


Current Time: Fri Apr 19 02:55:55 GMT 2024

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

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

Back to the top