|
Re: PDE build support for pack 200 [message #33645 is a reply to message #33046] |
Mon, 17 November 2008 10:48  |
Eclipse User |
|
|
|
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 10:48  |
Eclipse User |
|
|
|
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?
|
|
|
Powered by
FUDForum. Page generated in 0.02835 seconds