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
PDE build/test problem [message #603503] 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 #603510 is a reply to message #603503] Mon, 23 November 2009 10:58 Go to previous 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
Previous Topic:Hooking into IWorkbenchPage.closeEditors
Next Topic:PDE build/test problem
Goto Forum:
  


Current Time: Fri Mar 29 04:55:14 GMT 2024

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

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

Back to the top