From dd21a9c102a85cd33310d92cba41fa82e061c5e5 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Thu, 13 Dec 2007 09:14:36 +0000 Subject: [PATCH] fix failon error variable --- releng.wtpbuilder/build.properties | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/releng.wtpbuilder/build.properties b/releng.wtpbuilder/build.properties index 06f31b4fc..79ac730d9 100644 --- a/releng.wtpbuilder/build.properties +++ b/releng.wtpbuilder/build.properties @@ -40,7 +40,15 @@ logExtension=.xml # Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when # using the JDT Compiler Adapter to compile. javacVerbose=true +# javacFailOnError must be false otherwise the +# build will terminated at the first compile error +javacFailOnError=false +javacDebugInfo=true +# Asks the compiler for verbose output. This should be set +# to true in order for *.bin.log files to be generated when +# using the JDT Compiler Adapter to compile. +javacVerbose=true ############################################################# -- GitLab