< prev index next >

apps/tests/HelloTest/nbproject/project.properties

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


  13 build.generated.sources.dir=${build.dir}/generated-sources
  14 # Only compile against the classpath explicitly listed here:
  15 build.sysclasspath=ignore
  16 build.test.classes.dir=${build.dir}/test/classes
  17 build.test.results.dir=${build.dir}/test/results
  18 # Uncomment to specify the preferred debugger connection transport:
  19 #debug.transport=dt_socket
  20 debug.classpath=\
  21     ${run.classpath}
  22 debug.test.classpath=\
  23     ${run.test.classpath}
  24 # Files in build.classes.dir which should be excluded from distribution jar
  25 dist.archive.excludes=
  26 # This directory is removed when the project is cleaned:
  27 dist.dir=dist
  28 dist.jar=${dist.dir}/HelloTest.jar
  29 dist.javadoc.dir=${dist.dir}/javadoc
  30 endorsed.classpath=
  31 excludes=
  32 file.reference.HelloTest-src=src
  33 jfxbuild.jfxrt.jar=../../../build/sdk/lib/jfxrt.jar

  34 includes=**
  35 jar.compress=false
  36 javac.classpath=\

  37     ${jfxbuild.jfxrt.jar}

  38 # Space-separated list of extra javac options
  39 javac.compilerargs=



  40 javac.deprecation=false
  41 javac.processorpath=\
  42     ${javac.classpath}
  43 javac.source=1.8

  44 javac.target=1.8

  45 javac.test.classpath=\
  46     ${javac.classpath}:\
  47     ${build.classes.dir}
  48 javac.test.processorpath=\
  49     ${javac.test.classpath}
  50 javadoc.additionalparam=
  51 javadoc.author=false
  52 javadoc.encoding=${source.encoding}
  53 javadoc.noindex=false
  54 javadoc.nonavbar=false
  55 javadoc.notree=false
  56 javadoc.private=false
  57 javadoc.splitindex=true
  58 javadoc.use=true
  59 javadoc.version=false
  60 javadoc.windowtitle=
  61 main.class=hellotest.HelloHighContrast
  62 manifest.file=manifest.mf
  63 meta.inf.dir=${src.dir}/META-INF
  64 mkdist.disabled=false
  65 platform.active=JDK_1.8

  66 run.classpath=\
  67     ${javac.classpath}:\
  68     ${build.classes.dir}
  69 # Space-separated list of JVM arguments used when running the project.
  70 # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
  71 # To set system properties for unit tests define test-sys-prop.name=value:
  72 run.jvmargs=


  73 run.test.classpath=\
  74     ${javac.test.classpath}:\
  75     ${build.test.classes.dir}
  76 source.encoding=UTF-8
  77 src.dir=${file.reference.HelloTest-src}


  13 build.generated.sources.dir=${build.dir}/generated-sources
  14 # Only compile against the classpath explicitly listed here:
  15 build.sysclasspath=ignore
  16 build.test.classes.dir=${build.dir}/test/classes
  17 build.test.results.dir=${build.dir}/test/results
  18 # Uncomment to specify the preferred debugger connection transport:
  19 #debug.transport=dt_socket
  20 debug.classpath=\
  21     ${run.classpath}
  22 debug.test.classpath=\
  23     ${run.test.classpath}
  24 # Files in build.classes.dir which should be excluded from distribution jar
  25 dist.archive.excludes=
  26 # This directory is removed when the project is cleaned:
  27 dist.dir=dist
  28 dist.jar=${dist.dir}/HelloTest.jar
  29 dist.javadoc.dir=${dist.dir}/javadoc
  30 endorsed.classpath=
  31 excludes=
  32 file.reference.HelloTest-src=src

  33 includes=**
  34 jar.compress=false
  35 javac.classpath=


  36 # Space-separated list of extra javac options
  37 compile.patch=@${basedir}/../../../build/compile.args

  38 addexports=@${basedir}/addExports

  39 javac.compilerargs=${compile.patch} ${addexports}

  40 javac.deprecation=false
  41 javac.processorpath=\
  42     ${javac.classpath}
  43 javac.source=1.9

  44 javac.target=1.9

  45 javac.test.classpath=\
  46     ${javac.classpath}:\
  47     ${build.classes.dir}
  48 javac.test.processorpath=\
  49     ${javac.test.classpath}
  50 javadoc.additionalparam=
  51 javadoc.author=false
  52 javadoc.encoding=${source.encoding}
  53 javadoc.noindex=false
  54 javadoc.nonavbar=false
  55 javadoc.notree=false
  56 javadoc.private=false
  57 javadoc.splitindex=true
  58 javadoc.use=true
  59 javadoc.version=false
  60 javadoc.windowtitle=
  61 main.class=hellotest.HelloHighContrast
  62 manifest.file=manifest.mf
  63 meta.inf.dir=${src.dir}/META-INF
  64 mkdist.disabled=false
  65 platform.active=JDK_1.9

  66 run.classpath=\
  67     ${javac.classpath}:\
  68     ${build.classes.dir}
  69 # Space-separated list of JVM arguments used when running the project.
  70 # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
  71 # To set system properties for unit tests define test-sys-prop.name=value:
  72 run.patch=@${basedir}/../../../build/run.args

  73 run.jvmargs=${run.patch} ${addexports}

  74 run.test.classpath=\
  75     ${javac.test.classpath}:\
  76     ${build.test.classes.dir}
  77 source.encoding=UTF-8
  78 src.dir=${file.reference.HelloTest-src}
< prev index next >