Applied patch from Cocell | Trygve Laugst�l [trygve@cocell.com]. I haven't tested it though and I hope it works...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113531 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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}">
|
||||
|
||||
Reference in New Issue
Block a user