From e4a14e401a5839c6f4fa7238f5ba73255e488dba Mon Sep 17 00:00:00 2001 From: Rick Giles Date: Sat, 10 May 2003 11:48:41 +0000 Subject: [PATCH] Changed behaviour of target "checkstyle.style". Previously the target failed if there were style errors. It now produces output when there are style errors. --- build.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index e2dd7ecd7..ef98558b7 100644 --- a/build.xml +++ b/build.xml @@ -240,8 +240,26 @@ - + + + + + + + + + + + + + + +