You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Vinod Panicker <vi...@gmail.com> on 2005/05/19 11:53:35 UTC

[checkstyle] Enabling HTML reports for checkstyle

Hi,

Is there any way in which HTML reports can be made for the checkstyle plugin?

Currently its producing a .txt and a .xml file

Regards,
Vinod.

PS: Couldn't search the archives coz the site was giving a 502 - Bad
Gateway error.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [checkstyle] Enabling HTML reports for checkstyle

Posted by Vinod Panicker <vi...@gmail.com>.
WOW!  Thanks guys :)

Regards,
Vinod.

On 5/19/05, Martijn Dashorst <ma...@dashorst.dds.nl> wrote:
> Don't run the checkstyle plugin directly, but use the site plugin.
> 
> Martijn
> 
> Vinod Panicker wrote:
> 
> >Hi,
> >
> >Is there any way in which HTML reports can be made for the checkstyle plugin?
> >
> >Currently its producing a .txt and a .xml file
> >
> >Regards,
> >Vinod.
> >
> >PS: Couldn't search the archives coz the site was giving a 502 - Bad
> >Gateway error.
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [checkstyle] Enabling HTML reports for checkstyle

Posted by Martijn Dashorst <ma...@dashorst.dds.nl>.
Don't run the checkstyle plugin directly, but use the site plugin.

Martijn

Vinod Panicker wrote:

>Hi,
>
>Is there any way in which HTML reports can be made for the checkstyle plugin?
>
>Currently its producing a .txt and a .xml file
>
>Regards,
>Vinod.
>
>PS: Couldn't search the archives coz the site was giving a 502 - Bad
>Gateway error.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [checkstyle] Enabling HTML reports for checkstyle

Posted by Brett Porter <br...@gmail.com>.
If you are looking at the final website HTML, then
"maven checkstyle:report xdoc"
will do the job, or you can write your own goal that calls
checkstyle:report and then does the HTML transformation (just one tag
- plenty of examples in existing plugins).

Or are you after a default HTML report from checkstyle? That would
require changes to the plugin.

- Brett

On 5/19/05, Vinod Panicker <vi...@gmail.com> wrote:
> Hi,
> 
> Is there any way in which HTML reports can be made for the checkstyle plugin?
> 
> Currently its producing a .txt and a .xml file
> 
> Regards,
> Vinod.
> 
> PS: Couldn't search the archives coz the site was giving a 502 - Bad
> Gateway error.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org