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 b50900618d533aec2307ab1139ae74ef617bf747
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Nov 14 19:52:32 2019 +0000

    Use -XDignore.symbol.file to avoid the proprietary API warning
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 39929c5..72566fc 100644
--- a/build.xml
+++ b/build.xml
@@ -2165,7 +2165,7 @@ Apache Tomcat ${version} native binaries for Win64 
AMD64/EMT64 platform.
       encoding="ISO-8859-1"
       docencoding="ISO-8859-1"
       charset="ISO-8859-1"
-      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"


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to