IMO I'm a little bit closer: if I look into org.eclipse.jst.jsf.core_1.7.0.v201405081727.jar/META-INF/MANIFEST.MF I can see these entries regarding the jars folder: Name: jars/fake_jsp_21.jar SHA1-Digest: OVeVblsk4OOiwoSiCslhkrTy83A= Name: jars/fake_el.jar SHA1-Digest: 4rPmwc/lAL0/gWGwJey7Uyb8Qug=
But If I look into the org.eclipse.jst.jsf.core_1.7.0.v201405081727.jar/jars folder I can only see fake_el.jar.pack.gz and fake_jsp_21.jar.pack.gz. So I assume that something is wrong with the file, isn't it? -- Sven -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von [email protected] Gesendet: Mittwoch, 21. Mai 2014 09:54 An: [email protected] Betreff: Re: [cross-project-issues-dev] WTP contribution to Luna RC1 may be delayed Many thanks for your advice. I've double checked if we're using Java 7 but this is not the case. The Hudson job sets the JDK to "Java 6 R 27 64bit" and I assume that Maven/Tycho is using this version. If I run: jarsigner -verify downloads/releases/staging/plugins/org.eclipse.jst.jsf.core_1.7.0.v201405081727.jar on the SSH console I get the warning "This jar contains unsigned entries which have not been integrity-checked". If I do that e.g. for org.eclipse.jst.jsf.common.runtime_1.4.0.v201405081727.jar I get the output "jar verified" without any warnings. -- Sven -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Pierre-Charles David Gesendet: Mittwoch, 21. Mai 2014 09:33 An: [email protected] Betreff: Re: [cross-project-issues-dev] WTP contribution to Luna RC1 may be delayed Le 21/05/2014 09:23, [email protected] a écrit : > > Hi Carl, > > I get the following exception if I try to build Stardust 2.0.0 RC1 for > Luna RC1: > > [ERROR] An error occurred while transferring artifact canonical: > osgi.bundle,org.eclipse.jst.jsf.core,1.7.0.v201405081727 from > repository http://download.eclipse.org/releases/staging: > > [ERROR] Problems downloading artifact: > osgi.bundle,org.eclipse.jst.jsf.core,1.7.0.v201405081727.: > > [ERROR] File has invalid > content:/tmp/signatureFile7759511223677410965.jar: > > [ERROR] Invalid content:jars/fake_jsp_21.jar > > [ERROR] Invalid content:jars/fake_el.jar > > Is this issue connected with your build issues? > This looks like https://bugs.eclipse.org/bugs/show_bug.cgi?id=361628. Are you using Java 7 or later for the build? If so, you may want to try again with Java 6 instead. _______________________________________________ cross-project-issues-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev _______________________________________________ cross-project-issues-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev _______________________________________________ cross-project-issues-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
