Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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: cross-project-issues-dev-bounces@xxxxxxxxxxx [mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] Im Auftrag von Pierre-Charles David
Gesendet: Mittwoch, 21. Mai 2014 09:33
An: cross-project-issues-dev@xxxxxxxxxxx
Betreff: Re: [cross-project-issues-dev] WTP contribution to Luna RC1 may be delayed

Le 21/05/2014 09:23, Sven.Rottstock@xxxxxxxxxxx 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
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev




Back to the top