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

fix failon error variable

parent 803b3cdf
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 12 deletions
......@@ -27,7 +27,7 @@ archivePrefix=eclipse
javacDebugInfo=true
logExtension=.xml
# 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
......
......@@ -27,7 +27,7 @@ logExtension=.xml
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
......
......@@ -27,7 +27,7 @@ archivePrefix=eclipse
javacDebugInfo=true
logExtension=.xml
# 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
......
......@@ -27,7 +27,7 @@ logExtension=.xml
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
......
......@@ -27,7 +27,7 @@ archivePrefix=eclipse
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
......
......@@ -27,7 +27,7 @@ archivePrefix=eclipse
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
......
......@@ -27,7 +27,7 @@ logExtension=.xml
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
......
......@@ -27,7 +27,7 @@ archivePrefix=eclipse
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
......
......@@ -27,7 +27,7 @@ archivePrefix=eclipse
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
......
......@@ -27,7 +27,7 @@ archivePrefix=eclipse
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
......
......@@ -27,7 +27,7 @@ logExtension=.xml
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
......
......@@ -34,4 +34,4 @@ archivePrefix=eclipse
javacDebugInfo=true
# Whether or not to fail the build if there are compiler errors
javacfailonerror=true
javacFailOnError=false
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