You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2013/03/31 20:17:16 UTC

svn commit: r1463022 - /ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/XMLHelper.java

Author: hibou
Date: Sun Mar 31 18:17:15 2013
New Revision: 1463022

URL: http://svn.apache.org/r1463022
Log:
Use older Ivy API

Modified:
    ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/XMLHelper.java

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/XMLHelper.java
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/XMLHelper.java?rev=1463022&r1=1463021&r2=1463022&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/XMLHelper.java (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/XMLHelper.java Sun Mar 31 18:17:15 2013
@@ -67,8 +67,8 @@ public class XMLHelper {
                 try {
                     parser.setProperty("http://xml.org/sax/properties/lexical-handler", lHandler);
                 } catch (SAXException ex) {
-                    Message.warn("problem while setting the lexical handler property on SAXParser",
-                        ex);
+                    Message.warn("problem while setting the lexical handler property on SAXParser ("
+                            + ex.getClass().getName() + ": " + ex.getMessage() + ")");
                     // continue without the lexical handler
                 }
             }