[equinox-dev] pack200 M5 question

2008-04-04 Thread Janet Dmitrovich
Using the example on this page http://wiki.eclipse.org/index.php/Pack200
Specifically : java -jar /eclipse/startup.jar -application
org.eclipse.update.core.siteOptimizer -jarProcessor
 -processAll -repack -sign signing-script.sh -outputDir ./out sample.jar

For Eclipse 3.2.x - this seems to work ok

For Eclipse 3.4 M5 - I thought I would only have to change startup.jar to
org.eclipse.equinox.launcher.jar
but this did not seem to work.

What else needs to change?

Janet Dmitrovich
WPLC Expeditor Software Development
[EMAIL PROTECTED]
512-838-4912  T/L:678-4912  FAX:512-838-3703
11501 Burnet Road, Austin TX   78758 (Internal ZIP: 9372)
___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Re: [equinox-dev] pack200 M5 question

2008-04-04 Thread Andrew Niefer
Janet,
Changing startup.jar to org.eclipse.equinox.launcher should work, note 
that you need to make sure you reference the actual jar in your install 
which will have a version number on it.
Eg:

java -jar 
/eclipse/plugins/org.eclipse.equinox.launcher_1.0.100.v20080303.jar 
-application 

-Andrew



Janet Dmitrovich [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
04/04/2008 02:35 PM
Please respond to
Equinox development mailing list equinox-dev@eclipse.org


To
equinox-dev@eclipse.org
cc

Subject
[equinox-dev] pack200 M5 question






Using the example on this page http://wiki.eclipse.org/index.php/Pack200
Specifically : java -jar /eclipse/startup.jar -application 
org.eclipse.update.core.siteOptimizer -jarProcessor
-processAll -repack -sign signing-script.sh -outputDir ./out sample.jar

For Eclipse 3.2.x - this seems to work ok

For Eclipse 3.4 M5 - I thought I would only have to change startup.jar to 
org.eclipse.equinox.launcher.jar
but this did not seem to work. 

What else needs to change?

Janet Dmitrovich
WPLC Expeditor Software Development
[EMAIL PROTECTED]
512-838-4912 T/L:678-4912 FAX:512-838-3703
11501 Burnet Road, Austin TX 78758 (Internal ZIP: 9372)
___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev

___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev