You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2012/02/02 13:37:02 UTC

[jira] (MCHECKSTYLE-127) checkstyle report has no styles unless site is generated

     [ https://jira.codehaus.org/browse/MCHECKSTYLE-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MCHECKSTYLE-127.
---------------------------------------

    Resolution: Won't Fix

You need to use 'mvn site' to get the full site, including style sheets.
                
> checkstyle report has no styles unless site is generated
> --------------------------------------------------------
>
>                 Key: MCHECKSTYLE-127
>                 URL: https://jira.codehaus.org/browse/MCHECKSTYLE-127
>             Project: Maven 2.x Checkstyle Plugin
>          Issue Type: Bug
>    Affects Versions: 2.4
>         Environment: windows xp
> maven 2.0.9
> java 1.6.0_10
>            Reporter: Alison
>            Priority: Trivial
>
> If you generate the checkstyle report directly (mvn checkstyle:checkstyle) rather than as part of the site (mvn site) the resultant target/site/checkstyle.html is unstyled as the following styles cannot be resolved:
> {code}
>     <style type="text/css" media="all">
>       @import url("./css/maven-base.css");
>       @import url("./css/maven-theme.css");
>       @import url("./css/site.css");
>     </style>
> {code}
> These styles are part maven site.
> Is there any workaround available to generate just enough of the site for this report to work?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira