< prev index next >

apps/samples/MandelbrotSet/nbproject/project.properties

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


  12 build.generated.dir=${build.dir}/generated
  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}/MandelbrotSet.jar
  29 dist.javadoc.dir=${dist.dir}/javadoc
  30 endorsed.classpath=
  31 excludes=
  32 jfxbuild.jfxrt.jar=../../../build/sdk/lib/jfxrt.jar

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

  36     ${jfxbuild.jfxrt.jar}

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


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

  43 javac.target=1.8

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

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


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


  12 build.generated.dir=${build.dir}/generated
  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}/MandelbrotSet.jar
  29 dist.javadoc.dir=${dist.dir}/javadoc
  30 endorsed.classpath=
  31 excludes=

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


  35 # Space-separated list of extra javac options
  36 compile.patch=@../../../build/compile.args
  37 javac.compilerargs=${compile.patch} 
  38 javac.deprecation=false
  39 javac.processorpath=\
  40     ${javac.classpath}
  41 javac.source=1.9

  42 javac.target=1.9

  43 javac.test.classpath=\
  44     ${javac.classpath}:\
  45     ${build.classes.dir}
  46 javac.test.processorpath=\
  47     ${javac.test.classpath}
  48 javadoc.additionalparam=
  49 javadoc.author=false
  50 javadoc.encoding=${source.encoding}
  51 javadoc.noindex=false
  52 javadoc.nonavbar=false
  53 javadoc.notree=false
  54 javadoc.private=false
  55 javadoc.splitindex=true
  56 javadoc.use=true
  57 javadoc.version=false
  58 javadoc.windowtitle=
  59 main.class=demo.parallel.Main
  60 manifest.file=manifest.mf
  61 meta.inf.dir=${src.dir}/META-INF
  62 mkdist.disabled=false
  63 platform.active=JDK_1.9
  64 run.classpath=\
  65     ${javac.classpath}:\
  66     ${build.classes.dir}
  67 # Space-separated list of JVM arguments used when running the project.
  68 # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
  69 # To set system properties for unit tests define test-sys-prop.name=value:
  70 run.patch=@../../../build/run.args
  71 run.jvmargs=${run.patch} 

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