Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » eclipse.generateFeature(How to automatically resolve dependencies)
eclipse.generateFeature [message #659295] Fri, 11 March 2011 21:44 Go to next message
No real name is currently offline No real nameFriend
Messages: 6
Registered: February 2011
Junior Member
I have an Eclipse Plug-in and a unit test in the form of a plug-in fragment.

I'm trying to use PDE Build to build the fragment and host plug-in. I'm using the eclipse.generateFeature task in my customTargets.xml to generate a container feature for the build.

However, it seems that I have to list every single required plug-in otherwise I get "Missing required plug-in" and "Unsatisified import package" errors. Is there a way to avoid this and have PDE automatically resolve the dependencies?

Thanks.
Re: eclipse.generateFeature [message #659468 is a reply to message #659295] Mon, 14 March 2011 08:14 Go to previous messageGo to next message
Martin Skorsky is currently offline Martin SkorskyFriend
Messages: 112
Registered: July 2009
Senior Member
Where do you list the required plug-ins?
Re: eclipse.generateFeature [message #659577 is a reply to message #659468] Mon, 14 March 2011 16:06 Go to previous message
No real name is currently offline No real nameFriend
Messages: 6
Registered: February 2011
Junior Member
Nevermind,

I specified a product file to build against and it works.

Thanks.
Previous Topic:How to use eclipse built-in check name functionality for custom wizards......
Next Topic:Can I use "Product export wizard" multiple times?
Goto Forum:
  


Current Time: Thu Apr 25 23:17:37 GMT 2024

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

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

Back to the top