You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2015/04/24 20:02:32 UTC

svn commit: r1675909 - /ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml

Author: doogie
Date: Fri Apr 24 18:02:32 2015
New Revision: 1675909

URL: http://svn.apache.org/r1675909
Log:
Increase the reported error count for javac from 100 to 10000.  This
will help to track down dependency problems, which were getting cut-off
with the low error count value.

Modified:
    ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml

Modified: ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml?rev=1675909&r1=1675908&r2=1675909&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml Fri Apr 24 18:02:32 2015
@@ -272,6 +272,7 @@ under the License.
           <target>1.7</target>
           <compilerArgs>
             <arg>-Xlint:-path</arg>
+            <arg>-Xmaxerrs</arg><arg>10000</arg>
             <!--
             Please leave this line here.  It makes it easier to enable/disable it.
             <arg>-Xlint:unchecked</arg>