From 116a9dbb75200223664e26093b0e238b57d4255e Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 6 Feb 2018 05:42:41 +0100 Subject: [compiling] running the ant compile job now no longer emits any warnings. Each warning that was emitted has been addressed, or analysed and suppressed. --- build.xml | 8 +++++--- buildScripts/website.ant.xml | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 8e3fb2d1..914b658b 100644 --- a/build.xml +++ b/build.xml @@ -174,6 +174,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + @@ -195,17 +196,17 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + - + - + @@ -237,6 +238,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 36b3a193..15a0f95f 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -80,6 +80,8 @@ such as applying the templates to produce the website, converting the changelog + + -- cgit