diff -r ee6bd6cf2bf3 -r f11943a373a7 samples/individualsamples/nbproject/project.properties --- a/samples/individualsamples/nbproject/project.properties Wed Aug 08 22:42:33 2012 +0200 +++ b/samples/individualsamples/nbproject/project.properties Mon Nov 11 13:17:34 2019 +0100 @@ -12,8 +12,12 @@ build.test.results.dir=${build.dir}/test/results debug.classpath=\ ${run.classpath} +debug.modulepath=\ + ${run.modulepath} debug.test.classpath=\ ${run.test.classpath} +debug.test.modulepath=\ + ${run.test.modulepath} # This directory is removed when the project is cleaned: dist.dir=dist dist.jar=${dist.dir}/single.jar @@ -29,8 +33,10 @@ # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false -javac.source=1.5 -javac.target=1.5 +javac.modulepath= +javac.processormodulepath= +javac.source=1.6 +javac.target=1.6 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir}:\ @@ -38,6 +44,8 @@ ${file.reference.org-netbeans-insane.jar}:\ ${file.reference.org-netbeans-modules-nbjunit.jar}:\ ${file.reference.org-openide-filesystems.jar} +javac.test.modulepath=\ + ${javac.modulepath} javadoc.additionalparam= javadoc.author=false javadoc.encoding=${source.encoding} @@ -58,9 +66,13 @@ # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value # or test-sys-prop.name=value to set system properties for unit tests): run.jvmargs= +run.modulepath=\ + ${javac.modulepath} run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} +run.test.modulepath=\ + ${javac.test.modulepath} source.encoding=UTF-8 src.dir=src test.src.dir=test