]
Mickael Istria resolved JBIDE-11373.
------------------------------------
Resolution: Done
AS build looks acceptable (except for failing tests)
bundle org.jboss.ide.eclipse.as.core,
org.jboss.ide.eclipse.as.classpath.core could not be found on composite / staging sites
-----------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-11373
URL:
https://issues.jboss.org/browse/JBIDE-11373
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, JBossAS/Servers, updatesite
Affects Versions: 3.3.0.Beta3
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Blocker
Fix For: 3.3.0.Beta3
Attachments: JBIDE-11373.patch
Getting numerous build problems like this:
{code}
[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
{code}
http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/job...
http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/job...
http://hudson.qa.jboss.com/hudson/job/devstudio-5.0_trunk.updatesite/1797...
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....
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:
{code}<import plugin="org.jboss.ide.eclipse.as.core"
version="2.3.0" match="greaterOrEqual"/>{code}
instead of
{code}<plugin id="org.jboss.ide.eclipse.as.core" download-size="0"
install-size="0" version="0.0.0" unpack="false"/>{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: