[
https://issues.jboss.org/browse/JBIDE-20747?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-20747 at 9/22/15 2:28 PM:
-------------------------------------------------------------
Re: (3)
Your manual test COULD include all "packages" (which I assume to mean features
and plugins on the update site) if you uncheck the box for "show only categorized
items" and then select all.
(This is also what the p2director install tests do.)
Re: (4) You want your manual install test to report what was installed? Try:
{code}
cd eclipse/plugins; ls -la; cd -
cd eclipse/features; ls -la; cd -
{code}
Or some variation on that.
(The p2director tests report a full list of the IUs to be installed as part of their
log.)
To know what is going to be published, look into the /staging/ folders. That's what we
publish as a simple copy into /development/.
was (Author: nickboldt):
Re: (3)
Your manual test COULD include all "packages" (which I assume to mean features
and plugins on the update site) if you uncheck the box for "show only categorized
items" and then select all.
Re: (4) You want your manual install test to report what was installed? Try:
{code}
cd eclipse/plugins; ls -la; cd -
cd eclipse/features; ls -la; cd -
{code}
Or some variation on that.
To know what is going to be published, look into the /staging/ folders. That's what we
publish as a simple copy into /development/.
install-grinder returns a blue ball but fails to install 5 plugins
due to missing capability &/or package
---------------------------------------------------------------------------------------------------------
Key: JBIDE-20747
URL:
https://issues.jboss.org/browse/JBIDE-20747
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.3.0.CR1
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Critical
Fix For: 4.3.1.Final
This happened in
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
{code}
org.osgi.framework.BundleException: Could not resolve module:
org.jboss.tools.browsersim.eclipse [1120]
Unresolved requirement: Require-Bundle: org.jboss.tools.browsersim.ui;
bundle-version="3.7.0"
-> Bundle-SymbolicName: org.jboss.tools.browsersim.ui;
bundle-version="3.7.0.CR1-v20150901-2111-B229"; singleton:="true"
org.jboss.tools.browsersim.ui [1122]
Unresolved requirement: Require-Bundle: org.eclipse.jetty.websocket.server;
bundle-version="[9.0.0,10.0.0)"
-> Bundle-SymbolicName: org.eclipse.jetty.websocket.server;
bundle-version="9.2.13.v20150730"
org.eclipse.jetty.websocket.server [555]
Unresolved requirement: Require-Capability: osgi.extender;
filter:="(osgi.extender=osgi.serviceloader.registrar)"
Unresolved requirement: Import-Package:
org.eclipse.jetty.websocket.servlet; version="[9.0.0,10.0.0)"
-> Export-Package: org.eclipse.jetty.websocket.servlet;
bundle-symbolic-name="org.eclipse.jetty.websocket.servlet";
bundle-version="9.2.13.v20150730"; version="9.2.13"
org.eclipse.jetty.websocket.servlet [556]
Unresolved requirement: Require-Capability: osgi.serviceloader;
filter:="(osgi.serviceloader=org.eclipse.jetty.websocket.servlet.WebSocketServletFactory)";
cardinality:="multiple"
-> Provide-Capability: osgi.serviceloader;
osgi.serviceloader="org.eclipse.jetty.websocket.servlet.WebSocketServletFactory"
{code}
--
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
Similar problems for other IUs:
{code}
org.osgi.framework.BundleException: Could not resolve module:
org.jboss.tools.cordovasim.eclipse [1163]
org.osgi.framework.BundleException: Could not resolve module:
org.jboss.tools.feedhenry.ui [1166]
org.osgi.framework.BundleException: Could not resolve module:
org.jboss.tools.livereload.core [1221]
org.osgi.framework.BundleException: Could not resolve module:
org.jboss.tools.livereload.ui [1222]
{code}
But the job was successful!
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)