[
https://issues.jboss.org/browse/JBIDE-17671?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-17671 at 6/24/14 10:19 AM:
--------------------------------------------------------------
Console logs showing Surefire trying to invoke bundles which need JDK 1.7:
* [^maven.configurators.tests.log]
* [^project.examples.test.log]
Seems to be localized to just *org.hibernate.eclipse.libs*:
{code}
org.osgi.framework.BundleException: Could not resolve module: org.hibernate.eclipse.libs
[26]
Unresolved requirement: Require-Capability: osgi.ee;
filter:="(&(osgi.ee=JavaSE)(version=1.7))"{code}
was (Author: nickboldt):
Console logs showing Surefire trying to invoke bundles which need JDK 1.7:
* [^maven.configurators.tests.log]
* [^project.examples.test.log]
Projects that depend on Hibernate now require JDK1.7 to build/test
------------------------------------------------------------------
Key: JBIDE-17671
URL:
https://issues.jboss.org/browse/JBIDE-17671
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central, maven, project-examples
Affects Versions: 4.2.0.Beta3
Reporter: Nick Boldt
Attachments: maven.configurators.tests.log, project.examples.test.log
Tests are failing in Maven & Project Examples in master:
{code}
09:35:43 [INFO] org.jboss.tools.maven.configurators.tests ......... FAILURE [17.788s]
09:35:43 [INFO] org.jboss.tools.project.examples.test ............. FAILURE [28.897s]
09:35:43 [ERROR] Failed to execute goal
org.eclipse.tycho:tycho-surefire-plugin:0.20.0:test (default-test) on project
org.jboss.tools.maven.configurators.tests: An unexpected error occured (return code 13).
See log for details. -> [Help 1]
09:35:43 [ERROR] Failed to execute goal
org.eclipse.tycho:tycho-surefire-plugin:0.20.0:test (default-test) on project
org.jboss.tools.project.examples.test: An unexpected error occured (return code 13). See
log for details. -> [Help 1]
{code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)