Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] EASE Hudson building using Java 7

Hi Christian,

Thanks for explaining that. However ecj still won't be able to build
if the reason for the BREE = 1.8 is because of a dependency on a 1.8
library, as opposed to a language feature. As the main 1.8 feature I
am using is streams, methods like
java.util.regex.Pattern.splitAsStream(CharSequence) are not available
unless the 1.8 library is there.

I am pretty sure that Java 8 is available at Eclipse, CDT is using
Java 8 as is the platform.

Logs for CDT and JDT UI gerrit builds, search for
https://hudson.eclipse.org/cdt/job/cdt-verify/4946/consoleFull
https://hudson.eclipse.org/platform/job/eclipse.jdt.ui-Gerrit/722/consoleFull

They have these lines:

CDT:
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
2015-11-10T11:41:47-05:00)
Maven home: /shared/common/apache-maven-latest
Java version: 1.8.0_51, vendor: Oracle Corporation
Java home: /opt/public/common/jdk1.8.0_51.x64/jre

JDT UI:
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
2015-11-10T11:41:47-05:00)
Maven home: /shared/common/apache-maven-latest
Java version: 1.8.0, vendor: Oracle Corporation
Java home: /opt/public/common/jdk1.8.0_x64/jre

As opposed to Ease:
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
2015-11-10T11:41:47-05:00)
Maven home: /shared/common/apache-maven-latest
Java version: 1.7.0_80, vendor: Oracle Corporation
Java home: /opt/public/common/jdk1.7.0_80/jre

Jonah
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 14 April 2016 at 14:36, Christian Pontesegger
<christian.pontesegger@xxxxxx> wrote:
> Hudson is maintained by eclipse, we cannot run hudson on Java 1.8 so far.
> This is something that needs to be changed in the eclipse infrastructure.
> But the compiler compliance settings is in our hands. As tycho uses the
> eclipse compiler I do not expect problems when upgrading to java 1.8
>
> Christian
>
>
> On 04/14/2016 03:14 PM, Jonah Graham wrote:
>>
>> HI Christian,
>>
>> Totally fine with waiting until after 0.3 for any of my changes to go in.
>>
>>> Eclipse hudson supports java up to v1.7.
>>
>> I assume that this part will also change after 0.3?
>>
>> Jonah
>>
>>
>
> _______________________________________________
> ease-dev mailing list
> ease-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/ease-dev


Back to the top