429 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
24
views
Eclipse P2: Updating the plugin with a custom Provisioning Action
We are developing plugins for Eclipse and we have a plugin (let's call it pluginA) that has a p2.inf under /pluginA/META-INF. This file contains some configuration instructions when installed/updated. ...
1
vote
1
answer
71
views
How do I prevent tycho-p2-repository-plugin from including all plugins from eclipse composite repo?
I'm trying to create p2 repository.
In my pom.xml file there are many url's which includes my product features and eclipse composite(4.34) repo URL and other required jar's URL (customized p2 repo's).
...
0
votes
0
answers
40
views
Can I customize the name of the Tycho packaged product?
I use Tycho to package product. But the resulting archive is always named in productID-os.ws.arch.format format, e.g. foo-win32.win32.x86_64.zip.
Is there a way to customize the name ? I would like to ...
0
votes
0
answers
71
views
Is there an easy way to exclude org.eclipse.equinox.p2.user.ui feature?
I'm developing my own Eclipse application that implements a customized p2 update UI, so with respect to p2, I only need the org.eclipse.equinox.p2.core.feature feature, not the org.eclipse.equinox.p2....
1
vote
0
answers
40
views
Why can't generate source features?
project structure:
category.xml
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature id="com.test.A.feature" version="0.0.0">
<...
0
votes
1
answer
34
views
Is every version of the plugin built and released?
I'm organizing the release process for my own project and would like to refer to Eclipse Project which has all the release versions listed here.
In version 4.33 site, there exists the plugin org....
0
votes
1
answer
57
views
Who builds the p2 repository https://download.eclipse.org/staging/yyyy-mm/?
I'm organizing the release process for my own project and would like to refer to eclipse.
I found that a p2 repository like https://download.eclipse.org/staging/2024-12/ is used in epp.
I'd like to ...
2
votes
1
answer
83
views
How to stop DEBUG logging of eclipse command-line execution?
I am trying to automate the Eclipse guide on mirroring repositories with p2 with some simple steps:
Download an Ecplise distribution using curl (e.g., eclipse-java-2024-09-R-linux-gtk-x86_64.tar.gz)
...
0
votes
1
answer
48
views
How to invoke P2 card formatter (P2FormatApp) and send format command using c#
I currently have a P2 SD card that I want to format.
But I want to use the P2FormatApp.exe to format, all that while using a c# program.
The manual way of formatting the sd card using said app is by ...
0
votes
0
answers
61
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 ...
0
votes
0
answers
1k
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 ...
1
vote
0
answers
28
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 ...
0
votes
1
answer
115
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 ...
0
votes
1
answer
71
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 :...
0
votes
0
answers
62
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....