Rob Stryker created JBIDE-11795:
-----------------------------------
Summary: 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