-
Bug
-
Resolution: Done
-
Blocker
-
3.3.0.Beta3
-
None
Getting numerous build problems like this:
[ERROR] Missing requirement: org.jboss.tools.runtime.as.detector 1.3.0.qualifier requires 'bundle org.jboss.ide.eclipse.as.core 0.0.0' but it could not be found [ERROR] Missing requirement: org.jboss.ide.eclipse.as.feature.feature.group 2.3.0.v20120321-2103-H1177-Beta3 requires 'org.jboss.ide.eclipse.as.core 2.3.0' but it could not be found [ERROR] Missing requirement: org.jboss.tools.portlet.core 1.2.0.v20120321-0422-H533-Beta3 requires 'bundle org.jboss.ide.eclipse.as.classpath.core 0.0.0' but it could not be found
http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/job/jbosstools-3.3_trunk.component--runtime/677/console
http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/job/jbosstools-3.3_trunk.component--seam/887/console
http://hudson.qa.jboss.com/hudson/job/devstudio-5.0_trunk.updatesite/1797/console
Problem is that the org.jboss.ide.eclipse.as.core plugin is no longer available from the usual places:
http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.3_trunk.component--as/all/repo/plugins/
http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk/
http://download.jboss.org/jbosstools/updates/nightly/core/trunk/plugins/
I suspect the problem here is that org.jboss.ide.eclipse.as.feature/feature.xml states that it REQUIRES (imports), not INCLUDES, this plugin:
<import plugin="org.jboss.ide.eclipse.as.core" version="2.3.0" match="greaterOrEqual"/>
instead of
<plugin id="org.jboss.ide.eclipse.as.core" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- blocks
-
JBIDE-10968 soa tooling build can't aggregate runtime.{drools,esb,jbpm}.detector unless they're on an upstream site
- Closed
- is incorporated by
-
JBIDE-11358 Replace included features by dependency
- Closed