48 lines
1.8 KiB
Diff
48 lines
1.8 KiB
Diff
--- build.xml.orig 2018-03-15 13:49:03.366863009 -0400
|
|
+++ build.xml 2018-03-15 13:49:29.690870139 -0400
|
|
@@ -1777,7 +1777,7 @@ Apache Tomcat ${version} native binaries
|
|
additionalparam="-breakiterator -notimestamp"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path refid="tomcat.webservices.classpath"/>
|
|
@@ -1798,7 +1798,7 @@ Apache Tomcat ${version} native binaries
|
|
additionalparam="-breakiterator -notimestamp"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path refid="tomcat.webservices.classpath"/>
|
|
@@ -1819,7 +1819,7 @@ Apache Tomcat ${version} native binaries
|
|
additionalparam="-breakiterator -notimestamp"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path refid="tomcat.webservices.classpath"/>
|
|
@@ -1840,7 +1840,7 @@ Apache Tomcat ${version} native binaries
|
|
additionalparam="-breakiterator -notimestamp"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path refid="tomcat.webservices.classpath"/>
|
|
@@ -1860,7 +1860,7 @@ Apache Tomcat ${version} native binaries
|
|
additionalparam="-breakiterator -notimestamp ${java9.add.modules}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path refid="tomcat.webservices.classpath"/>
|