From 6783634935750e98be7f4d817121838bbbe61988 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Wed, 24 Sep 2008 12:39:02 +0000 Subject: [PATCH] Dont require to have Checkstyle on the classpath - use Ivy to get it. Use the "init-ivy" target according to Ivy's tutorial. As this is not the main buildfile we could use the external library ivy.jar for help. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698543 13f79535-47bb-0310-9956-ffa450edef68 --- check.xml | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/check.xml b/check.xml index 67ff9f142..339b6328f 100755 --- a/check.xml +++ b/check.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Check Ants codebase against certain code styleguide rules using @@ -49,9 +49,27 @@ - + - + + + + + + + + + + + + + + + + + + @@ -63,10 +81,12 @@ - + + + out="${checkstyle.reportdir}/html/output.txt">