diff --git a/releng.wtpbuilder/build.properties b/releng.wtpbuilder/build.properties index 06f31b4fc8928aa0578b8daa337292e0eacbe461..79ac730d913664d63fa6458db8e28df6228fba75 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 #############################################################