]
Denis Golovin updated JBIDE-9490:
---------------------------------
Comment: was deleted
(was: Yo cannot because you testing it from workspace, but error is obvious, wrong
dependency declaration in pom.xml
{noformat}
<dependencies>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.jpt.feature.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
</dependencies>
{noformat}
which really should be
org.eclipse.jpt.jpa.feature.feature.group)
test failures in org.jboss.tools.hibernate.jpt.core.test
--------------------------------------------------------
Key: JBIDE-9490
URL:
https://issues.jboss.org/browse/JBIDE-9490
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Hibernate, testing
Affects Versions: 3.3.0.M3
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 3.3.0.M3
After switching to Tycho 0.12:
svn co
http://svn.jboss.org/repos/jbosstools/trunk/
cd trunk; mvn clean install
[INFO] org.jboss.tools.hibernate.jpt.core.test ........... FAILURE [2.137s]
[INFO] Cannot complete the request. Generating details.
[INFO] {org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,
osgi.ws=cocoa, osgi.arch=x86, osgi.os=macosx, org.eclipse.update.install.features=true,
org.osgi.framework.system.packages=}
[INFO] [You requested to install 'org.eclipse.jpt.feature.feature.group 0.0.0'
but it could not be found]
[
--
This message is automatically generated by JIRA.
For more information on JIRA, see: