|
@@ -73,6 +73,7 @@ |
|
|
</style> |
|
|
</style> |
|
|
</target> |
|
|
</target> |
|
|
|
|
|
|
|
|
|
|
|
<target name="dumphtml" depends="checkstyle, htmlreport" description="--> runs the checkstyle and generates a html report"/> |
|
|
<target name="dumptext" depends="checkstyle, textreport" description="--> runs the checkstyle and displays result as text"> |
|
|
<target name="dumptext" depends="checkstyle, textreport" description="--> runs the checkstyle and displays result as text"> |
|
|
<concat> |
|
|
<concat> |
|
|
<filelist dir="${checkstyle.reportdir}" files="report.txt"/> |
|
|
<filelist dir="${checkstyle.reportdir}" files="report.txt"/> |
|
|