From 91ca6a90b790ae31c1b715c9a870395fadf0a148 Mon Sep 17 00:00:00 2001 From: Anna Babu Palathingal <148897727+annaibm@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:02:27 -0400 Subject: [PATCH] Download dependency libs for MBCS_Tests - Added junit, testng, jcommander libs to download for MBCS_Tests when prestage libs do not exist. related: https://github.com/adoptium/aqa-tests/issues/5569 Signed-off-by: Anna Babu Palathingal --- functional/MBCS_Tests/datetime/build.xml | 5 ++++- functional/MBCS_Tests/language_tag/build.xml | 5 ++++- functional/MBCS_Tests/property_utf8/build.xml | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/functional/MBCS_Tests/datetime/build.xml b/functional/MBCS_Tests/datetime/build.xml index 71ffcb9459..1b112afb8c 100755 --- a/functional/MBCS_Tests/datetime/build.xml +++ b/functional/MBCS_Tests/datetime/build.xml @@ -27,13 +27,16 @@ limitations under the License. + + + - + Ant version is ${ant.version} ============COMPILER SETTINGS============ ===fork: yes diff --git a/functional/MBCS_Tests/language_tag/build.xml b/functional/MBCS_Tests/language_tag/build.xml index 6136fb5b51..e083c12755 100755 --- a/functional/MBCS_Tests/language_tag/build.xml +++ b/functional/MBCS_Tests/language_tag/build.xml @@ -27,13 +27,16 @@ limitations under the License. + + + - + Ant version is ${ant.version} ============COMPILER SETTINGS============ ===fork: yes diff --git a/functional/MBCS_Tests/property_utf8/build.xml b/functional/MBCS_Tests/property_utf8/build.xml index c689dfdbd9..8a2fde9354 100755 --- a/functional/MBCS_Tests/property_utf8/build.xml +++ b/functional/MBCS_Tests/property_utf8/build.xml @@ -27,13 +27,16 @@ limitations under the License. + + + - + Ant version is ${ant.version} ============COMPILER SETTINGS============ ===fork: yes