diff --git a/build.properties b/build.properties index 60606d95..d13a796e 100644 --- a/build.properties +++ b/build.properties @@ -50,6 +50,9 @@ ivy.install.version=1.4.1 #status=integration +# Comment out to fail builds if Checkstyle fails +#ignore.checkstyle= + test.class.pattern = *Test source.. = src/java/ diff --git a/build.xml b/build.xml index 95f17678..69a39cd5 100644 --- a/build.xml +++ b/build.xml @@ -558,7 +558,7 @@ - @@ -585,7 +585,7 @@ - diff --git a/src/etc/checkstyle/checkstyle-config b/src/etc/checkstyle/checkstyle-config index a4bce65d..2e2da7cc 100644 --- a/src/etc/checkstyle/checkstyle-config +++ b/src/etc/checkstyle/checkstyle-config @@ -19,8 +19,7 @@ under the License. --> - - + @@ -91,7 +90,6 @@ - @@ -147,7 +145,7 @@ - +