[jbosstools-issues] [JBoss JIRA] (JBIDE-11373) bundle org.jboss.ide.eclipse.as.core could not be found on composite / staging sites

Nick Boldt (JIRA) jira-events at lists.jboss.org
Thu Mar 22 00:23:47 EDT 2012


Nick Boldt created JBIDE-11373:
----------------------------------

             Summary: bundle org.jboss.ide.eclipse.as.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


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
{code}

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

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/

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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list