From 7395234ccf8a6e98b7d027dafd23b86766f9e12a Mon Sep 17 00:00:00 2001 From: Fabrice Ducos Date: Tue, 14 Jun 2022 21:37:48 +0200 Subject: [PATCH] build.xml: refactored with separate targets for jme and jse: compile-jme and compile-jse New versions of ant (e.g. 1.10.11) at this time of writing fail to build jar-jme because the source (1.2) and target (1.3) are considered too old. The jme target can now be compiled separately with 'ant jar-jme' and the jse target with 'ant jar-jse' The jse target will now be built with source="1.8" and target="1.8" --- build.xml | 143 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 75 insertions(+), 68 deletions(-) diff --git a/build.xml b/build.xml index e0ea7f0d..8fa8b0f9 100644 --- a/build.xml +++ b/build.xml @@ -33,79 +33,86 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - +