Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Update CBI wiki to compile Luna

That is correct. I had a prototype build running for JavaFX and had to set up my toolchains.xml file to do it since the JavaFX plug-ins were set to Java 8. Seemed to work fine once I had the file set up but it was pain full since I had to list every BREE that the platform uses, which is almost all of them. We should but a sample one up on the wiki.

Doug


From: cbi-dev-bounces@xxxxxxxxxxx [cbi-dev-bounces@xxxxxxxxxxx] on behalf of Thanh Ha [thanh.ha@xxxxxxxxxxx]
Sent: Tuesday, April 01, 2014 12:49 AM
To: cbi-dev@xxxxxxxxxxx
Subject: Re: [cbi-dev] Update CBI wiki to compile Luna

From what I understand, at the moment it's not possible to compile Luna with Java 7 or Java 8 standalone. You must use the bree-libs profile in order to successfully build and include Java 8 in your toolchains.xml file.


Thanh

On 01/04/14 12:39 AM, Lars Vogel wrote:
Hi,

can https://wiki.eclipse.org/Platform-releng/Platform_Build be updated to consider the usage of Luna with Java8?

I got compile errors with our Eclipse CBI build for Luna because JDT requires now Java 8 but after I upgraded to Java 8 I got error like the following:

[ERROR] public class ShrinkableValueCollectionMap<K, V> extends AbstractMap<K, Collection<V>> implements Map<K, Collection<V>> {
[JENKINS] Archiving /var/lib/jenkins/jobs/C-MASTER-eclipse.platform.releng.aggregator/workspace/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/pom.xml to org.eclipse.jdt/org.eclipse.jdt.compiler.apt.tests/1.0.600-SNAPSHOT/org.eclipse.jdt.compiler.apt.tests-1.0.600-SNAPSHOT.pom
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The type ShrinkableValueCollectionMap<K,V> must implement the inherited abstract method Map<K,Collection<V>>.getOrDefault(Object, Collection<V>)
[ERROR] /var/lib/jenkins/jobs/C-MASTER-eclipse.platform.releng.aggregator/workspace/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ShrinkableValueCollectionMap.java:[16]


Best regards, Lars


_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top