Questions tagged [update-site]

Eclipse Software Sites (aka "update sites" aka "p2 repositories") are the storage format for delivering updates and new features to Eclipse-based applications.

Eclipse "software sites" are the storage format for delivering updates and new features to Eclipse-based applications. Software sites are still most commonly referred to by their old name "update site".

Technically, there are two formats for software sites:

  • The "update site" format used by the former Eclipse Update Manager.
  • "p2 repositories" introduced by Equinox p2

The formats are compatible, so a software site can be both an update site and a p2 repository.

Related Links:

62 questions
0
votes
2 answers

Include an external update site in my update site in Eclipse

I have an update site in which I'm including my features, like this:
CIOC
  • 1,385
  • 3
  • 19
  • 48
0
votes
1 answer

Automatic redirect for Eclipse Update Site from old URL to new URL

I have an Update Site with has some users, e.g. www.foo.com/oldupdatesite. I want to release new versions of the Update Site at a new location. For instance, the new location could be www.bar.com/newupdatesite. It would be optimal if I could push…
mihca
  • 997
  • 1
  • 10
  • 29
0
votes
1 answer

Create an online eclipse update site from local plugin folder

I developed my first eclipse plugin. I first exported the project as a deploybale feature, generating a folder containing: artifacts.jar, content.jar, and the plugins and features folders. I tested the plugin locally by going to "install new…
Jack Lehman
  • 83
  • 2
  • 9
0
votes
1 answer

eclipse software installation - contacting software sites repeats for longer duration

Trying to update the Eclipse oxygen software it takes while, how to optimize the update time or any issue in my eclipse software. In Eclipse IDE -> help->check for updates
0
votes
1 answer

Upgrade eclipse 4.4(Luna) to to 4.7(Oxygen)

I've updated Eclipse 4.4.2(Luna) to Eclipse Oxygen(4.7) using the update site http://download.eclipse.org/eclipse/updates/4.7 But I can't launch the "eclipse" anymore - it shows the error "The application Eclipse can't be opened". When I check…
Kondal Kolipaka
  • 3,471
  • 22
  • 28
0
votes
2 answers

liferay plugin for eclipse version 4.3(kepler)

I want to install liferay plugin in my eclipse version 4.3. Is there any liferay-IDE update-site available for it? my liferay version is liferay-portal-tomcat-6.1.2-ce-ga3 note:due to use liferay6.1 I needed to install java6 and remove java8 so I…
HamedTaherkhani
  • 79
  • 2
  • 10
0
votes
0 answers

Checking prerequisite before installing eclipse plugin

I have eclipse feature and update site. I want to add prerequisites like The plug-in can be installed, if the eclipse version greater than some version. Can we compute these kind prerequisites before installing plug-in
Kumar
  • 1,536
  • 2
  • 23
  • 33
0
votes
0 answers

Eclipse RCP features install but no plugins show up when i restart eclipse after the installation

I wrote some plugins for an existing Eclipse/Equinox RCP Application. Previously i was able to install them just fine by using an update site. After the RCP Application updated this is not possible anymore (org.osgi.framework.version from 1.5.0 to…
MaPePeR
  • 931
  • 9
  • 18
0
votes
1 answer

Eclipse PDE: Cannot use slf4j.simple plugins from current target platform as plugin dependency (purple icon)

Summary of Problem: I cannot use all of the plugins from a p2 Software Site ( = Updatesite ) as dependencies. They are listed in the target platform with a purple icon and they do not appear in the plug-in selection list when trying to add as…
0
votes
1 answer

How do I update eclipse from 4.2.1 to 4.2.2 on a nonInternet facing machine?

We have several test networks and the machines on these networks do not have internet access. I am trying to install Worklight 6.2 studio ... but it requires Eclipse 4.2.2 minimum and this is an RDz install with 4.2.1. A simple "update" on an…
Michael Casile
  • 85
  • 2
  • 11
0
votes
2 answers

Hiding features in eclipse update site from being visible to person who is updating

I have an eclipse update site with which I install my plugin features. I have a top category defined that displays the plugins to be installed under it. I do not want the plugin features to be displayed, just the top category. Is it possible to…
HiteshJolly
  • 55
  • 1
  • 11
0
votes
2 answers

Eclipse plugin update to downloaded user

I created a eclipse plugin project. I am new to this & i wanted to know after installing this project by user through update site - how can i make a change so the user get the update for the existing plugin.
Ravi Kumar
  • 339
  • 2
  • 11
  • 24
0
votes
1 answer

Server continues to look to old Update Site database

I had (by mistake) a copy of an update site on one server. I had the correct copy on another server so I replicated it to the first server and deleted the original bad update site DB. I found the entry OSGI_HTTP_DYNAMIC_BUNDLES= in the Notes.ini…
Bill F
  • 2,057
  • 3
  • 18
  • 39
0
votes
1 answer

How to use a site.xml base update site in a Tycho build

My project has dependencies on Apache Directory Studio plugins. I created a pom.xml file and added Apache Directory Studio update site as a repository. However, Tycho cannot load the Apache Directory Studio update site. The site is not a p2…
The_Cute_Hedgehog
  • 1,280
  • 13
  • 22
0
votes
1 answer

Why my external jars are not included when creating an eclipse update site

I've created an eclipse plugin project with support for a DSL. The problem that i'm facing is i'm using some external libraries like apache commons, antlr,jface.text etc. It is running fine when i run from inside eclipse. But once i make an update…