You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/06/22 20:09:20 UTC

cvs commit: maven/src/plugins-build/checkstyle/src/plugin-resources checkstyle.jsl

vmassol     2003/06/22 11:09:20

  Modified:    src/plugins-build/checkstyle/src/plugin-resources
                        checkstyle.jsl
  Log:
  Applied patch from Cocell | Trygve Laugst�l [trygve@cocell.com]. I haven't tested it though and I hope it works...
  
  Revision  Changes    Path
  1.7       +4 -4      maven/src/plugins-build/checkstyle/src/plugin-resources/checkstyle.jsl
  
  Index: checkstyle.jsl
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/checkstyle/src/plugin-resources/checkstyle.jsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- checkstyle.jsl	30 Mar 2003 22:59:57 -0000	1.6
  +++ checkstyle.jsl	22 Jun 2003 18:09:20 -0000	1.7
  @@ -37,7 +37,7 @@
             <table>
               <tr>
                 <th>Files</th>
  -              <th>Errors</th>
  +              <th width="75">Errors</th>
               </tr>
               <tr>
                 <td><doc:formatAsNumber string="${fileCount}" pattern="0"/></td>
  @@ -50,12 +50,12 @@
             <table>
               <tr>
                 <th>Files</th>
  -              <th>Errors</th>
  +              <th width="75">Errors</th>
               </tr>
               <j:set var="fullSrcDir" value="${basedir}/${pom.build.sourceDirectory}"/>
               <j:set var="srcDir" value="${fileutil.file(fullSrcDir).getAbsolutePath()}"/>
               <j:set var="srcDirLength" value="${srcDir.length() + 1}"/>
  -            <x:set var="files" select="file"/>
  +            <x:set var="files" select="file" sort="@name"/>
               <!-- x:forEach is busted -->
               <j:forEach var="file" items="${files}">
                 <!-- Type coercion doesn't work worth a fuck in jexl. -->
  @@ -87,7 +87,7 @@
                   <table>
                     <tr>
                       <th>Error</th>
  -                    <th>Line</th>
  +                    <th width="75">Line</th>
                     </tr>
                     <x:set var="errors" select="$file/error"/>
                     <j:forEach var="error" items="${errors}">
  
  
  

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