Skip to main content

Questions tagged [p2]

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.

0 votes
0 answers
16 views

Push notification for apns xmpp server with p2 push proxy

Hi everyone We are using ejabberd xmpp server and for push notifications I deployed this https://github.com/iNPUTmice/p2 module I am running a p2 proxy and is working fine with Android fcm but there ...
Hamza Umar's user avatar
0 votes
0 answers
27 views

unwanted p2 directory in rcp application after installation

after creating an eclipse rcp application, the folder structure contains some folders like "p2" which are not required for me. Even if that is required for updates I am not interested in ...
Ravi Bodla's user avatar
0 votes
0 answers
30 views

Problem not being able to download artifacts when installing plugins in Eclipse

We have been developing a plugin, and it has been installed successfully so far. However, for Eclipse 2023-12 and Eclipse 2024-03 versions If you do not check the Contact all update sites during ...
user26267915's user avatar
1 vote
0 answers
23 views

Is there a way to generate p2 director decision tree?

On Eclipse, when I export a product, an update site is created, then the p2 director creates an installation. Is there a way to log a "decision tree" that shows what causes the inclusion of ...
Mario Marinato's user avatar
0 votes
1 answer
74 views

Eclipse Product Export missing shared libraries

I have been exporting an Eclipse product and encountering "The ### executable launcher was unable to locate its companion shared library" when the binary launcher is run. This problem was ...
user2782711's user avatar
0 votes
1 answer
17 views

How do I use a local p2 generated repository?

To package an Eclipse plugin's update site, it used to be with packaging eclipse-update-site: <packaging>eclipse-update-site</packaging> And once packaged, it could be used like this :...
Sybuser's user avatar
  • 1,316
0 votes
0 answers
26 views

Passing Osgi.logfile location as vmargument with environment-variable in Path

I'm currently trying to generalize the location of my logfiles, including rcp/p2 logs. For that i pass -vmargs -Dosgi.logfile=... in my program.ini so far so good: Putting a hard-coded path in the ...
Jakob's user avatar
  • 1
0 votes
0 answers
27 views

Generate Binary Folder in a p2 Repository Eclipse Plugin for Eclipse RCP

I am new at creating p2 repository in Eclipse RCP et creation of Eclipse Plugin I need those binary file to compile my program, is someone know how to do it ? output of my tree command : ── artifacts....
Etienne's user avatar
-1 votes
1 answer
100 views

Is eclipse p2 repository with includeMode slicer incomplete?

I use the eclipse repository location "https://download.eclipse.org/eclipse/updates/4.31/" and Java Version JDK-21.0.2. The ide is also an eclipse 4.31 version. I have several errors with ...
Holzmacher's user avatar
0 votes
1 answer
65 views

Eclipse plug in not discovered from the site where i uploaded my 'update site project' directory

I have an Eclipse plug-in project for which I've created a feature project and an update site project. During the build process of the update site project, I notice that certain artifacts are ...
ItzAsh's user avatar
  • 1
0 votes
0 answers
53 views

How to Install Eclipse Plugins Programmatically in a Dockerized Environment?

I am currently working on automating the setup of a complex development environment for a project that uses Eclipse as the primary IDE, including custom-built plugins. The goal is to containerize the ...
Thilina Lakshan's user avatar
0 votes
0 answers
17 views

is there anyone help me about this p2 ejabberd error?

Greeting. I'm using a P2 push proxy for sending notifications through FCM and APNS but when I try to send from the Application I receive this error failed to enable push. invalid response from app ...
Hamza Umar's user avatar
0 votes
0 answers
46 views

Illegal character in .p2 path

I recently started getting the following error in my Eclipse console when I launch a child runtime from my Eclipse development setup. java.net.URISyntaxException: Illegal character in path at index 20:...
Steve Vestal's user avatar
0 votes
0 answers
42 views

How to install a bundle that doesn't belong to any feature?

There is a bundle in the p2 repository(e.g. https://download.eclipse.org/releases/2023-06 ) that doesn't belong to any feature, how do I install it ? As far as I can tell, I can't install it through ...
Bourbon_7's user avatar
  • 193
0 votes
0 answers
22 views

How to know which feature a bundle comes from ?

Knowing the name of a bundle, how to know which feature it came from ?
Bourbon_7's user avatar
  • 193

15 30 50 per page
1
2 3 4 5
29