Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] 0.23.0 and validating against different JDKs

Hello,

I am facing with the following problem since 0.23.0:

I was building an Xtext based product whith Tycho and using Jenkins, I was able to perform the validation against different JDKs: with 0.22.0, I was validating against JDK 6,7 and 8. The way it was done is that the JDK used to execute Tycho was the JDK used to compile against, Jenkins was responsible to affect the different JDKs to the Maven build.
Since 0.23.0 requires JDK 1.7, I am wondering how to do that. I saw that Tycho can use Maven toolchains but it seems the JDK selection will be based on the Bundle-RequiredExecutionEnvironment header so I don't see how to make a variation of it.
Any idea ?

Jeff
--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top