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

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