Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » P2 » Installing with p2 fails silently
Installing with p2 fails silently [message #645329] Thu, 16 December 2010 16:21
Geoff Bache is currently offline Geoff BacheFriend
Messages: 33
Registered: October 2010
Member
Hi all,

I'm fairly new to p2 and am trying to install an IU (SWTBot) into an exported product. I have done this successfully into at least 3 other products before with the same command, but this one is not working. The products themselves do not have p2, but I'm running with "-destination" from my central eclipse installation.

It isn't giving me any error message, in fact from the console it looks like it has succeeded, but then nothing is available. It just says

Installing org.eclipse.swtbot.eclipse.feature.group 2.0.1.20101106_1831-73ca7af-dev-e35.
Operation completed in 20324 ms.

I wonder how I should go about debugging this? I tried creating a .options file with these contents:

org.eclipse.osg/debug=true
org.eclipse.equinox.p2.core/debug=true
org.eclipse.equinox.p2.engine/debug=true
org.eclipse.equinox.p2.director/debug=true
org.eclipse.equinox.p2.director.app/debug=true
org.eclipse.equinox.p2.repository/debug=true
org.eclipse.equinox.p2.installer/debug=true
org.eclipse.equinox.p2.console/debug=true

but it didn't produce any additional information, although it says it read my .options file.

This is my full command :
eclipse \
-application org.eclipse.equinox.p2.director \
-repository http://download.eclipse.org/technology/swtbot/galileo/dev-bu ild/update-site/,http://download.eclipse.org/eclipse/updates /3.5 \
-installIU org.eclipse.swtbot.eclipse.feature.group \
-consoleLog -debug \
-destination /a/long/path

Regards,
Geoff Bache
Previous Topic:p2 folder and artifacts.xml file
Next Topic:policy to manage the updatesites?
Goto Forum:
  


Current Time: Thu Apr 25 13:09:29 GMT 2024

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

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

Back to the top