Browse Source

Creating the HTMLReport doesnt need Ivy

master
Jan Matrne 11 years ago
parent
commit
877b505fe8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      check.xml

+ 1
- 1
check.xml View File

@@ -105,7 +105,7 @@
</checkstyle>
</target>

<target name="htmlreport" description="--> generates a html checkstyle report" depends="init-ivy">
<target name="htmlreport" description="--> generates a html checkstyle report">
<mkdir dir="${checkstyle.reportdir}"/>
<xslt in="${checkstyle.raw}" style="${stylesheet.html}"
out="${checkstyle.reportdir}/html/output.txt">


Loading…
Cancel
Save