Questions tagged [p2-director]

p2-director is application inside Eclipse that can be invoked from command line to do provision operations like install/uninstall.

p2-director is application inside Eclipse that can be invoked from command line to do provision operations like install/uninstall. See Help page https://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html

6 questions
1
vote
1 answer

Eclipse p2 director application cannot update a feature

I am developing Node.js script to install Eclipse plugins by using Eclipse built-in p2 director application. And p2-director fails to update features in some cases. D:\Workspaces\Nodeclipse-DEV\nodeclipse-1\org.nodeclipse.ui\templates>node…
Paul Verest
  • 60,022
  • 51
  • 208
  • 332
0
votes
0 answers

Eclipse product is not detecting dropins plugins and not updating bundles.info

I have migrated my eclipse RCP product from eclipse 3.8 to eclipse 4.12. Whenever we add any additional plugin to plugins or dropins folder. It was reflected in bundles.info in eclipse 3.8. But in eclipse 4.12 it is not updating bundles.info file…
0
votes
0 answers

Eclipse p2 director application logs?

I have created my own product using tycho. Everything works fine. Now I was trying to use the p2 director application on that product to list and install/uninstall features from a local repo. However, no mather what i do I do not get any result. The…
xavipen
  • 229
  • 1
  • 11
0
votes
0 answers

How can I restart or exit my eclipse through command line

I am uninstalling an application in eclipse through command line (by using p2director), and if I want that to take effect I wanted to restart my eclipse or exit my eclipse and reopen it for next installation. For that I have tried the -clean(as the…
Kivi
  • 485
  • 1
  • 9
  • 26
0
votes
2 answers

P2 director for including one build into other project update site

I have 2 SVN repositories for projects say Project1 & Project2. Project1 is main application which uses Project2. What I am trying to achieve is whenever Project1 is built using Jenkins it should include the update site of Project2 and automatically…
0
votes
1 answer

Eclipse - how to pass VM arguments from command line (without changing eclipse.ini)

How to pass VM arguments from command line to eclipse? I am trying to use eclipse p2 director to install plugin into Eclipse, but it get's slow and tries to search on download.eclipse.org There is notice on help page that says: While doing these…
Paul Verest
  • 60,022
  • 51
  • 208
  • 332