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

Mickael Istria (JIRA) jira-events at lists.jboss.org
Thu Mar 22 06:42:47 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-11373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678585#comment-12678585 ] 

Mickael Istria commented on JBIDE-11373:
----------------------------------------

It's ok to get included features in that case since AS is the producer of these features.
However, it might be cleaner to use import instead and add the dependencies to the list of features published through the "category.xml".

So if CI build for --as is OK, no problem with that patch, and we can close this bug.
                
> 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/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:
> {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