donaldp 02/03/27 15:10:38
Modified: template-product build.xml
Log:
Fix up build.xml to reflect the hack required for checkstyle
Revision Changes Path
1.5 +4 -1 jakarta-avalon-excalibur/template-product/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.xml 26 Mar 2002 11:54:01 -0000 1.4
+++ build.xml 27 Mar 2002 23:10:38 -0000 1.5
@@ -211,8 +211,11 @@
description="Generate Checkstyle Report">
<mkdir dir="${build.reports}/checkstyle"/>
+ <property name="checkstyle.pathhack" location="."/>
<style style="../tools/etc/checkstyle-frames.xsl"
in="build/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]>