You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2005/01/27 15:29:18 UTC

cvs commit: ant check.xml

peterreilly    2005/01/27 06:29:17

  Modified:    .        check.xml
  Log:
  add a dumphtml target
  
  Revision  Changes    Path
  1.14      +1 -0      ant/check.xml
  
  Index: check.xml
  ===================================================================
  RCS file: /home/cvs/ant/check.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- check.xml	10 Dec 2004 23:19:28 -0000	1.13
  +++ check.xml	27 Jan 2005 14:29:17 -0000	1.14
  @@ -73,6 +73,7 @@
       </style>
     </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">
       <concat>
         <filelist dir="${checkstyle.reportdir}" files="report.txt"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org