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 #22158] Mon, 15 September 2008 18:13 Go to next message
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
Re: p2'izing an application takes too long [message #22443 is a reply to message #22158] Tue, 16 September 2008 16:05 Go to previous messageGo to next message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=241430

The director application is considering all the repositories it knows
about. The Eclipse SDK ships prepopulated with the ganymede repos in
its preferences. Try deleting
eclipse/configuration/.settings/org.eclipse.equinox.p2.*.pre fs before
running the director.

-Andrew
Ketan Padegaonkar wrote:
> 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
Re: p2'izing an application takes too long [message #22525 is a reply to message #22443] Wed, 17 September 2008 04:09 Go to previous message
Ketan Padegaonkar is currently offline Ketan PadegaonkarFriend
Messages: 873
Registered: July 2009
Senior Member
Andrew Niefer wrote:
> See
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=241430
>
> The director application is considering all the repositories it knows
> about. The Eclipse SDK ships prepopulated with the ganymede repos in
> its preferences. Try deleting
> eclipse/configuration/.settings/org.eclipse.equinox.p2.*.pre fs before
> running the director.

Thanks that fixed the problem.

-- Ketan
Re: p2'izing an application takes too long [message #580557 is a reply to message #22158] Tue, 16 September 2008 16:05 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=241430

The director application is considering all the repositories it knows
about. The Eclipse SDK ships prepopulated with the ganymede repos in
its preferences. Try deleting
eclipse/configuration/.settings/org.eclipse.equinox.p2.*.pre fs before
running the director.

-Andrew
Ketan Padegaonkar wrote:
> 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
Re: p2'izing an application takes too long [message #580618 is a reply to message #22443] Wed, 17 September 2008 04:09 Go to previous message
Ketan Padegaonkar is currently offline Ketan PadegaonkarFriend
Messages: 873
Registered: July 2009
Senior Member
Andrew Niefer wrote:
> See
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=241430
>
> The director application is considering all the repositories it knows
> about. The Eclipse SDK ships prepopulated with the ganymede repos in
> its preferences. Try deleting
> eclipse/configuration/.settings/org.eclipse.equinox.p2.*.pre fs before
> running the director.

Thanks that fixed the problem.

-- Ketan
Previous Topic:memory snapshots of eclipse plugins
Next Topic:eclipse slows down (start-up, save manifest, save built.properties, open/close plug-in projects)
Goto Forum:
  


Current Time: Mon Jul 29 20:37:41 GMT 2024

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

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

Back to the top