colus 02/04/16 23:20:35
Modified: . build.xml
Log:
checkstyle report pathhack.
Revision Changes Path
1.116 +5 -2 jakarta-avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- build.xml 17 Apr 2002 06:15:38 -0000 1.115
+++ build.xml 17 Apr 2002 06:20:35 -0000 1.116
@@ -222,7 +222,7 @@
<!-- thats why you are required to define do.checkstyle property to
generate the report -->
<taskdef name="checkstyle"
classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath refid="project.class.path"/>
+ <classpath refid="tools.class.path"/>
</taskdef>
<checkstyle
lcurlyType="nl"
@@ -259,8 +259,11 @@
description="Generate Checkstyle Report">
<mkdir dir="${build.reports}/checkstyle"/>
+ <property name="checkstyle.pathhack" location="."/>
<style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
- out="${build.reports}/checkstyle/delete-me.html"/>
+ out="${build.reports}/checkstyle/delete-me.html">
+ <param name="pathhack" expression="${checkstyle.pathhack}"/>
+ </style>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>