Skip to content
Snippets Groups Projects
Commit dd21a9c1 authored by david_williams's avatar david_williams
Browse files

fix failon error variable

parent 07af753e
No related branches found
No related tags found
No related merge requests found
......@@ -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
#############################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment