fix failon error variable
diff --git a/releng.wtpbuilder/components/wtp-buildTools/build.properties b/releng.wtpbuilder/components/wtp-buildTools/build.properties
index 5407ec3..5bb7a15 100644
--- a/releng.wtpbuilder/components/wtp-buildTools/build.properties
+++ b/releng.wtpbuilder/components/wtp-buildTools/build.properties
@@ -27,7 +27,7 @@
javacDebugInfo=true
# Whether or not to fail the build if there are compiler errors
-javacFailOnError=true
+javacFailOnError=false
##################################################
# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when