Tagged Questions
p2 is the platform provisioning system used by the eclipse IDE and the eclipse RCP framework. It is an artifact and metadata repository and allows some kind of dependency resolution. it supports mirroring and has an extensive set of ant task for managing repositories and publishing artifacts. The eclipse IDE uses p2 to provision updates and install new plugins.
16
votes
2answers
2k views
Is it possible to make an eclipse p2 provisioning mechanism running *locally*?
Eclipse 3.4[.x] - also known as Ganymede - comes with this new mechanism of provisioning called p2.
"Provisioning" is the process allowing to discover and update on demand some parts of an ...
7
votes
3answers
6k views
Do you know update site addresses for *latest* eclipse components?
I am looking for all addresses related to:
3.x eclipse itself (milestones and/or integration builds)
3.x other components (GEF, GMF, EMF, ...)
In the spirit of answering my own question, I do have ...
5
votes
1answer
463 views
Tool for managing/hosting own p2 repositories?
Our company is a heavy-maven user. We use Nexus repository manager in order to store our snapshots and releases.
Currently we are developing a product based on Eclipse. We use Tycho to do that.
...
5
votes
3answers
328 views
usage of maven tycho-p2-plugin with SWT
how do I build a swt application using the eclipse p2 repository and the maven tycho-p2-plugin?
5
votes
5answers
6k views
Eclipse doesn't load plugins in the dropins folder
I just downloaded Eclipse SDK 3.5.1 and want to install some add ons such as GEF, EMF, etc.
I downloaded all the zip files for everything I needed and decided to install them in the dropins folder. ...
4
votes
2answers
314 views
A working example of custom p2 provisioning action
I’m trying to write a custom p2 provisioning action to execute my own code when installing feature. Doing so with installHandler for Update Manager was easy, but as for p2, there’s absolutely no docs ...
4
votes
1answer
361 views
P2 Update of RCP based application failes
I trying to update an Eclipse-RCP-3.5 based application by an P2 update-site. Application contains two features.
Product is build by Eclipse Buckminster. Creation of the P2 update site is part of the ...
4
votes
1answer
449 views
In Equinox Is it possible to to mark an OSGi bundle as started from its containing feature's p2.inf?
I have an Eclipse feature which includes several bundles. I want to tell p2 to mark one of those bundles as started when the feature is installed. This is possible using the bundles own ...
4
votes
2answers
773 views
Best way to build update site for RCP app
I have an RCP app, consisting of:
A main plugin
A "framework" plugin
A product definition file
The product definition file lives in the main plug-in (is this a bad idea?).
The product definition ...
4
votes
2answers
637 views
How to find list of installed Eclipse features from external program?
I am preparing windows installer for my Eclipse plugin. I want install it into target eclipse product using P2 director. I am targetting only Eclipse 3.5 for now.
Installer should check that ...
3
votes
2answers
251 views
How can I safely use an Eclipse p2 profile?
I encounter some problems when I try to update Eclipse plug-ins at the start up of Eclipse. My program pops up the dialog at Help -> Check for Updates at the start up of Eclipse. But, when the user ...
3
votes
1answer
468 views
How to build Eclipse Plugin UpdateSite on headless server?
For the last few days I have been trying to test-build my eclipse plugin on a headless Debian VM. The reason for the headless Debian VM is that once I have the build setup, the build and the ...
3
votes
1answer
484 views
Eclipse p2 : Difference between category.xml and site.xml
p2 repository creation ant tasks like eclipse.publish.featuresAndBundles seem to take a site.xml or category.xml file which specifies the category information.
I see that the contents of site.xml and ...
3
votes
1answer
428 views
Run plugin updates outwith Eclipse UI
I'm trying to update the plugins for an Eclipse Galileo SR2 installation from the command line.
Something similar to this command (which asks for a specific feature):
java -jar ...
3
votes
1answer
2k views
Running P2 Ant tasks outside Eclipse
I got ant script running fine inside Eclipse
Here is a piece of it :
<p2.composite.repository failOnExists="true">
<repository location="file:/${basedir}/compRepo" ...
3
votes
3answers
1k views
Can Eclipse 3.5 discover all bundles in the plugins dir?
Simple usecase: assemble an Eclipse product using simple scripts, just dumping bundles into the plugins dir.
This used to work with 3.3 - with 3.5 it's broken: my application doesn't start as the app ...
2
votes
1answer
44 views
Adding update site URLs to find third-party dependencies during install
I have an Eclipse feature which when installing on Helios requires an additional update-site URL to be present in order to find certain dependencies. Is it possible to automatically add such an URL so ...
2
votes
1answer
48 views
Running an Eclipse plugin/update mirror
I'm trying to run a full Eclipse mirror for all the plugins / updates our development team might want or need. This is because our network is impeded by a WebSense proxy filter, which very often ...
2
votes
1answer
52 views
Can Apache Ivy handle dependencies in p2 repositories?
I considered using SBT (which resolves dependencies using Ivy) to build an Eclipse RCP application. Is it possible?
2
votes
2answers
576 views
P2 repositories aggregator
we have several internal p2 repositories. Each repository has many versions of different features. We need to have an external update site for our clients. We would like to aggregate only specific ...
2
votes
1answer
77 views
In Equinox is it possible to for one feature/bundle to obsolete another?
I have a Eclipse-based project (the Scala IDE for Eclipse) which has recently moved to a new home. I want to change the various feature ids, Bundle-SymbolicNames etc. to reflect the move (ie. so that ...
2
votes
1answer
604 views
P2 headless update not working
I have taken the org.eclipse.equinox.p2.examples.rcp.prestartupdate project and adapted it for use in my RCP application. I then setup an update repository that gets updated as part of my nightly ...
2
votes
2answers
289 views
Using PDE build, p2 and AdvancedInstaller together
I am building an Eclipse RCP application with the command-line version of PDE build in Eclipse 3.5.1. Then I use AdvancedInstaller to create the installer for the RCP product. I think the context ...
2
votes
2answers
720 views
Programatically installing an Eclipse plugin from within Eclipse?
I want to create an automated installer for an Eclipse plugin (i.e. not through the "Update Manager"). My scenario is simple: the user closes Eclipse, drops a downloaded JAR into the dropins folder, ...
2
votes
2answers
415 views
Equinox p2 for an arbitrary OSGi application?
I am designing a software system which I think I am going to implement on an OSGi platform. It is going to be a software system running on self-service terminals. OSGi idea suits well for my demands ...
2
votes
2answers
750 views
Tool for downloading eclipse plugins from update sites
I need to install an eclipse plugin to a machine not connected to the Internet and I cannot find a dist to use for a local install.
Is there a tool for downloading a plugin from an update site and ...
1
vote
1answer
44 views
Generating p2 repository
I want to build an RCP Application with Maven and Tycho but then I should make my Target Platform wich is only a folder in the file-system to a p2 repository.
To generate the p2 I createt a new ...
1
vote
1answer
41 views
pluginPath and dependencies from remote p2 repositories
In my pde build I'm using pluginPath property to resolve dependencies from local p2 repositories for example:
...
1
vote
1answer
261 views
How to patch a feature right? (Feature-Patch gets installed without the Plugin)
Introduction: I asked this question on the P2-forum already but I couldnt get any answer yet and this question is very important to me since it is blocking my work completely
I am in the need of ...
1
vote
1answer
64 views
Configuring Eclipse RCP Update manager
i finished my Eclipse RCP Application and wanted to configure the update manager. My Product is feature based and updates are working like they should, but i want to limit the user. i.e. force a ...
1
vote
1answer
151 views
Using Equinox P2 - Getting information about installed features and plugins
I'm using Eclipse 3.7 to develop a project and I need to do some things, using the information of installed plugins and features:
I'm using the P2 provisioning feature to allow software updates.
1: ...
1
vote
0answers
121 views
Conflict in Eclipse Feature installation when one of the plugins already exists in the Eclipse instance
I have developed an Eclipse Feature Project, and I am using the open-source css validation plugin org.w3c.css in my feature. This plugin is also used by the Aptana Studio eclipse tool. If a user who ...
1
vote
2answers
94 views
How can I install my Eclipse plug-in from the Eclipse Marketplace?
We've set up an update site for our plug-in called CodingSpectator and we've added it to Eclipse Marketplace to make it even easier to install our plug-in (See ...
1
vote
2answers
61 views
How do I mirror a feature?
With the p2 ant tasks, it's pretty simple to mirror the plugins for a feature.
But how do I mirror everything necessary to install a feature?
1
vote
1answer
95 views
How to set up an eclipse update site and force one optional package?
I developed several plug-ins for eclipse that are bundled in one update site. Until now.
Now I have added an extension point to one of the plug-ins and implemented two plug-ins that can hook up to ...
1
vote
0answers
233 views
How to unzip an archive during Eclipse plugin installation using p2 touchpoint instructions
My current attempt is not working: in my_plugin/META-INF/p2.inf, I have:
instructions.install = unzip(source:${artifact}/browser.zip,target:${artifact});
No error occurs during installation, but the ...
1
vote
1answer
102 views
With the Eclipse provisioning system p2 what is a feature and a plugin
I'm trying to get my head around some of the concepts and I understand what a profile is and what an installable unit (IU) is but I'm struggling with plugins and features. Does anyone have any ...
1
vote
0answers
282 views
Eclipse RCP - Update
While creating the sample, I noticed very strange behavior and due to which I am somewhat stuck. I will explain the problem in 2 scenarios
Scenario 1.
Create two Plug-ins.
Create two features.
...
1
vote
1answer
453 views
Create local p2 site from remote p2 sites?
In eclipse I have created a .target file where I add features from remote eclipse p2 sites.
Now I would like to create a local p2 site which is a copy of the aggregated features defined in the target ...
1
vote
2answers
605 views
Eclipse p2 alternative for custom install handlers
Before p2, one could write a custom install handler with a feature that was executed to do any 'custom' task during installation.
I see that with p2 the custom install handler is no longer supported.
...
1
vote
1answer
65 views
How can I use P2 to create identically configured IDEs for multiple platforms?
I have an Eclipse installation each on machines running Linux, Windows and OSX, but they are all configured somewhat differently. For example the one on Linux has avr-eclipse, but the Mac one doesn't ...
1
vote
2answers
900 views
Eclipse RCP p2 update not working
I have a personal Eclipse RCP product (com.example.product) based on one personal feature (com.example.feature) which is composed of one personal plugin (com.example.plugin) and a bunch of others from ...
1
vote
1answer
353 views
Eclipse RCP: P2 Update feature fails
I have a prodcut that include 1 feature (application.feature) that contains one plugin with application
this feature has, in included feature, another one (framework.feature)
if I update ...
1
vote
1answer
615 views
How to create a local P2 respository and add it to eclipse?
I have a few OSGI bundles that I would like to store in a local P2 repository. I have followed this guide:
...
1
vote
2answers
322 views
Configure a p2 update repository programmatically
There is an article in the Eclipse wiki how to configure user's p2 default repositories of an RCP application by adding a static conf file to your product:
Equinox/p2/Adding Self-Update to an RCP ...
1
vote
1answer
118 views
Can p2 be used to manage customisable, roaming profiles for Eclipse RCP applications?
I have an Eclipse RCP application that I'd like to make available to end users using the p2 provisioning platform.
The requirements for the provisioning of the application are as follows:
Users ...
1
vote
2answers
206 views
OSGi equinox : Bundle stay always in the state “RESOLVED”
I've created one main bundle in wich one I've installed the equinox p2. Then I export it to obtain an executable. My executable works correctly.
I've also created one other Bundle that interact witt ...
1
vote
1answer
91 views
Why does Eclipse P2 download files from eclipse.org every time?
When installing or updating plug-ins, the update system of Eclipse always fetch some jar/xml files from eclipse.org, this annoying behavior slows down the update process.
Is there any way to disable ...
1
vote
3answers
255 views
P2 repository for org.eclipse.test bundle
Where can I find a p2 repository containing org.eclipse.test?
1
vote
3answers
323 views
P2 Touchpoint chmod not working?
I'm using Eclipse 3.5.2 and I've created a p2.inf with the following information:
instructions.install = \
chmod(targetDir:@artifact,targetFile:$os$/libfoo.so,permissions:755);
...