You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2014/02/10 17:38:17 UTC

svn commit: r1566677 - /incubator/log4cxx/trunk/build.xml

Author: tschoening
Date: Mon Feb 10 16:38:16 2014
New Revision: 1566677

URL: http://svn.apache.org/r1566677
Log:
LOGCXX-421: enabling failonerror again to make error search easier after applying a lot of patches.

Modified:
    incubator/log4cxx/trunk/build.xml

Modified: incubator/log4cxx/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/build.xml?rev=1566677&r1=1566676&r2=1566677&view=diff
==============================================================================
--- incubator/log4cxx/trunk/build.xml (original)
+++ incubator/log4cxx/trunk/build.xml Mon Feb 10 16:38:16 2014
@@ -983,7 +983,7 @@
 			objdir="${log4cxx.lib.dir}/log4cxx_obj"
 			debug="${debug}"
 			projectsOnly="${projectsOnly}"
-			failonerror="false">
+			failonerror="true">
 
 			<!-- brc aborts with an access violation. -->
 			<compiler	name="${resource.compiler}"
@@ -1243,7 +1243,7 @@
 			objdir="${log4cxx.lib.dir}/testsuite_obj"
 			debug="${debug}"
 			projectsOnly="${projectsOnly}"
-			failonerror="false">
+			failonerror="true">
 
 			<fileset	dir="${tests.cpp.dir}"
 						includes="**/*.cpp **/*.c **/*.h"