colus 02/04/16 23:24:04
Modified: . build.xml
Log:
Fix checkstyle task classpath.
Revision Changes Path
1.117 +1 -1 jakarta-avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- build.xml 17 Apr 2002 06:20:35 -0000 1.116
+++ build.xml 17 Apr 2002 06:24:04 -0000 1.117
@@ -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="tools.class.path"/>
+ <classpath refid="project.class.path"/>
</taskdef>
<checkstyle
lcurlyType="nl"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>