Ive created a patch for the checkstyle.jsl script so that the error and line columns are aligned.
It also sorts the filenames before iterating them.
If someone likes it, please apply it :)
Trygve
Index: src/plugins-build/checkstyle/src/plugin-resources/checkstyle.jsl =================================================================== RCS file: /home/cvspublic/maven/src/plugins-build/checkstyle/src/plugin-resources/checkstyle.jsl,v retrieving revision 1.6 diff -r1.6 checkstyle.jsl 40c40 < <th>Errors</th> --- > <th width="75">Errors</th> 53c53 < <th>Errors</th> --- > <th width="75">Errors</th> 58c58 < <x:set var="files" select="file"/> --- > <x:set var="files" select="file" sort="@name"/> 90c90 < <th>Line</th> --- > <th width="75">Line</th>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
