From 47aa68f9dc2cc7cada919dedc9bf7130e3828125 Mon Sep 17 00:00:00 2001 From: lanxia Date: Fri, 30 Nov 2018 15:52:58 -0500 Subject: [PATCH] set javac encoding for zos This is only needed for compile ant copied files. On zos, ant does not keep file tag. Therefore, ant copied files cannot be read by javac. Preset javac with encoding="ISO-8859-1" so that files without proper tag can be read [ci skip] Signed-off-by: lanxia --- .../functional/cmdLineTests/URLClassLoaderTests/build.xml | 8 ++++++++ .../cmdLineTests/shareClassTests/testClasses/build.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/test/functional/cmdLineTests/URLClassLoaderTests/build.xml b/test/functional/cmdLineTests/URLClassLoaderTests/build.xml index 6ba2f1925ec..18d732eaadf 100644 --- a/test/functional/cmdLineTests/URLClassLoaderTests/build.xml +++ b/test/functional/cmdLineTests/URLClassLoaderTests/build.xml @@ -34,6 +34,14 @@ + + + + + diff --git a/test/functional/cmdLineTests/shareClassTests/testClasses/build.xml b/test/functional/cmdLineTests/shareClassTests/testClasses/build.xml index ff6d81e3a66..7c485309329 100644 --- a/test/functional/cmdLineTests/shareClassTests/testClasses/build.xml +++ b/test/functional/cmdLineTests/shareClassTests/testClasses/build.xml @@ -36,6 +36,14 @@ + + + + +