The content in maven is most definitely valid.
That content specifically is used by Eclipse IDE to build the help system
present in the IDE.

I do not know what "Signature is invalid" means in this context.

I would suggest reaching out to the Eclipse Tycho folks and asking them how
to resolve this issue.
https://projects.eclipse.org/projects/technology.tycho
Start with sending an email to their tycho-user mailing list.

Joakim Erdfelt / joa...@webtide.com


On Fri, Mar 25, 2022 at 5:42 AM Didier Vojtisek <didier.vojti...@inria.fr>
wrote:

> Hi thanks for your answer
>
> I tried to use the site you propose but none of my install works.  The
> main error is that it fails with a   "Signature is invalid for current
> content." error.
>
> I used the following urls
> mvn:org.eclipse.jetty:jetty-p2:10.0.7:zip:p2site   (as stated in
> https://www.eclipse.org/tycho/sitedocs/tycho-p2/tycho-p2-repository-plugin/plugin-info.html
> )
> I first tried directly with the eclipse installer (after having manually
> installed a bundle containing the package javax.websocket that isn't
> present )
>
> I also tried a maven tycho build to produce my own update site by
> requiring jetty jar
>
> Unfortunately both strategies failed with the "Signature is invalid"
> message ...
>
> I put a small project illustrating the problem here:
> https://github.com/dvojtise/jetty-eclipse-p2/tree/main/jetty-eclipse-p2-repo
> (you can directly look at the associated github action log)
>
> Any idea ?
>
> Didier
>
> On 24/03/2022 20:27, Joakim Erdfelt wrote:
>
> The Eclipse Tycho project is the source for bundles from maven
> repositories now.
>
> It will use the references found in
> https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-p2/ to create a
> local P2 build for you.
>
> Joakim Erdfelt / joa...@webtide.com
>
>
> On Thu, Mar 24, 2022 at 12:13 PM Didier Vojtisek <didier.vojti...@inria.fr>
> wrote:
>
>> Hi
>>
>> In eclipse some  Jetty components was bundled in the standard eclipse
>> update site. (only a subset of jetty bundles. (cf.
>> http://download.eclipse.org/releases/xxx content))
>>
>> In our project, we need some extra features for websocket management to
>> be used directly from eclipse ( we typically  need
>> org.eclipse.jetty.websocket.javax.websocket and
>> org.eclipse.jetty.websocket.javax.websocket.server plugins)
>>
>> With older version of Eclipse, I was using the following update site (
>> https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/) to
>> complete the installation with compatible jetty bundles.
>>
>> In more recent Eclipse, Jetty is now in version 10.x.x
>>
>> I tried to install the older one on top of the new one, but the
>> installation isn't functional (conflict, and mixing versions )
>> I also tried to create my own P2 site from jetty jar in maven using
>> https://github.com/reficio/p2-maven-plugin . But again, get strange
>> conflicts or degraded classloader performances making the OSGI platform not
>> usable.
>>
>> -> Does anyone know where to find a p2 update site with the other jetty
>> bundles that would be compatible with the current Eclipse release ?
>>
>> thanks
>>
>> Didier
>>
>> --
>> Didier Vojtisek
>> SED Rennes - DiverSE Team - LogicA Team
>> Inria, Univ Rennes, CNRS, IRISA
>>
>> _______________________________________________
>> jetty-users mailing list
>> jetty-users@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/jetty-users
>>
>
> _______________________________________________
> jetty-users mailing listjetty-us...@eclipse.org
> To unsubscribe from this list, visit 
> https://www.eclipse.org/mailman/listinfo/jetty-users
>
>
> --
> Didier Vojtisek
> SED Rennes - DiverSE Team - LogicA Team
> Inria, Univ Rennes, CNRS, IRISA
> Campus de beaulieu
> 35042 Rennes
> 02 99 84 75 07
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/jetty-users
>
_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to