Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Specifying dependend update sites to one's own
Specifying dependend update sites to one's own [message #60444] Mon, 11 May 2009 05:20 Go to next message
Eclipse UserFriend
Hello everyone,

currently I'm creating a feature project to some Plug-ins that depend on
features provided by third party update sites. I'm looking for a way
allowing the end user to only check my feature in the update manager and
the dependend update site gets visited by the update manager transparently
to the user.

Now, in the feature editor I found under "Information" the "Sites to
Visit" tab and added the depended update site there:
<url>
<discovery label="Object Teams Updates"
url="http://www.objectteams.org/distrib/otdt-updates-1.2"/>
</url>

But when I try to install my feature, the other update site is not
visited. Is this a bug, or is "Sites to Visit" not the right way to do it?
I'm using Eclipse 3.4.2.

Cheers,
Rob
Re: Specifying dependend update sites to one's own [message #597390 is a reply to message #60444] Wed, 13 May 2009 11:53 Go to previous messageGo to next message
Eclipse UserFriend
Robert Wloch wrote:
> Hello everyone,
>
> currently I'm creating a feature project to some Plug-ins that depend on
> features provided by third party update sites. I'm looking for a way
> allowing the end user to only check my feature in the update manager and
> the dependend update site gets visited by the update manager
> transparently to the user.
>
> Now, in the feature editor I found under "Information" the "Sites to
> Visit" tab and added the depended update site there:
> <url>
> <discovery label="Object Teams Updates"
> url="http://www.objectteams.org/distrib/otdt-updates-1.2"/>
> </url>
>
> But when I try to install my feature, the other update site is not
> visited. Is this a bug, or is "Sites to Visit" not the right way to do
> it? I'm using Eclipse 3.4.2.

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/ganymede/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

[Updated on: Tue, 26 June 2012 22:57] by Moderator

Re: Specifying dependend update sites to one's own [message #597458 is a reply to message #60444] Thu, 14 May 2009 01:41 Go to previous message
Eclipse UserFriend
Eric,

thank you for the clarification!

Rob
Previous Topic:Update Manager port?
Next Topic:NoClassDefFoundError on startup
Goto Forum:
  


Current Time: Sun Jun 08 14:19:22 EDT 2025

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

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

Back to the top