This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 876fe185db34994acf8956fcc7960fc981c3131f Author: Mark Thomas <[email protected]> AuthorDate: Thu Nov 14 19:52:32 2019 +0000 Use -XDignore.symbol.file to avoid the proprietary API warning --- build.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 2ec230b..ab3c012 100644 --- a/build.xml +++ b/build.xml @@ -1998,10 +1998,11 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" - additionalparam="-breakiterator -notimestamp ${java9.javadoc.options} -J-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2" + additionalparam="-breakiterator -notimestamp ${java9.javadoc.options} -J-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -XDignore.symbol.file" source="${compile.source}" maxmemory="512m" - failonerror="true"> + failonerror="true" + failonwarning="true"> <classpath> <path refid="compile.classpath"/> <path refid="tomcat.webservices.classpath"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
