[
https://issues.jboss.org/browse/JBIDE-24007?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-24007 at 2/24/17 6:49 PM:
-------------------------------------------------------------
Can't build new composite / aggregate site to fix the integration tests until upstream
projects are all green.
For example:
* livereload:
https://github.com/jbosstools/jbosstools-livereload/pull/136/files (also
depends on moving up to Jetty 9.4)
{code}
[ERROR] Missing requirement: org.jboss.tools.livereload.core 1.4.3.qualifier requires
'bundle org.eclipse.jetty.servlets [9.3.9,9.4.0)' but it could not be found
{code}
--
https://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/view/DevStudio/view/...
* openshift:
https://issues.jboss.org/browse/JBIDE-24010 (openshift.client version not
bumped)
* javaee:
https://issues.jboss.org/browse/JBIDE-24011 (job config error - using wrong TP
version)
* aerogear:
https://issues.jboss.org/browse/JBIDE-24012 (cordovasim version not bumped)
* javaee:
https://issues.jboss.org/browse/JBIDE-24013 (compile failure in cdi tests)
was (Author: nickboldt):
Can't build new composite / aggregate site to fix the integration tests until upstream
projects are all green.
For example:
* livereload:
https://github.com/jbosstools/jbosstools-livereload/pull/136/files (also
depends on moving up to Jetty 9.4)
{code}
[ERROR] Missing requirement: org.jboss.tools.livereload.core 1.4.3.qualifier requires
'bundle org.eclipse.jetty.servlets [9.3.9,9.4.0)' but it could not be found
{code}
--
https://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/view/DevStudio/view/...
* openshift:
https://issues.jboss.org/browse/JBIDE-24010 (version of openshift.client not
bumped)
* ...
browsersim, cordovasim, and aerogear depend on jetty 9.3.9 but Oxygen
target platform 4.70.x contains jetty 9.4
---------------------------------------------------------------------------------------------------------------
Key: JBIDE-24007
URL:
https://issues.jboss.org/browse/JBIDE-24007
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: browsersim
Reporter: Nick Boldt
Assignee: Ilya Buziuk
Fix For: 4.5.0.AM1
{code}
[p2.dir] Missing requirement: BrowserSim 3.8.3.v20161201-1732
(org.jboss.tools.browsersim.ui 3.8.3.v20161201-1732)
requires 'bundle org.eclipse.jetty.server [9.3.9,9.4.0)' but it could not be
found
{code} --
https://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/view/DevStudio/view/...
This is caused by the fact that the composite install test job is trying to install
everything in JBT sites on top of the target platform used by master branch
(4.70.0.AM1-SNAPSHOT) [1], which has been updated to use Jetty 9.4.0.
So, p2 can't resolve the missing dep as the org.jboss.tools.browsersim.ui plugin
requires [9.3.9,9.4.0).
[1]
https://devstudio.jboss.com/targetplatforms/jbdevstudiotarget/4.70.0.AM1-...
Solution: browsersim (and other jbosstools-* projects) should support jetty 9.4.0.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)