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
2
votes
2 answers

Local update site with remote features

I would like to create a lightweight eclipse update site that would only reference to feature or plugins in remote update sites, in order to have a single entry point for my team to install and update all the common plugins that we use for some…
gizmo
  • 11,819
  • 6
  • 44
  • 61
2
votes
0 answers

Is it possible to have a password protected update site in eclipse?

I have got a scenario where I have to provide my eclipse RCP application product update site links to more than 3 clients. The client will be able to update his/her eclipse plugins/features accordingly. I will be maintaining different update site…
SSK
  • 63
  • 3
2
votes
1 answer

Java compiler errors in DDE on new computer, works fine in old one

I have 2 computers running Domino Designer, On my new one I get java errors in a server based application and not on the old one. I have installed the required package on both machines and I have the same compiler set in prefs. The computer with…
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
2
votes
2 answers

Dependencies of my RCP application are missing on my update site

I am creating an RCP application. I am planning to provide p2 update functionality. For example there are 4 plugins: A,B,C,D Plugin A and B represents the core functionality of my RCP application. I have created a feature with name…
Priyank Thakkar
  • 4,752
  • 19
  • 57
  • 93
2
votes
1 answer

Eclipse 3.8 update site

Where I can find release update site for eclipse 3.8? I need something like this but for 3.8: Indigo - http://download.eclipse.org/releases/indigo/ Juno - http://download.eclipse.org/releases/juno/ Also I have found next comment in this post Juno…
2
votes
2 answers

Defining auto start for a plug-in within an eclipse update site project

I have created an update site for my product which consists of a set of Eclipse plug-ins. I want some of the plug-ins start automatically when Eclipse starts after the product is installed. Actually I know that Eclipse holds auto-start properties of…
Turgay Celik
  • 651
  • 5
  • 11
2
votes
1 answer

Easy update sites for Eclipse with Sonatype Nexus

I'm looking for a better solution for a problem, I solved it yesterday, but I'm not happy ;) My task: Create a fully functional Eclipse update site with Nexus (can be used for updates and target platform definitions) My problem: The original…
Nachtgold
  • 539
  • 1
  • 6
  • 27
2
votes
1 answer

How to find orphan plugins in eclipse RCPs?

Update sites with RCPs prohibits orphan plugins, otherwise plugins that are not in a feature. If this condition is not filled, the update manager returns the following error: Resulting configuration does not contain the platform. Unfortunately, no…
dilig0
  • 1,006
  • 2
  • 10
  • 18
2
votes
2 answers

Eclipse empty (testing) update site

Is there any way to create an empty update site repo for Eclipse? I'm currently working on a product that's being tested and I'd like to be able to have an update site automatically added to the available software sites as enabled. If I do this then…
Serban Constantin
  • 3,316
  • 1
  • 18
  • 20
2
votes
0 answers

How to access personal bundle update site from eclipse marketplace

When I try to access my personal update site in the "Install new software" dialog in Eclipse 3.7 I get the following error and therefore cannot download/install any plugins from that update…
Thomas Traude
  • 840
  • 7
  • 17
1
vote
2 answers

Change Eclipse default update repository list

I am trying to deploy a version of Eclipse and would like control over the default repository list. See my earlier question. In my other question, I learned that this is stored in the user's home directory under…
Alan Spark
  • 8,152
  • 8
  • 56
  • 91
1
vote
1 answer

Update-Site for Mylyn Web Templates Connector (a.k.a. generic web connector) is unknown

I want to install the Web Templates Connector for Mylyn in Eclipse. It was also known as Generic Web Connector in the past. There's an infinite count of pages on the web that mention http://download.eclipse.org/mylyn/incubator/3.5/ as the update…
Lena Schimmel
  • 7,203
  • 5
  • 43
  • 58
1
vote
3 answers

application checking for patches/updates

I am working on (Java) Eclipse RCP windows desktop application and I need to implement a function which checks a website for any available updates to it. I would want to develop something that prompted the user to update the software if there are…
Ronny
  • 11
  • 1
1
vote
1 answer

How do I produce an installable form of an Eclipse plugin from "sources"?

An update site for a plugin I want to use, OpenCL development tool, is dead. However, it seems some form of the sources is available: hu.ngms.opencl.aggregator 19.4 kB 2015-04-08 hu.ngms.opencl.common 131.4 kB 2015-04-08 …
einpoklum
  • 118,144
  • 57
  • 340
  • 684
1
vote
1 answer

Build single update-site for RAP and RCP flavored feature

I have a build for a single-sourced RCP/RAP Eclipse feature project that uses maven profiles to either build RAP or RCP bundles, fragments and features. This works reasonably well. If I include my update site project as module in the above build's…
cheppsn
  • 190
  • 13