| AW: checkstyle-ant | AW: checkstyle-ant 2007-07-30 - By Sameer Borwankar
hey Jan,
Thanks for your repl........Actually i am not able to find the CS-distro.zip file so can you please tell me from where can i get it.
One me\ore thing when i am trying to run custom checkstyle rules xml file called cs-rules.xml then the same script is giving me the error as unable to create the checker- unable to read the file - unable to parse configuration stream..........also help me regarding the same........
----- Original Message ---- From: "Jan.Materne@(protected)" <Jan.Materne@(protected)> To: user@(protected) Sent: Monday, July 30, 2007 3:11:51 PM Subject: AW: checkstyle-ant
<checkstyle> generates a xml based report.
This report should be converted to HTML by the <style> task via XSLT transformation. The path to the xsl as you have defined must be "checkstyle.xsl" directly under your projects root directory (if you havent specified the <project basedir>).
I think you are missing this file. This xsl is part of the CS-distro. Have a look into the zip and extract the file to your project (e.g. "src/etc /checkstyle.xsl").
Jan
>-----Urspr?ngliche Nachricht----- >Von: Sameer Borwankar [mailto:sameerhari@(protected)] >Gesendet: Montag, 30. Juli 2007 11:21 >An: Ant Users List >Betreff: checkstyle-ant > >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)
_______________________________________________________________________________ _____ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC
|
|
 |