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
41
votes
8 answers

ADT needs to update but find no update

Today I installed API8 from the SDK manager, previously I only had been working with API14. After the SDK manager was done, and upon restarting ADT I got this error: This android SDK requires Android Developer Toolkit version 21.1.0 and above.…
wyldcard
  • 601
  • 2
  • 7
  • 13
31
votes
5 answers

How to find out which feature contains a needed plug-in on an Eclipse download site

When developing an RCP application against a target platform, I (and others) often come across dependencies which need to be added from the Eclipse releases software site. Whenever a plug-in is included in my IDE, but not in my target platform, and…
s.d
  • 4,017
  • 5
  • 35
  • 65
11
votes
4 answers

Eclipse updates not working

I have installed Eclipse 3,6 on 64 bit Windows platform. When I try to connect to update sites by going to Help->install new software it gives following error: Unable to connect to repository…
user563089
  • 111
  • 1
  • 1
  • 3
11
votes
3 answers

Change mirror of update sites of eclipse plugins

I'm using ganymede but I can't find the option to change mirror for the update sites. Is there a way to change this?
ken
  • 4,886
  • 4
  • 30
  • 26
11
votes
3 answers

Why is Galileo update site empty?

I just installed Eclipse Galileo for Java developers and noticed that the update site list is empty. Does anyone else have the same problem? I don't know the URL's for the update sites.
Spoike
  • 119,724
  • 44
  • 140
  • 158
6
votes
1 answer

How to refresh update site in Eclipse

Currently if I change contents of Eclipse update site, I have to restart Eclipse to see new contents. Is there a way to make it without restart?
Ilya Ivanov
  • 2,379
  • 1
  • 21
  • 24
5
votes
1 answer

Generate HTML from Eclipse update site

I'd like to generate a HTML file that takes its content from an Eclipse update site. Ideally it should output organize the content based on categories and include the descriptions somehow. Input: Eclipse Update Site ??? Profit!! (HTML page) I'm…
Fredrik
  • 10,626
  • 6
  • 45
  • 81
5
votes
1 answer

How to get data from server and update the database with it?

I am implementing an android application and i can't figure out how to solve this problem : When user clicks to the update button , i want to connect to the my server and check if there is any update on the data , if there is , i want to get data…
dirhem
  • 611
  • 1
  • 12
  • 24
4
votes
1 answer

Solution for building an offline "composite" Eclipse update site with categories

This is going to be a pretty long question, so bear with me. I'm looking for a solution to build custom update sites (or p2 repositories) for use in an offline development environment, with the following things in mind: Each site will contain a mix…
takteek
  • 7,020
  • 2
  • 39
  • 70
4
votes
1 answer

Eclipse update site - how to sign jars?

I have a few Eclipse plugins that are part of a feature. We would like to apply code signing to these plugins when the update site is updated. I can see the JAR Signing tab when exporting an individual plugin, but I can't see anything similar in my…
Alan Spark
  • 8,152
  • 8
  • 56
  • 91
3
votes
1 answer

plugin - feature - update site

I have several plugins and would like to create a nice update site to provide them. Some of them only contain core functionality (would not do anything, let's call them core-plugin) and others provide some functionality to the end user (they are…
Antje Janosch
  • 1,154
  • 5
  • 19
  • 37
3
votes
3 answers

How to track downloads from an Eclipse update site?

I have a plug-in that I am distributing via an Eclipse update site. I want to track how many times it is being downloaded, and preferably by whom. For regular pages on my site, I can use Google analytics. However, Eclipse doesn't use any HTMLs when…
Uri
  • 88,451
  • 51
  • 221
  • 321
3
votes
1 answer

In place update of update site with tycho

I'm using tycho to build an Eclipse RCP application. So far we've been using Eclipse's build system, but I want to use tycho do build nightly snapshots. Until now, at my company, we've been releasing this RCP application with update-sites, which we…
3
votes
2 answers

Command line to find units in a p2 repository using p2 query language

p2 has a query language that allows to run queries on the content of a p2 repository. However all examples in the documentation assume that the query language is used from within Java, e.g. IQuery q =…
oberlies
  • 11,503
  • 4
  • 63
  • 110
3
votes
4 answers

Update Site Creation Automation

I've developed an eclipse plug in, and created a feature and an update site projects inside eclipse to publish it. What i am looking for, is a way to automate the process of creating my update site during our automatic build process through a…
user189059
1
2 3 4 5