Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How do I force Eclipse to download entire bundle(s) my plug-in depends on?
How do I force Eclipse to download entire bundle(s) my plug-in depends on? [message #502240] Mon, 07 December 2009 11:43 Go to next message
Prasanna K is currently offline Prasanna KFriend
Messages: 78
Registered: July 2009
Member
Hi,

My plug-in depends on the entire dtp-sdk_1.7.0, wtp-R-3.0.5-20090521045405, etc.
In eclipse 3.5 (bare sdk and no other plug-in / bundle installed) while installing my plug-in
I checked : "contact all update sites during install to find required software".
The installation worked fine but I noticed the download & installation lasted only for a few seconds.
Later I discovered eclipse didn't download entire bundle(s) but just the specific jars of each of these bundles.

For all the advanced features of plug-in to work user's Eclipse installation should have the entire plug-ins installed.
I want Eclipse, during the installation of my plug-in, to download the entire dtp / wtp bundle(s) along with my plug-in.

How can I tell Eclipse to do this?

Thanks.
Re: How do I force Eclipse to download entire bundle(s) my plug-in depends on? [message #502279 is a reply to message #502240] Mon, 07 December 2009 15:16 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

You either have to select all of the SDKs you want (DTP, WTP) in the install dialog, or your SDK feature (used to install your plugins) has to require those other SDK features.

If your feature only includes your plugins (and they depend on other plugins), then only those other plugins will get installed, not there source or their umbrella features.

PW


Previous Topic:Update: new plugin version not visible -- where cached?
Next Topic:Separate Workspace files from project completely?
Goto Forum:
  


Current Time: Wed Apr 24 22:51:21 GMT 2024

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

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

Back to the top