This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 873ac1c8a9ba434f0b37eb58595cbb5f327f5542 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Nov 14 20:05:28 2019 +0000 Drop warning until we get these all sorted out for Tomcat 7 --- build.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 72566fc..391ba00 100644 --- a/build.xml +++ b/build.xml @@ -2059,8 +2059,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. additionalparam="-breakiterator -notimestamp ${java9.javadoc.options}" source="${compile.source}" maxmemory="512m" - failonerror="true" - failonwarning="true"> + failonerror="true"> <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org