turn off discouraged access, don't fail on compile error
diff --git a/org.eclipse.e4.builder/builder/general/build.properties b/org.eclipse.e4.builder/builder/general/build.properties
index f666732..773dd9c 100644
--- a/org.eclipse.e4.builder/builder/general/build.properties
+++ b/org.eclipse.e4.builder/builder/general/build.properties
@@ -257,13 +257,13 @@
 javacDebugInfo=on
 
 # Whether or not to fail the build if there are compiler errors
-javacFailOnError=true
+javacFailOnError=false
 
 # Enable or disable verbose mode of the compiler
 javacVerbose=false
 
 # Extra arguments for the compiler. These are specific to the java compiler being used.
-compilerArg=-inlineJSR -enableJavadoc -encoding ISO-8859-1
+compilerArg=-inlineJSR -enableJavadoc -encoding ISO-8859-1 -warn:-discouraged
 
 # Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
 #javacSource=1.3