Skip to main content



      Home
Home » Eclipse Projects » P2 » How to use p2 bundle pooling for Eclipsen 4.2/equinox 3.8
How to use p2 bundle pooling for Eclipsen 4.2/equinox 3.8 [message #890207] Thu, 21 June 2012 09:09 Go to next message
Eclipse UserFriend
Hi,

I am trying to understand how to install eclipse using bundle pooling
for Eclipse 4.2.

The trouble is that existing articles concerning bundle pooling are
somewhat outdated (meaning they mention installer app and/or
agent/director apps, but equinox 4.2RC6 download page does not list
these as downloadable artifacts)

How can I set up my bundle-pooling for 4.2 based installations?

More generally - is there some technical documentation somewhere that
would explain all the relevant/possible configuration options and the
underlying mechanics behind the bundle pooling?
Re: How to use p2 bundle pooling for Eclipsen 4.2/equinox 3.8 [message #890532 is a reply to message #890207] Fri, 22 June 2012 10:10 Go to previous message
Eclipse UserFriend
One way to use bundle pools is the have a shared p2 area and different configuration areas. In this example, their needs to be a p2 profile that matches the "-target". "-target" will be created with the native launchers and its own configuration area within the common area. For example:

bash$ eclipse/eclipse -application org.eclipse.equinox.p2.director \
-noSplash -bundlepool $TARGET -shared $TARGET/p2 \
-destination $TARGET/win32_win32_x86 \
-profile SDKProfile_win32_win32_x86 \
-profileProperties org.eclipse.update.install.features=true \
-p2.os win32 -p2.ws win32 -p2.arch x86 -roaming \
-repository http://download.eclipse.org/eclipse/updates/3.6 \
-installIUs org.eclipse.sdk.ide


There are still some bugs that can be hand-edited out:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=344153

Later,
PW
Previous Topic:RCP updates require -clean
Next Topic:Update Site Projects & other plugins
Goto Forum:
  


Current Time: Wed Jul 02 21:02:43 EDT 2025

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

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

Back to the top