[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-users] Installing from the command line using equinox p2

From: Luis Gonzalez-Silen <junk3_at_nutoro.com>
Date: Thu, 22 Oct 2009 07:30:38 -0700 (PDT)

Hello,

Because I deploy Subclipse to hundreds of machines through SMS, I have been looking at ways to install it through the command line into my Eclipse 3.4 installations (IBM RAD 7.5). I had something like this working for previous Eclipse versions, but the scheme and syntax have changed in 3.4.

I have successfully used Equinox P2 functionality to do this. The command I issue is

java -cp org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar org.eclipse.equinox.launcher.Main -application org.eclipse.equinox.p2.director.app.application -metadataRepository C:\temp\site-1.6.5\site.xml -artifactRepository C:\temp\site-1.6.5\site.xml -profile bootProfile -destination C:\IBM\SDP -bundlepool C:\IBM\SDPShared -installIU %FEATURE%

for each of the features included in site.xml (minus the mylyn integration):

org.tigris.subversion.clientadapter.feature.feature.group
org.tigris.subversion.subclipse.feature.group
com.sun.jna.feature.feature.group
org.tmatesoft.svnkit.feature.group
org.tigris.subversion.clientadapter.svnkit.feature.feature.group
org.tigris.subversion.clientadapter.javahl.feature.feature.group
com.collabnet.subversion.merge.feature.feature.group
org.tigris.subversion.subclipse.graph.feature.feature.group

My question is:

Installing one at a time is a lengthy process. Each command call takes at least 3 minutes. Does anyone know of any alternatives to make this faster?

The configured dropins directory may be a possibility, but it seems to make things a little slower when running Eclipse.

The docs talk about passing comma-separated lists of features but that only seems to be available in 3.5.

http://wiki.eclipse.org/Equinox_p2_director_application

I tried IBM support, but they didn't have any suggestions. I figured other Subclipse users must have similar needs.

Any experiences people have doing this kind of stuff or any advice would be appreciated.

Thanks,

Luis

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2410245

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-10-22 16:52:50 CEST

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.