Author: tschoening
Date: Tue Jan 28 08:05:14 2014
New Revision: 1561974

URL: http://svn.apache.org/r1561974
Log:
LOG4CXX-421: ilink32 is not necessarily available.

Modified:
    incubator/log4cxx/trunk/src/ant/common.xml

Modified: incubator/log4cxx/trunk/src/ant/common.xml
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/ant/common.xml?rev=1561974&r1=1561973&r2=1561974&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/ant/common.xml (original)
+++ incubator/log4cxx/trunk/src/ant/common.xml Tue Jan 28 08:05:14 2014
@@ -99,7 +99,7 @@
        <!-- LOG4CXX-421 -->
        <exec   executable="where"
                        outputproperty="ilink32.path"
-                       failonerror="true">
+                       failonerror="false">
                <arg value="ilink32" />
        </exec>
        <propertyregex  property="bcc.rootPath"


Reply via email to