[jbosstools-issues] [JBoss JIRA] (JBIDE-11795) Building runtime-bootstrap builds correctly, install from site fails

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue May 8 11:17:17 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-11795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt closed JBIDE-11795.
------------------------------

    Resolution: Rejected


Runtime component zip (or unpacked site) does not include its upstream component deps such as common, which would include the org.jboss.tools.common plugin.

To work around this limitation (and trust me, it's better we don't bundle all the upstream every time we rebuild as it would duplicate a TON of stuff and just kill disk and bandwidth), you can either point your Eclipse at the latest nightly site [1], or the staging composite [2] to resolve the missing upstream stuff.

Or, if you need to install from locally-built stuff, use the local.site [3]:

[1] http://download.jboss.org/jbosstools/updates/nightly/core/trunk/ (updated every day or so - bleeding edge)
[2] http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk/ (updated every time a component respins - bleedinger edge)
[3] http://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/local-site/ (see the README.txt for how to use this site - bleedingest edge)

                
> Building runtime-bootstrap builds correctly, install from site fails
> --------------------------------------------------------------------
>
>                 Key: JBIDE-11795
>                 URL: https://issues.jboss.org/browse/JBIDE-11795
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng
>    Affects Versions: 3.3.0.CR1
>            Reporter: Rob Stryker
>            Assignee: Nick Boldt
>             Fix For: 3.3.0.CR1
>
>
> With a clean installation of eclipse with wtp 3.3.2 (current TP), the following command successfully builds:
> mvn clean install  -P local.site,runtime-bootstrap -Dlocal.site=file:///home/rob/code/jbtools/jbosstools/trunk/build/target-platform/REPO/  -Dmaven.test.skip=true 
> However, when trying to install new software from the file  jar:file:/home/rob/code/jbtools/jbosstools/trunk/runtime/site/target/runtime.site.zip!/,  the following error occurs:
> {code}
> Cannot complete the install because one or more required items could not be found.
>   Software being installed: org.jboss.tools.runtime.seam.detector.feature.source.feature.group 1.3.0.v20120508-0530-CR1
>   Missing requirement: JBoss Runtime Seam Detector 1.3.0.v20120508-0530-CR1 (org.jboss.tools.runtime.seam.detector 1.3.0.v20120508-0530-CR1) requires 'bundle org.jboss.tools.common 0.0.0' but it could not be found
>   Cannot satisfy dependency:
>     From: JBoss Runtime Seam Detector 1.3.0.v20120508-0530-CR1 (org.jboss.tools.runtime.seam.detector.feature.feature.group 1.3.0.v20120508-0530-CR1)
>     To: org.jboss.tools.runtime.seam.detector [1.3.0.v20120508-0530-CR1]
>   Cannot satisfy dependency:
>     From: org.jboss.tools.runtime.seam.detector.feature.source.feature.group 1.3.0.v20120508-0530-CR1
>     To: org.jboss.tools.runtime.seam.detector.feature.feature.group [1.3.0.v20120508-0530-CR1]
> {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