Author: ltheussl
Date: Thu Sep 22 15:25:02 2005
New Revision: 291026

URL: http://svn.apache.org/viewcvs?rev=291026&view=rev
Log:
MPJDEPEND-4: Exception in jsl when there are no cyclic dependencies

Modified:
    maven/maven-1/plugins/trunk/jdepend/project.xml
    maven/maven-1/plugins/trunk/jdepend/src/plugin-resources/jdepend.jsl
    maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/jdepend/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/project.xml?rev=291026&r1=291025&r2=291026&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdepend/project.xml (original)
+++ maven/maven-1/plugins/trunk/jdepend/project.xml Thu Sep 22 15:25:02 2005
@@ -82,6 +82,14 @@
         <role>Java Developer</role>
       </roles>
     </developer>
+    <developer>
+      <name>Lukas Theussl</name>
+      <id>ltheussl</id>
+      <email>[EMAIL PROTECTED]</email>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
   </developers>
   <dependencies>
     <dependency>

Modified: maven/maven-1/plugins/trunk/jdepend/src/plugin-resources/jdepend.jsl
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/src/plugin-resources/jdepend.jsl?rev=291026&r1=291025&r2=291026&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdepend/src/plugin-resources/jdepend.jsl 
(original)
+++ maven/maven-1/plugins/trunk/jdepend/src/plugin-resources/jdepend.jsl Thu 
Sep 22 15:25:02 2005
@@ -256,7 +256,7 @@
           <jdepend:nav/>
           <x:set var="packages" select="Cycles/Package"/>
           <j:choose>
-            <j:when test="${size(packages) == 0}">
+            <j:when test="${packages == null || size(packages) == 0}">
               <p>There are no cyclic dependencies.</p>
             </j:when>
             <j:otherwise>

Modified: maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml?rev=291026&r1=291025&r2=291026&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml Thu Sep 22 15:25:02 
2005
@@ -24,6 +24,9 @@
     <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
   </properties>
   <body>
+    <release version="1.5.1" date="in SVN">
+      <action dev="ltheussl" type="fix" issue="MPJDEPEND-4" due-to="Alexey 
Demakov">Exception in jsl when there are no cyclic dependencies.</action>
+    </release>
     <release version="1.5" date="2004-05-15">
       <action dev="brett" type="fix" issue="MPXDOC-16">Upgrade to JDepend for 
bugfixes.</action>
     </release>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to