Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » P2 » How to trigger multiple changes via different p2.inf files in eclipse?(multiple p2.inf files does not run in different plug-ins)
How to trigger multiple changes via different p2.inf files in eclipse? [message #1796209] Mon, 08 October 2018 10:52
ilke Muhtar is currently offline ilke MuhtarFriend
Messages: 47
Registered: September 2015
Member
I have a Plugin that has p2.inf file in META-INF. This single p2.inf file works when I get a RCP product via eclipse product export wizard. Now I want other p2.inf files in other Plugins.

I put a new p2.inf file in another plugin's META-INF directory. I made it available in exported product by selecting it in build.properties file...

For experimenting I put another p2.inf file near MyRCP.product file and again I selected this new p2.inf file under bin.includes section of build.properties file.

But I cannot make other p2.inf files work? How can I have multiple p2.inf files under different plugins work ?

After an export only one p2.inf file runs which copies a folder. But other p2.inf files that update the myrcp.ini via command .p2.touchpoint.eclipse.addProgramArg and ...removeProgramArg does not work. (Why only one p2.inf file works and why the same p2.inf file is executed always ?)

The p2.inf files exist under their plugin.jar files. The running p2.inf file is exported as Eclipse-BundleShape: dir ... That is the only difference. But I need to make the p2.inf files that are exported as jar, work.
Previous Topic:Cannot open Eclipse Marketplace
Next Topic:How to define custom p2 touchpoint actions correctly?
Goto Forum:
  


Current Time: Fri Mar 29 06:21:20 GMT 2024

Powered by FUDForum. Page generated in 0.03255 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top