donaldp 2002/11/14 21:38:31 Modified: . build.xml Log: Remove checkstyle report stuff. Revision Changes Path 1.153 +0 -18 jakarta-avalon/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon/build.xml,v retrieving revision 1.152 retrieving revision 1.153 diff -u -r1.152 -r1.153 --- build.xml 15 Nov 2002 05:16:54 -0000 1.152 +++ build.xml 15 Nov 2002 05:38:31 -0000 1.153 @@ -298,25 +298,7 @@ <include name="**/*.java"/> </fileset> <formatter type="plain"/> - <formatter type="xml" toFile="${target.dir}/checkstyle-results.xml"/> </checkstyle> - </target> - - <target name="checkstyle-report" - depends="checkstyle" - if="do.checkstyle" - description="Generate Checkstyle Report"> - - <mkdir dir="${target.reports}/checkstyle"/> - <property name="checkstyle.pathhack" location="."/> - <style style="${tools.dir}/etc/checkstyle-frames.xsl" in="${target.dir}/checkstyle-results.xml" - out="${target.reports}/checkstyle/delete-me.html"> - <param name="pathhack" expression="${checkstyle.pathhack}"/> - </style> - - </target> - <target name="printerdocs" depends="javadocs"> - <echo message="Printer Friendly documentation is not yet available"/> </target> <!-- Prepares the documentation directory -->
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>