Browse Source

add a dumphtml target

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277510 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
c6838231ae
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      check.xml

+ 1
- 0
check.xml View File

@@ -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"/>


Loading…
Cancel
Save