Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho Surefire and p2Installed products

On 05/06/2015 20:42, Gunnar Wagenknecht wrote:
> Greetings,
> 
> I'm trying to install a product for running tests with Tycho Surefire.
> For some reason, it failes with a weird p2 error.
> 
> 
> Cannot complete the install because one or more required items could not
> be found.
> Software being installed: Gyrex Server Product 1.5.0.v20150605-1321
> (org.eclipse.gyrex.products.server 1.5.0.v20150605-1321)
> Missing requirement: Gyrex Server Product 1.5.0.v20150605-1321
> (org.eclipse.gyrex.products.server 1.5.0.v20150605-1321) requires
> 'config.a.jre.javase [1.6.0]' but it could not be found

Hi

I remember of a similar problem; IIRC, I had to set

Bundle-RequiredExecutionEnvironment: JavaSE-1.6

in the MANIFEST of the test plugin...

-- 
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it
Xtext Book:
http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book




Back to the top