From 4c63fe8f04305da54b43417fa13d0549a8bcbbb7 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Thu, 5 Sep 2002 15:53:56 +0000 Subject: [PATCH] Added an optional target to generate a Checkstyle report. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195153 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 25 +++++++++++++++++++++++++ checkstyle.cfg | 10 ++++++++++ checkstyle.header | 6 ++++++ 3 files changed, 41 insertions(+) create mode 100644 checkstyle.cfg create mode 100644 checkstyle.header diff --git a/build.xml b/build.xml index f2de78ff4..c0219dcbf 100644 --- a/build.xml +++ b/build.xml @@ -169,6 +169,12 @@ Sometimes ant gives out this warnings, but the build is finished without any pro + + + + + + @@ -681,6 +687,25 @@ Sometimes ant gives out this warnings, but the build is finished without any pro + + + + + + + + + + + + + + + + +