mirror of https://github.com/apache/lucene.git
only show the first 10 million warnings and errors when compiling
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@618739 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
53d3a0cfab
commit
18adf788d8
|
@ -470,6 +470,8 @@
|
||||||
source="${javac.source}"
|
source="${javac.source}"
|
||||||
target="${javac.target}">
|
target="${javac.target}">
|
||||||
<nested/>
|
<nested/>
|
||||||
|
<compilerarg line="-Xmaxwarns 10000000"/>
|
||||||
|
<compilerarg line="-Xmaxerrs 10000000"/>
|
||||||
</javac>
|
</javac>
|
||||||
</sequential>
|
</sequential>
|
||||||
</macrodef>
|
</macrodef>
|
||||||
|
|
Loading…
Reference in New Issue