Re: why isn't report html file generated?
Thomas Suckow <[email protected]> Wed, 27 May 2009 10:48:38 -0700
| Newsgroups | gmane.comp.java.audit.checkstyle.user |
|---|---|
| Message-ID | <[email protected]> |
never done this but try <style in="checkstyle_errors.xml" out="checkstyle_report.html" style="checkstyle.xsl"/> Thomas Suckow On Wed, May 27, 2009 at 3:04 AM, hong yun <[email protected]> wrote: > > hi all, > I'm a new checkstyle user. when i use checkstyle i cannot find > checkstyle_report.html and any html file but the checkstyle_errors.xml is > generated correctly, what's problem? i try other xsl file such as > checkstyle-simple.xsl and checkstyle-frames.xsl, their results are same. > need i modify xsl file? > > the below is my ant script: > <?xml version="1.0" ?> > <project name="check" default="default" basedir="."> > <target name="default"> > <taskdef classpath="d:/ant_home/lib/checkstyle-all-5.0-beta01.jar" > resource="checkstyletask.properties" /> > <checkstyle config="mychecktest.xml" > > <fileset dir="./src" includes="**/*.java"/> > <formatter type="xml" toFile="checkstyle_errors.xml"/> > </checkstyle> > <xslt taskname="checkstyle" > in="checkstyle_errors.xml" style="checkstyle-noframes.xsl" > out="checkstyle_report.html" /> > </target> > > </project> > > i need your help, thanks in advance. > > hongyun > > -- > View this message in context: http://www.nabble.com/why-isn%27t-report-html-file-generated--tp23719830p23719830.html > Sent from the CheckStyle - User mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp as they present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com > _______________________________________________ > Checkstyle-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/checkstyle-user > ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com