Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » p2'izing an application takes too long
p2'izing an application takes too long [message #580429] Mon, 15 September 2008 18:13
Ketan Padegaonkar is currently offline Ketan PadegaonkarFriend
Messages: 873
Registered: July 2009
Senior Member
Hi,

I'm p2'izing an application using the below mentioned command line argument.

The command takes a few minutes to run, and seems to be talking to the
eclipse.org server for something. I'm sure I'm doing something wrong
here. Is there any way I could speed this up?

The eclipse folder contains the classic 3.4-sdk.

java -classpath
eclipse-sdk-3.4/plugins/org.eclipse.equinox.launcher_${eclip se.launcher.version}.jar

org.eclipse.equinox.launcher.Main
-application org.eclipse.equinox.p2.director.app.application
-nosplash --launcher.suppressErrors -consoleLog
-flavor tooling
-installIU com.thoughtworks.twist.eclipse.ui.application
-version 1.0.0.qualifier
-profile TwistProfile
-product
-profileProperties org.eclipse.update.install.features=true
-metadataRepository file:/twist/build/src/repo
-artifactRepository file:/twist/build/src/repo
-destination file:/twist/build/src/installer
-bundlepool file:/twist/build/src/installer
-vmargs -Declipse.p2.data.area=/twist/build/src/installer/p2


Thanks,
Ketan
Previous Topic:ClassNotFoundException (org.eclipse.swt.widgets.Composite) when running the Testing Framework
Next Topic:Help plugin functions in 3.3, but not in 3.4
Goto Forum:
  


Current Time: Thu Apr 25 01:45:03 GMT 2024

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

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

Back to the top