Hi all,

I am trying to generate a report using checkstyle plugin with IBM RAD.
I have written an ant script for the same as follows:
    
    <target name="checkstyle"
        description="Generates a report of code convention violations.">

  <checkstyle config="docs/sun_checks.xml"
              failureProperty="checkstyle.failure"
              failOnViolation="false">
    <formatter type="xml" tofile="checkstyle_report.xml"/>
    <fileset dir="src" includes="**/*.java"/>
  </checkstyle>

  <style in="checkstyle_report.xml" out="checkstyle_report.html" 
style="checkstyle.xsl"/>
</target>


When i try to run this ant script the error which m getting is "system cannot 
find the file checkstyle.xsl" so please help me regarding the same...

Regards,
Sameer


       
____________________________________________________________________________________
Building a website is a piece of cake. Yahoo! Small Business gives you all the 
tools to get online.
http://smallbusiness.yahoo.com/webhosting 

Reply via email to