Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PDE build support for pack 200
PDE build support for pack 200 [message #33046] Fri, 14 November 2008 18:46 Go to next message
abhishek misra is currently offline abhishek misraFriend
Messages: 26
Registered: July 2009
Junior Member
Is there a way to enable pack 200 with pde builds?
Re: PDE build support for pack 200 [message #33645 is a reply to message #33046] Mon, 17 November 2008 15:48 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
PDE/Build has an ant task "eclipse.jarProcessor" that it uses to sign
bundles. If you have signing turned on, you can set the property
"jarProcessor.pack200=true" to enable pack200.

If you are not doing signing, then it is more difficult, and you will
need to call the eclipse.jarProcessor task yourself during one of the
custom ant tasks.

The eclipse.jarProcessor task has the following attributes:
jar : the jar file to process
pack : true/false, whether or not to pack
normalize: true/false, normalize by doing pack/unpack
sign : true/false, enable signing
unsign : true/false, strip existing signature before signing
alias : for signing
keystore : for signing
storepass : for signing
verbose : true/false verbose mode



Abhishek Misra wrote:
> Is there a way to enable pack 200 with pde builds?
Re: PDE build support for pack 200 [message #585502 is a reply to message #33046] Mon, 17 November 2008 15:48 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
PDE/Build has an ant task "eclipse.jarProcessor" that it uses to sign
bundles. If you have signing turned on, you can set the property
"jarProcessor.pack200=true" to enable pack200.

If you are not doing signing, then it is more difficult, and you will
need to call the eclipse.jarProcessor task yourself during one of the
custom ant tasks.

The eclipse.jarProcessor task has the following attributes:
jar : the jar file to process
pack : true/false, whether or not to pack
normalize: true/false, normalize by doing pack/unpack
sign : true/false, enable signing
unsign : true/false, strip existing signature before signing
alias : for signing
keystore : for signing
storepass : for signing
verbose : true/false verbose mode



Abhishek Misra wrote:
> Is there a way to enable pack 200 with pde builds?
Previous Topic:How to change plugin.xml programmatically?
Next Topic:Cyclic dependency
Goto Forum:
  


Current Time: Mon Sep 23 18:42:33 GMT 2024

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

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

Back to the top