X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=nbproject%2Fproject.properties;h=4251c9dd44fa33317cdcff04132e55a5cac90923;hb=HEAD;hp=6ec8d25282c9f4f5fdf53a30554f76d725f5281f;hpb=6ce49933f36a12278064750a9fc31d2fe0b199fc;p=juser-lib.git diff --git a/nbproject/project.properties b/nbproject/project.properties index 6ec8d25..4251c9d 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -19,8 +19,12 @@ build.test.results.dir=${build.dir}/test/results #debug.transport=dt_socket debug.classpath=\ ${run.classpath} +debug.modulepath=\ + ${run.modulepath} debug.test.classpath=\ ${run.test.classpath} +debug.test.modulepath=\ + ${run.test.modulepath} # Files in build.classes.dir which should be excluded from distribution jar dist.archive.excludes= # This directory is removed when the project is cleaned: @@ -41,6 +45,8 @@ javac.classpath=\ javac.compilerargs=-Xlint:unchecked -Xlint:deprecation javac.deprecation=true javac.external.vm=false +javac.modulepath= +javac.processormodulepath= javac.processorpath=\ ${javac.classpath} javac.source=1.7 @@ -48,6 +54,8 @@ javac.target=1.7 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir} +javac.test.modulepath=\ + ${javac.modulepath} javac.test.processorpath=\ ${javac.test.classpath} javadoc.additionalparam= @@ -85,10 +93,14 @@ run.classpath=\ # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. # To set system properties for unit tests define test-sys-prop.name=value: 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 -source.reference.juser-core.jar=../juser-core/ +source.reference.juser-core.jar=../juser-core/src/ src.dir=src test.src.dir=test