From ee22c9c63065a6734f10a349626f49acd4a83707 Mon Sep 17 00:00:00 2001 From: Radek Felcman Date: Tue, 4 Jul 2023 16:35:20 +0200 Subject: [PATCH] Ant build - MOXy tests fix 2.0 (#1908) * Revert "Ant build - MOXy tests fix (#1907)" This reverts commit 350d1935ff792911e8138f29c35b25c4d4cfdb83. * Ant build - MOXy tests fix 2.0 Merge JVM arguments from internal store (antbuild.xml) and outside (passed with '-Dadditional.jvmargs=....' command line parameter). There was issue with previous fix, that Ant will initialize undefined property automatically during calls like value="${additional.jvmargs}..." into value '${additional.jvmargs}'. Signed-off-by: Radek Felcman --- moxy/eclipselink.moxy.test/antbuild.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/moxy/eclipselink.moxy.test/antbuild.xml b/moxy/eclipselink.moxy.test/antbuild.xml index ac88303a27f..cd169baaca7 100644 --- a/moxy/eclipselink.moxy.test/antbuild.xml +++ b/moxy/eclipselink.moxy.test/antbuild.xml @@ -541,13 +541,18 @@ - + + + + - + @@ -619,11 +624,11 @@ - + - +