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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to