Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Tycho and Java8

Well tycho compiles with ECJ (=JDT-core) and not javac so one needs to
adjust the compiler plugin tycho uses.

Tom

On 31.10.13 15:14, Jeff MAURY wrote:
> If you run Maven with a JDK8, Tycho should use it, no ?
> 
> Jeff
> 
> 
> On Thu, Oct 31, 2013 at 2:15 PM, Tom Schindl
> <tom.schindl@xxxxxxxxxxxxxxx <mailto:tom.schindl@xxxxxxxxxxxxxxx>> wrote:
> 
>     Hi,
> 
>     Now that JDK8 has beta builds out. Is it some how possible to get maven
>     tycho to use it?
> 
>     My problem is that I need to compile a project against JDK8 because some
>     parts needs its API but because this project also e.g. holds Comparator
>     implementations (the Comparator-interface has been extended) I'm unable
>     to compile it.
> 
>     Tom
>     _______________________________________________
>     tycho-dev mailing list
>     tycho-dev@xxxxxxxxxxx <mailto:tycho-dev@xxxxxxxxxxx>
>     https://dev.eclipse.org/mailman/listinfo/tycho-dev
> 
> 
> 
> 
> -- 
> 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
> 
> 
> _______________________________________________
> tycho-dev mailing list
> tycho-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-dev
> 



Back to the top