Re: why isn't report html file generated?
hong yun <[email protected]> Tue, 2 Jun 2009 00:40:24 -0700 (PDT)
| Newsgroups | gmane.comp.java.audit.checkstyle.user |
|---|---|
| Message-ID | <[email protected]> |
thank you for your reply. but it could not output html file using this state yet. could you please help me? Thomas Suckow wrote: > > 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 > _______________________________________________ > Checkstyle-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/checkstyle-user > > -- View this message in context: http://www.nabble.com/why-isn%27t-report-html-file-generated--tp23719830p23827724.html Sent from the CheckStyle - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Checkstyle-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/checkstyle-user