Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] WTP and platform 4.5 m3

Carl,

 

Thanks for the response. I see that WTP is including two of the Jetty bundles

 

jetty.webapp - 8.1.3

jetty.xml - 8.1.3

 

Note that the failure is referencing inability find a compatible version of the jetty.util package, which we don’t distribute.

 

     [java] Cannot complete the install because one or more required items could not be found.
     [java]  Software being installed: WST Server Adapters 3.2.401.v201410241740 (org.eclipse.wst.server_adapters.featur
e.feature.group 3.2.401.v201410241740)
     [java]  Missing requirement: Jetty :: XML utilities 8.1.3.v20120522 (org.eclipse.jetty.xml 8.1.3.v20120522) require
s 'package org.eclipse.jetty.util [8.1.0,9.0.0)' but it could not be found
     [java]  Cannot satisfy dependency:
     [java]   From: WST Server Adapters 3.2.401.v201410241740 (org.eclipse.wst.server_adapters.feature.feature.group 3.2
.401.v201410241740)
     [java]   To: org.eclipse.jetty.xml [8.1.3.v20120522]

 

The platform does includes jetty.util bundle. Prior to Mars M3 this worked, since the two bundles carried by WTP could resolve their dependency against the bundle carried by the platform.

 

I wonder where an 8.x version of org.eclipse.jetty.util is being found when you’ve tried this scenario.

 

Thanks,

 

- Konstantin

 

 

From: wtp-dev-bounces@xxxxxxxxxxx [mailto:wtp-dev-bounces@xxxxxxxxxxx] On Behalf Of Carl Anderson
Sent: Tuesday, November 04, 2014 1:45 PM
To: General discussion of project-wide or architectural issues.
Subject: Re: [wtp-dev] WTP and platform 4.5 m3

 

Konstantin,

We updated our prereqs to Eclipse Mars M3 yesterday.  I don't see any build issues.  I was able to take the latest WTP 3.7 build and install it on top of the Eclipse Platform Mars M3 driver.  But now I see both Jetty 8 and 9 plugins installed- M3 only had Jetty 9.  We opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=450015 to address this issue.

FWIW,

- Carl Anderson
WTP Build guy


Inactive hide details for "Konstantin Komissarchik" ---11/02/2014 05:28:46 PM---It looks like the latest WTP I-Build (I-3.7.0-2"Konstantin Komissarchik" ---11/02/2014 05:28:46 PM---It looks like the latest WTP I-Build (I-3.7.0-20141102000102 ) is incompatible with platform 4.5 m3,

From: "Konstantin Komissarchik" <konstantin.komissarchik@xxxxxxxxxx>
To: "'General discussion of project-wide or architectural issues.'" <wtp-dev@xxxxxxxxxxx>
Date: 11/02/2014 05:28 PM
Subject: [wtp-dev] WTP and platform 4.5 m3
Sent by: wtp-dev-bounces@xxxxxxxxxxx





It looks like the latest WTP I-Build (I-3.7.0-20141102000102 ) is incompatible with platform 4.5 m3, which contains version 9.2.3 of org.eclipse.jetty.util bundle. Is this a known issue?
 
     [java] Cannot complete the install because one or more required items could not be found.
     [java]  Software being installed: WST Server Adapters 3.2.401.v201410241740 (org.eclipse.wst.server_adapters.featur
e.feature.group 3.2.401.v201410241740)
     [java]  Missing requirement: Jetty :: XML utilities 8.1.3.v20120522 (org.eclipse.jetty.xml 8.1.3.v20120522) require
s 'package org.eclipse.jetty.util [8.1.0,9.0.0)' but it could not be found
     [java]  Cannot satisfy dependency:
     [java]   From: WST Server Adapters 3.2.401.v201410241740 (org.eclipse.wst.server_adapters.feature.feature.group 3.2
.401.v201410241740)
     [java]   To: org.eclipse.jetty.xml [8.1.3.v20120522]
 
- Konstantin_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top