| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Trisquel 9 has two java versions: Java 8 and Java 11.
Java 8 doesn't support building for Java 1.5 / Java5 anymore[1], so
we need to bump the Java version to at least Java 1.6 for it to build.
And without that fix we have many compilation errors like this one,
on each components that are built against Java 1.5 / Java 5:
(modified to fit the 70 characters limit):
[ERROR] COMPILATION ERROR :
[INFO] -----------------------------------------------------------
[ERROR] Source option 5 is no longer supported. Use 6 or later.
[ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.
[INFO] 2 errors
[INFO] -----------------------------------------------------------
[INFO] -----------------------------------------------------------
[INFO] Reactor Summary for Simple 6.0.1:
[INFO]
[INFO] Simple Common ..........................FAILURE [ 1.443 s]
[INFO] Simple Transport ...................................SKIPPED
[INFO] Simple HTTP ........................................SKIPPED
[INFO] Simple .............................................SKIPPED
[INFO] -----------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] -----------------------------------------------------------
[INFO] Total time: 1.873 s
[INFO] Finished at: 2021-07-19T01:28:41+02:00
[INFO] -----------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
(default-compile) on project simple-common: Compilation
failure: Compilation failure:
[ERROR] Source option 5 is no longer supported. Use 6 or later.
[ERROR] Target option 1.5 is no longer supported. Use 1.6 or
later.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven
with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug
logging.
[ERROR]
[ERROR] For more information about the errors and possible
solutions, please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
References:
-----------
[1]https://openjdk.java.net/jeps/182
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
| |
Change-Id: Ib85c55957a3a5c2d8cfc0c8c93a73c33b906f01c
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
| |
|
|
| |
Change-Id: I3c054e5091779827863ac625a99230ba2987f47d
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Build has changed,
Libcore targets were renamed.
This allows to build the images or to mm in toolchain/jack but not to run
test-jack.
Conflicts:
junit4/Android.mk
Change-Id: Idcf3076569c2712560d59165d664b9c9a4e15a1b
|
| |
|
|
|
|
| |
(cherry picked from commit 452cbd7d69db557ecdbbd20875a669752cf2d9d7)
Change-Id: I96a34b90c9525fa4403f6f940d6fcdf4656722ab
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I0d33df3e2da8b8364a369ec83e5e895f14d50e8a
|
| |/
|
|
| |
Change-Id: I2407529c757306ab4f4661a5a188851af307f3be
|
|
|
Change-Id: I953cf0a520195a7187d791b2885848ad0d5a9b43
|