Author: maartenc
Date: Mon Aug 20 05:58:25 2012
New Revision: 1374917

URL: http://svn.apache.org/viewvc?rev=1374917&view=rev
Log:
Added extra logging

Modified:
    
ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorParser.java

Modified: 
ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorParser.java
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorParser.java?rev=1374917&r1=1374916&r2=1374917&view=diff
==============================================================================
--- 
ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorParser.java
 (original)
+++ 
ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorParser.java
 Mon Aug 20 05:58:25 2012
@@ -613,6 +613,7 @@ public class XmlModuleDescriptorParser e
             }
 
             if (!file.exists()) {
+                Message.verbose("Parent module doesn't exist on the 
filesystem: " + file.getAbsolutePath());
                 return null;
             }
             


Reply via email to