[
https://issues.jboss.org/browse/JBIDE-11369?page=com.atlassian.jira.plugi...
]
Nick Boldt updated JBIDE-11369:
-------------------------------
Description:
Issue #1:
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.jboss.tools.runtime.test.feature.feature.group
1.3.0.qualifier
[ERROR] Missing requirement: org.jboss.tools.runtime.test 1.3.0.qualifier requires
'bundle org.jboss.tools.runtime.drools.detector 0.0.0' but it could not be found
[ERROR] Cannot satisfy dependency: org.jboss.tools.runtime.test.feature.feature.group
1.3.0.qualifier depends on: org.jboss.tools.runtime.test 0.0.0
[ERROR]
[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the
problem is unsatisfiable.": ["Unable to satisfy dependency from
org.jboss.tools.runtime.test 1.3.0.qualifier to bundle
org.jboss.tools.runtime.drools.detector 0.0.0.", "Unable to satisfy dependency
from org.jboss.tools.runtime.test 1.3.0.qualifier to bundle
org.jboss.tools.runtime.jbpm.detector 0.0.0.", "No solution found because the
problem is unsatisfiable."] -> [Help 1]
So, need to remove those from the test plugin's MANIFEST.MF.
Issue #2:
To build Runtime component locally, need to fix the runtime-bootstrap profile in
pom-core.xml and pom.xml:
{code}
--- a/build/pom-core.xml
+++ b/build/pom-core.xml
@@ -530,6 +530,14 @@
<module>../tests</module>
<module>../common</module>
<module>../jmx</module>
+ <module>../archives</module>
+ <module>../as</module>
+ <module>../hibernatetools</module>
+ <module>../jst</module>
+ <module>../xulrunner</module>
+ <module>../vpe</module>
+ <module>../jsf</module>
+ <module>../seam</module>
<module>../usage</module>
<module>../runtime</module>
{code}
was:
Issue #1:
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.jboss.tools.runtime.test.feature.feature.group
1.3.0.qualifier
[ERROR] Missing requirement: org.jboss.tools.runtime.test 1.3.0.qualifier requires
'bundle org.jboss.tools.runtime.drools.detector 0.0.0' but it could not be found
[ERROR] Cannot satisfy dependency: org.jboss.tools.runtime.test.feature.feature.group
1.3.0.qualifier depends on: org.jboss.tools.runtime.test 0.0.0
[ERROR]
[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the
problem is unsatisfiable.": ["Unable to satisfy dependency from
org.jboss.tools.runtime.test 1.3.0.qualifier to bundle
org.jboss.tools.runtime.drools.detector 0.0.0.", "Unable to satisfy dependency
from org.jboss.tools.runtime.test 1.3.0.qualifier to bundle
org.jboss.tools.runtime.jbpm.detector 0.0.0.", "No solution found because the
problem is unsatisfiable."] -> [Help 1]
So, need to remove those from the test plugin's MANIFEST.MF.
Issue #2:
To build Runtime component locally, need to fix the runtime-bootstrap profile in
pom-core.xml and pom.xml:
Runtime should depend on Seam, AS upstream components
-----------------------------------------------------
Key: JBIDE-11369
URL:
https://issues.jboss.org/browse/JBIDE-11369
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, JBossAS/Servers, runtime detection, Seam 2
Affects Versions: 3.3.0.Beta3
Reporter: Nick Boldt
Assignee: Nick Boldt
Issue #1:
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.jboss.tools.runtime.test.feature.feature.group
1.3.0.qualifier
[ERROR] Missing requirement: org.jboss.tools.runtime.test 1.3.0.qualifier requires
'bundle org.jboss.tools.runtime.drools.detector 0.0.0' but it could not be found
[ERROR] Cannot satisfy dependency: org.jboss.tools.runtime.test.feature.feature.group
1.3.0.qualifier depends on: org.jboss.tools.runtime.test 0.0.0
[ERROR]
[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the
problem is unsatisfiable.": ["Unable to satisfy dependency from
org.jboss.tools.runtime.test 1.3.0.qualifier to bundle
org.jboss.tools.runtime.drools.detector 0.0.0.", "Unable to satisfy dependency
from org.jboss.tools.runtime.test 1.3.0.qualifier to bundle
org.jboss.tools.runtime.jbpm.detector 0.0.0.", "No solution found because the
problem is unsatisfiable."] -> [Help 1]
So, need to remove those from the test plugin's MANIFEST.MF.
Issue #2:
To build Runtime component locally, need to fix the runtime-bootstrap profile in
pom-core.xml and pom.xml:
{code}
--- a/build/pom-core.xml
+++ b/build/pom-core.xml
@@ -530,6 +530,14 @@
<module>../tests</module>
<module>../common</module>
<module>../jmx</module>
+ <module>../archives</module>
+ <module>../as</module>
+ <module>../hibernatetools</module>
+ <module>../jst</module>
+ <module>../xulrunner</module>
+ <module>../vpe</module>
+ <module>../jsf</module>
+ <module>../seam</module>
<module>../usage</module>
<module>../runtime</module>
{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