Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[recommenders-dev] org.eclipse.recommenders.tests.feature has been renamed

Hi,

just a quick heads up as to why several of the builds are failing right
now with messages like the following.

> Caused by: org.eclipse.tycho.p2.target.facade.TargetDefinitionResolutionException: Could not find "org.eclipse.recommenders.rcp.tests.feature.feature.group/0.0.0" in the repositories of the current location
> 	at org.eclipse.tycho.p2.target.TargetDefinitionResolver.getUnitInstance(TargetDefinitionResolver.java:214)
> 	at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContentWithExceptions(TargetDefinitionResolver.java:128)
> 	at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContent(TargetDefinitionResolver.java:80)
> 	... 22 more

The reason for this is that we renamed
org.eclipse.recommenders.tests.feature to
org.eclipse.recommenders.testing.rcp.feature to better reflect that fact
that it contains utilities meant to help in testing rather than the
tests themselves; you want to re-use the former but the latter are
pretty much uninteresting to any project other than the one under tests.

If you have org.eclipse.recommenders.rcp.tests.feature.feature.group
(from the head update site) in your target platform, please update this
to org.eclipse.recommenders.testing.rcp.feature.feature.group. That
should take care of the build failures. If not, please raise this issue
on this list.

Best wishes,

Andreas

-- 
Codetrails UG (haftungsbeschränkt)
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


Back to the top