Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Problem with adding -repack to normalize

Thanks Tom -
I'll open bug.

Can anyone verify that this command line is correct

- <java jar="${equinox.launcher}" fork="true" jvm="${java.home}/bin/java.exe" failonerror="true" maxmemory="512m" dir="@{sign.dir}" output="${log.dir}/sign.log" append="true">

                  <arg value="-application" />
                  <arg value="org.eclipse.update.core.siteOptimizer" />
                  <arg value="-noconsole" />
                  <arg value="-nosplash" />
                  <arg value="-digestBuilder" />
                  <arg value="-verbose" />
                  <arg value="-digestOutputDir=@{sign.dir}" />
                  <arg value="-siteXML=@{sign.dir}/site.xml/" />
                  <arg value="-jarProcessor" />
                  <arg value="-processAll" />
<arg value="-repack" />
                  <arg value="-sign" />
                  <arg value="${sign.script}" />
                  <arg value="-outputDir" />
                  <arg value="@{sign.dir}" />
                  <arg value="@{sign.dir}" />

Janet Dmitrovich
WPLC Expeditor Software Development
jdmitrov@xxxxxxxxxx
512-838-4912 T/L:678-4912 FAX:512-838-3703
11501 Burnet Road, Austin TX 78758 (Internal ZIP: 9372)



Inactive hide details for Thomas Watson---10/06/2008 08:29:13 AM---Hi Janet,Thomas Watson---10/06/2008 08:29:13 AM---Hi Janet,

          Thomas Watson/Austin/IBM@IBMUS
          Sent by: equinox-dev-bounces@xxxxxxxxxxx

          10/06/2008 08:15 AM

          Please respond to
          Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To

Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

cc


Subject

Re: [equinox-dev] Problem with adding -repack to normalize

Hi Janet,

Do you get a stack trace or a log? Please open against Equinox->Framework to begin with since that is where the code is that checks the signature.

Tom



Inactive hide details for Janet Dmitrovich---10/05/2008 10:01:33 PM---For our product ( Eclipse 3.4 based ) we have been succesJanet Dmitrovich---10/05/2008 10:01:33 PM---For our product ( Eclipse 3.4 based ) we have been successfully signing the jars, and the install of our product was successful

From:

Janet Dmitrovich/Austin/IBM@IBMUS

To:

Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

Date:

10/05/2008 10:01 PM

Subject:

[equinox-dev] Problem with adding -repack to normalize




For our product ( Eclipse 3.4 based ) we have been successfully signing the jars, and the install of our product was successful.
Also installing any optional jars via the App Mgr was successful.

When we added -repack to the process ( to normalize the jars before signing ) the result was that ( almost all ) of the jars would not install via App Mgr
The error was invalid or corrupted signature.

Any ideas on why this could occur?

thanks, Janet

Janet Dmitrovich
WPLC Expeditor Software Development
jdmitrov@xxxxxxxxxx
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@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/equinox-dev

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

GIF image

GIF image

GIF image


Back to the top