Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » [Update Site] Creating required dependencies
[Update Site] Creating required dependencies [message #336413] Wed, 10 June 2009 12:31 Go to next message
Jochen Hebbrecht is currently offline Jochen HebbrechtFriend
Messages: 12
Registered: July 2009
Junior Member
Hi,

First of all, I'm not sure this is the correct group to post. If this is
the wrong, please feel free to correct me.

I'm currently creating an Eclipse Update site for a custom made plugin.
This custom made plugin has dependencies to:
- M2Eclipse
- Mylyn
- Subclipse
- ...

I'm looking for a way to declare my site.xml to also install the
dependencies, before installing the plugin.

I tried the "Add feature..." action. That seems to work. But when a user
points to my update site, he's still able to only install the custom
plugin, and no other dependencies are installed.

I really need to make the dependencies required.
Is there a possibility to do that?

Thanks in advance,
Jochen
Re: [Update Site] Creating required dependencies [message #336453 is a reply to message #336413] Fri, 12 June 2009 17:44 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Jochen Hebbrecht wrote:
> Hi,
>
> First of all, I'm not sure this is the correct group to post. If this is
> the wrong, please feel free to correct me.
>
> I'm currently creating an Eclipse Update site for a custom made plugin.
> This custom made plugin has dependencies to:
> - M2Eclipse
> - Mylyn
> - Subclipse
> - ...
>
> I'm looking for a way to declare my site.xml to also install the
> dependencies, before installing the plugin.

You need to specify the other Features as dependencies on your Feature,
so that they are required to install yours. Then, in your site.xml you
can specify an "associate sites" URL that lists other sites to use for
installing dependencies. The DTD and some explanation can be found here:
http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse. platform.doc.isv/reference/misc/update_sitemap.html


For an example, see this update site:
http://downloads.skywayperspectives.org/builder/updates/site .xml and
also the URL that its associateSitesURL points to.

Hope this helps,
Eric
Previous Topic:Replacing the debug perspective with my own
Next Topic:add filesystem resources to project without copying?
Goto Forum:
  


Current Time: Tue Apr 16 09:57:43 GMT 2024

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

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

Back to the top