Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
checkstyle-ant

checkstyle-ant

2007-07-30       - By Prashant Reddy
Reply:     1     2  

Does the file checkstyle.xsl exist in the directory where your build.xml
is ?

-Prashant
On Mon, 2007-07-30 at 02:20 -0700, Sameer Borwankar wrote:
> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)


©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.