aboutsummaryrefslogtreecommitdiff
path: root/jtreg-build.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-05-12 13:43:37 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-05-12 13:43:37 +0300
commit0a970846df3a55b96d805875c13dc96c1589af93 (patch)
tree89f82fe7c94b65154908bd4be708085a9ad4503e /jtreg-build.yaml
parentc94f50b03a43bc5469918fe5a33fa6832ecbd34f (diff)
jtreg-build: fix syntax of -target and -source command
Change-Id: I4655b78a3ffc038f8ed0c031bc633c1fa923418c Signed-off-by: Edward Nevill <edward.nevill@linaro.org> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'jtreg-build.yaml')
-rw-r--r--jtreg-build.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/jtreg-build.yaml b/jtreg-build.yaml
index 1174c4d8..d5f2c289 100644
--- a/jtreg-build.yaml
+++ b/jtreg-build.yaml
@@ -64,6 +64,9 @@
rm -fr build
rm -fr dist
+ # syntax of the -target and -source command have changed with jdk9
+ sed -i 's|1.8|8|g' make/build.xml
+
ant -v -f make/build.xml \
-Djunit.jar=./junit/junit.jar \
-Dtestng.jar=./testng/testng.jar \