< prev index next >

./gradle.properties.template

Print this page
rev 10114 : 8161704: Switch to Jigsaw-aware boot JDK for compiling FX 9
Reviewed-by:


  63 
  64 # The building of the javafx-exports bundle takes time. 
  65 # Uncomment this flag to speed up incremental builds if javafx-exports.zip
  66 # is not needed
  67 
  68 #BUILD_MODULE_ZIP = false
  69 
  70 # Specifies whether to include the Null3D pipeline, which can be used for
  71 # performance debugging.
  72 # Uncomment this flag in order to include the Null3D pipeline in the build.
  73 
  74 #INCLUDE_NULL3D = true
  75 
  76 # Specifies whether to include the ES2 graphics pipeline.
  77 # By default, this pipeline is not included on the Windows platform.
  78 # Uncomment this flag in order to include the ES2 pipeline in the build.
  79 
  80 #INCLUDE_ES2 = true
  81 
  82 # Specifies whether to build SDK for running unit tests
  83 # By default, it is set to true and the tests are running of the fresh-built SDK
  84 # If set to false, this flag removes main sources complication tasks and building
  85 # the whole SDK and jfxrt.jar and jars from TEST_SDK are used
  86 # Setting TEST_SDK is recommended
  87 
  88 #BUILD_SDK_FOR_TEST = false
  89 
  90 # Specifies SDK for running tests with when BUILD_SDK_FOR_TEST is set to false
  91 # By default, it is set to JDK_HOME
  92 # Developer builds are preferred, in other case systemTests would fail to compile and run
  93 # jfxrt.jar should be located at $TEST_SDK/lib/jfxrt.jar
  94 # ant-javafx.jar and javafx-mx.jar should be located at $TEST_SDK/lib/
  95 
  96 #TEST_SDK = /path/to/sdk
  97 
  98 # Specifies whether to do a full test run or a "smoke test" run. By default we
  99 # do a smoke test run which excludes all tests that show a window or play media.
 100 # Certain long running tests might also be excluded when this is not set.
 101 
 102 #FULL_TEST = true
 103 
 104 # Specifies whether to enable robot-based visual tests when running a full test.
 105 # This flag is ignored if FULL_TEST is false.
 106 
 107 #USE_ROBOT = true
 108 
 109 # Specifies whether to run unstable tests, that are not suitable for automated builds
 110 
 111 #UNSTABLE_TEST = false
 112 
 113 # Specifies whether to run system tests that depend on AWT.
 114 # This flag is ignored if FULL_TEST is false.
 115 
 116 #AWT_TEST = false




  63 
  64 # The building of the javafx-exports bundle takes time. 
  65 # Uncomment this flag to speed up incremental builds if javafx-exports.zip
  66 # is not needed
  67 
  68 #BUILD_MODULE_ZIP = false
  69 
  70 # Specifies whether to include the Null3D pipeline, which can be used for
  71 # performance debugging.
  72 # Uncomment this flag in order to include the Null3D pipeline in the build.
  73 
  74 #INCLUDE_NULL3D = true
  75 
  76 # Specifies whether to include the ES2 graphics pipeline.
  77 # By default, this pipeline is not included on the Windows platform.
  78 # Uncomment this flag in order to include the ES2 pipeline in the build.
  79 
  80 #INCLUDE_ES2 = true
  81 
  82 # Specifies whether to build SDK for running unit tests
  83 # By default, it is set to true and the tests are running of the
  84 # fresh-built SDK. If set to false, this flag removes main sources
  85 # compilation tasks and building the whole SDK. The existing SDK is used
  86 # instead, and must have been previously built
  87 
  88 #BUILD_SDK_FOR_TEST = false








  89 
  90 # Specifies whether to do a full test run or a "smoke test" run. By default we
  91 # do a smoke test run which excludes all tests that show a window or play media.
  92 # Certain long running tests might also be excluded when this is not set.
  93 
  94 #FULL_TEST = true
  95 
  96 # Specifies whether to enable robot-based visual tests when running a full test.
  97 # This flag is ignored if FULL_TEST is false.
  98 
  99 #USE_ROBOT = true
 100 
 101 # Specifies whether to run unstable tests, that are not suitable for automated builds
 102 
 103 #UNSTABLE_TEST = false
 104 
 105 # Specifies whether to run system tests that depend on AWT.
 106 # This flag is ignored if FULL_TEST is false.
 107 
 108 #AWT_TEST = false


< prev index next >