Support for the CatchBlock option

This commit is contained in:
Oliver Burn 2002-05-26 12:56:16 +00:00
parent 3f6653f424
commit 441ab3e13b
1 changed files with 6 additions and 1 deletions

View File

@ -119,10 +119,14 @@
<target name="compile.tests" depends="compile.checkstyle">
<mkdir dir="classes/tests" />
<depend srcdir="src/tests" destdir="classes/tests" closure="yes"/>
<!-- start of a change to turn on compilation of all input files -->
<!-- under JDK1.4. -->
<property name="testExcludes"
value="**/InputWhitespace.java,**/InputImport.java"/>
<javac srcdir="src/tests"
destdir="classes/tests"
deprecation="on" debug="on"
excludes="**/*nput*.java"
excludes="${testExcludes}"
classpathref="tests.buildpath" />
</target>
@ -183,6 +187,7 @@
lcurlyType="nl"
rcurly="alone"
parenPad="nospace"
catchBlock="text"
todoPattern="TODO:">
<fileset dir="src/checkstyle"
includes="**/*.java"