Repository: ant Updated Branches: refs/heads/master aa21694b8 -> f6bdb170f
Creating the HTMLReport doesnt need Ivy Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/877b505f Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/877b505f Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/877b505f Branch: refs/heads/master Commit: 877b505fe89b2d1a0508244ac7c49e898ee250a1 Parents: aa21694 Author: Jan Mat�rne <[email protected]> Authored: Sun Jun 29 20:59:56 2014 +0200 Committer: Jan Mat�rne <[email protected]> Committed: Sun Jun 29 20:59:56 2014 +0200 ---------------------------------------------------------------------- check.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/877b505f/check.xml ---------------------------------------------------------------------- diff --git a/check.xml b/check.xml index 9fdf963..ef1c8cb 100644 --- a/check.xml +++ b/check.xml @@ -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">
