Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] 4.17 I-Build: I20200611-1800 - BUILD FAILED

To illustrate here is a simple maven project that targets Java 7 and uses the snapshot of OSGi R8 to compile against for FrameworkUtil
 
https://github.com/tjwatson/test-compile-osgiR8
 
This compiles fine with standard maven and javac.

Tom
 
 
 
----- Original message -----
From: "Thomas Watson" <tjwatson@xxxxxxxxxx>
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
To: platform-releng-dev@xxxxxxxxxxx
Cc:
Subject: [EXTERNAL] Re: [platform-releng-dev] 4.17 I-Build: I20200611-1800 - BUILD FAILED
Date: Fri, Jun 12, 2020 8:00 AM
 
Why would everything have to move up in their execution environment just because the internals of FrameworkUtil reference Optional?  Is this using ECJ or javac to compile.  I'm fairly certain javac would not flag this as an error.

Tom
 
 
 
----- Original message -----
From: Aleksandar Kurtakov <akurtako@xxxxxxxxxx>
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
To: "Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
Cc:
Subject: [EXTERNAL] Re: [platform-releng-dev] 4.17 I-Build: I20200611-1800 - BUILD FAILED
Date: Fri, Jun 12, 2020 1:18 AM
 
 
 
On Fri, Jun 12, 2020 at 2:30 AM <genie.releng@xxxxxxxxxxx> wrote:
Please go to https://ci-staging.eclipse.org/releng/job/I-build-4.17/21/console and check the build failure.
Error is:
[ERROR] /home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/src/org/eclipse/equinox/http/servlet/testbase/BaseTest.java:[182]
02:30:31  [ERROR]         return FrameworkUtil.getBundle(BaseTest.class).getBundleContext();
02:30:31  [ERROR]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:30:31  [ERROR] The type java.util.Optional cannot be resolved. It is indirectly referenced from required .class files
02:30:31  [ERROR] 1 problem (1 error)

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-releng-dev


--
Alexander Kurtakov
Red Hat Eclipse Team
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-releng-dev
 
 
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-releng-dev
 


Back to the top