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:
Michael McCandless 2008-02-05 18:38:28 +00:00
parent 53d3a0cfab
commit 18adf788d8
1 changed files with 2 additions and 0 deletions

View File

@ -470,6 +470,8 @@
source="${javac.source}"
target="${javac.target}">
<nested/>
<compilerarg line="-Xmaxwarns 10000000"/>
<compilerarg line="-Xmaxerrs 10000000"/>
</javac>
</sequential>
</macrodef>