From 7ac06a7efb01d257ed623ab2b1444c50d5416f4a Mon Sep 17 00:00:00 2001 From: "Mesbah_Alam@ca.ibm.com" Date: Wed, 9 Oct 2019 14:31:58 -0400 Subject: [PATCH 1/2] Print source encoding being used Signed-off-by: Mesbah_Alam@ca.ibm.com --- stf.build/include/top.xml | 30 +++++++++++++++++------------- stf.core/build.xml | 4 ++-- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/stf.build/include/top.xml b/stf.build/include/top.xml index 149fe28..b18b1ae 100644 --- a/stf.build/include/top.xml +++ b/stf.build/include/top.xml @@ -33,6 +33,18 @@ limitations under the License. + + + + + + + + + + + + @@ -362,18 +374,6 @@ limitations under the License. - - - - - - - - - - - - @@ -409,6 +409,10 @@ limitations under the License. + + + + diff --git a/stf.core/build.xml b/stf.core/build.xml index 96503d7..ee0bcba 100644 --- a/stf.core/build.xml +++ b/stf.core/build.xml @@ -83,7 +83,7 @@ limitations under the License. fork="true" executable="${java_compiler}" classpathref="project.class.path" - encoding="${src-encoding}" + encoding="ISO-8859-1" includeantruntime="false" failonerror="true"> @@ -95,7 +95,7 @@ limitations under the License. fork="true" executable="${java_compiler}" classpathref="project.class.path" - encoding="${src-encoding}" + encoding="ISO-8859-1" includeantruntime="false" failonerror="true"> From 5f64de28d368329546397fbdcf497d8c13154220 Mon Sep 17 00:00:00 2001 From: "Mesbah_Alam@ca.ibm.com" Date: Wed, 9 Oct 2019 16:06:36 -0400 Subject: [PATCH 2/2] Use encoding ISO-8859-1 for compiling system tests Signed-off-by: Mesbah_Alam@ca.ibm.com --- stf.build/include/top.xml | 10 +--------- stf.core/build.xml | 2 +- stf.load/build.xml | 2 +- stf.samples/build.xml | 2 +- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/stf.build/include/top.xml b/stf.build/include/top.xml index b18b1ae..ad2aa95 100644 --- a/stf.build/include/top.xml +++ b/stf.build/include/top.xml @@ -41,10 +41,6 @@ limitations under the License. - - - - @@ -409,10 +405,6 @@ limitations under the License. - - - - diff --git a/stf.core/build.xml b/stf.core/build.xml index ee0bcba..f4b64d3 100644 --- a/stf.core/build.xml +++ b/stf.core/build.xml @@ -83,7 +83,7 @@ limitations under the License. fork="true" executable="${java_compiler}" classpathref="project.class.path" - encoding="ISO-8859-1" + encoding="ISO-8859-1" includeantruntime="false" failonerror="true"> diff --git a/stf.load/build.xml b/stf.load/build.xml index 9018ef8..9367e43 100644 --- a/stf.load/build.xml +++ b/stf.load/build.xml @@ -82,7 +82,7 @@ limitations under the License. fork="true" executable="${java_compiler}" classpathref="project.class.path" - encoding="${src-encoding}" + encoding="ISO-8859-1" includeantruntime="false" failonerror="true"> diff --git a/stf.samples/build.xml b/stf.samples/build.xml index 10fe513..a344867 100644 --- a/stf.samples/build.xml +++ b/stf.samples/build.xml @@ -84,7 +84,7 @@ limitations under the License. fork="true" executable="${java_compiler}" classpathref="project.class.path" - encoding="${src-encoding}" + encoding="ISO-8859-1" includeantruntime="false" failonerror="true">