@@ -49,28 +49,28 @@
<target name="htmlreport" description="--> generates a html checkstyle report">
<target name="htmlreport" description="--> generates a html checkstyle report">
<mkdir dir="${checkstyle.reportdir}"/>
<mkdir dir="${checkstyle.reportdir}"/>
<style in="${checkstyle.raw}" style="${stylesheet.html}"
<x sl t in="${checkstyle.raw}" style="${stylesheet.html}"
out="${checkstyle.reportdir}/html/output.txt">
out="${checkstyle.reportdir}/html/output.txt">
<param name="basedir" expression="${checkstyle.basedir}"/>
<param name="basedir" expression="${checkstyle.basedir}"/>
</style >
</x sl t>
</target>
</target>
<target name="textreport" description="--> generates a text checkstyle report">
<target name="textreport" description="--> generates a text checkstyle report">
<style in="${checkstyle.raw}" style="${stylesheet.text}"
<x sl t in="${checkstyle.raw}" style="${stylesheet.text}"
out="${checkstyle.reportdir}/report.txt">
out="${checkstyle.reportdir}/report.txt">
</style >
</x sl t>
</target>
</target>
<target name="textreport-display" depends="textreport" description="--> generates a text checkstyle report and displays it immediately">
<target name="textreport-display" depends="textreport" description="--> generates a text checkstyle report and displays it immediately">
<loadfile property="report" srcfile="${checkstyle.reportdir}/report.txt"/>
<loadfile property="report" srcfile="${checkstyle.reportdir}/report.txt"/>
<echo>${report}</echo>
<echo>${report}</echo>
</target>
</target>
<target name="xdocreport" description="--> generates a xdoc checkstyle report">
<target name="xdocreport" description="--> generates a xdoc checkstyle report">
<style in="${checkstyle.raw}" style="${stylesheet.xdoc}"
<x sl t in="${checkstyle.raw}" style="${stylesheet.xdoc}"
out="${checkstyle.reportdir}/xdocs/index.xml">
out="${checkstyle.reportdir}/xdocs/index.xml">
<param name="basedir" expression="${checkstyle.basedir}"/>
<param name="basedir" expression="${checkstyle.basedir}"/>
</style >
</x sl t>
</target>
</target>
<target name="dumphtml" depends="checkstyle, htmlreport" description="--> runs the checkstyle and generates a html report"/>
<target name="dumphtml" depends="checkstyle, htmlreport" description="--> runs the checkstyle and generates a html report"/>
@@ -86,4 +86,4 @@
</simian>
</simian>
</target>
</target>
</project>
</project>