colus 02/04/16 23:13:23
Modified: . build.xml
Log:
Use property instead of fixed path.
Now checkstyle works.
Revision Changes Path
1.114 +2 -2 jakarta-avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- build.xml 11 Apr 2002 02:43:51 -0000 1.113
+++ build.xml 17 Apr 2002 06:13:23 -0000 1.114
@@ -248,7 +248,7 @@
<include name="**/*.java"/>
</fileset>
<formatter type="plain"/>
- <formatter type="xml" toFile="build/checkstyle-results.xml"/>
+ <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
</checkstyle>
</target>
@@ -258,7 +258,7 @@
description="Generate Checkstyle Report">
<mkdir dir="${build.reports}/checkstyle"/>
- <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
+ <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
out="${build.reports}/checkstyle/delete-me.html"/>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>