Index: xdocs/changes.xml
===================================================================
--- xdocs/changes.xml	(revision 408729)
+++ xdocs/changes.xml	(arbetskopia)
@@ -25,6 +25,9 @@
     <author email="aheritier@apahce.org">Arnaud Heritier</author>
   </properties>
   <body>
+    <release version="1.4.1-SNAPSHOT" date="In SVN">
+      <action dev="JoeDeveloper" type="fix" issue="MPLINKCHECK-27" due-to="Dennis Lundberg">The report is incomplete if one or more files has errors in them.</action>
+    </release>
     <release version="1.4" date="2006-04-27">
       <action dev="aheritier" type="update" issue="MAVEN-1759">Upgrade to log4j 1.2.13.</action>
       <action dev="aheritier" type="add">Add the property "maven.linkcheck.method" to select the method to use to do the tests (head -by default-,or get).</action>
Index: project.xml
===================================================================
--- project.xml	(revision 408729)
+++ project.xml	(arbetskopia)
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-linkcheck-plugin</id>
   <name>Maven LinkCheck Plugin</name>
-  <currentVersion>1.4</currentVersion>
+  <currentVersion>1.4.1-SNAPSHOT</currentVersion>
   <description>Check xdoc links. Requires Maven 1.0 RC2.</description>
   <shortDescription>Check xdoc links</shortDescription>
   <versions>
Index: src/plugin-resources/linkcheck.jsl
===================================================================
--- src/plugin-resources/linkcheck.jsl	(revision 408729)
+++ src/plugin-resources/linkcheck.jsl	(arbetskopia)
@@ -36,7 +36,7 @@
         <section name="Link Check Report">
           <p><b><span style="color:#00AA00;text-align:right"><x:expr select="count(file)"/> </span></b> file(s) and <b><span style="color:#00AA00;text-align:right"><x:expr select="sum(file/unsuccessful)+sum(file/successful)"/> </span></b> link(s) checked. <b><span style="color:#FF0000;text-align:right"><x:expr select="count(file/result[status='error'])"/></span></b> error(s) and <b><span style="color:#FFA916;text-align:right"><x:expr select="count(file/result[status='warning'])"/></span></b> warning(s) reported in <b><span style="color:#00AA00;text-align:right"><x:expr select="count(file[unsuccessful!=0])"/> </span></b> file(s).</p>
           <j:set var="nbFilesInError"><x:expr select="count(file[unsuccessful!=0])"/></j:set>
-          <j:if test="${nbFilesInError gt 0}">
+          <j:if test="${nbFilesInError != '0'}">
           <table summary="Link Check summary">
             <thead>
               <tr>
