oburn 02/03/26 15:00:40 Modified: . build.xml Log: Defined the max length for methods and constructors Revision Changes Path 1.25 +5 -1 jakarta-log4j/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-log4j/build.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- build.xml 25 Mar 2002 22:37:21 -0000 1.24 +++ build.xml 26 Mar 2002 23:00:40 -0000 1.25 @@ -233,7 +233,11 @@ classpath="build/lib/checkstyle-all-2.1.jar"/> <!-- by default checkstyle supports the Sun coding standard. --> - <checkstyle lcurlyMethod="nlow" lcurlyOther="nlow" lcurlyType="nlow"> + <checkstyle lcurlyMethod="nlow" + lcurlyOther="nlow" + lcurlyType="nlow" + maxMethodLen="500" + maxConstructorLen="500"> <fileset dir="src/java/org/apache/log4j/chainsaw" includes="**/*.java"/> </checkstyle> </target>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>