[JBoss JIRA] (JBIDE-11795) Building runtime-bootstrap builds correctly, install from site fails
by Rob Stryker (JIRA)
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
13 years, 11 months
[JBoss JIRA] (JBIDE-11787) Seam Form created with errors when using JBoss AS 7.1 Runtime
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-11787:
-----------------------------------
Summary: Seam Form created with errors when using JBoss AS 7.1 Runtime
Key: JBIDE-11787
URL: https://issues.jboss.org/browse/JBIDE-11787
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam 2
Affects Versions: 3.3.0.Beta3
Environment: jbdevstudio-product-linux-gtk-5.0.0.v201204301418M-H119-Beta3, linux 32bit, JBoss AS 71
Reporter: Vlado Pakan
Assignee: Alexey Kazakov
Fix For: 3.3.0.Beta3
1. Create Seam Web project using JBoss AS 71 Runtime
2. Create Seam Form
There are compilation errors:
The project was not built since its build path is incomplete. Cannot find the class file for org.hibernate.validator.InvalidValue. Fix the build path then try building this project
The type org.hibernate.validator.InvalidValue cannot be resolved. It is indirectly referenced from required .class files
When JBoss EAP 5.1 is used there are no compilation errors.
--
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
13 years, 11 months