1.1 --- a/java/dictionary-generator/nbproject/project.properties Sun Oct 06 19:45:10 2024 +0200
1.2 +++ b/java/dictionary-generator/nbproject/project.properties Sun Oct 06 19:49:35 2024 +0200
1.3 @@ -18,8 +18,12 @@
1.4 #debug.transport=dt_socket
1.5 debug.classpath=\
1.6 ${run.classpath}
1.7 +debug.modulepath=\
1.8 + ${run.modulepath}
1.9 debug.test.classpath=\
1.10 ${run.test.classpath}
1.11 +debug.test.modulepath=\
1.12 + ${run.test.modulepath}
1.13 # This directory is removed when the project is cleaned:
1.14 dist.dir=dist
1.15 dist.jar=${dist.dir}/dictionary-generator.jar
1.16 @@ -31,6 +35,8 @@
1.17 # Space-separated list of extra javac options
1.18 javac.compilerargs=
1.19 javac.deprecation=false
1.20 +javac.modulepath=
1.21 +javac.processormodulepath=
1.22 javac.processorpath=\
1.23 ${javac.classpath}
1.24 javac.source=1.7
1.25 @@ -38,6 +44,8 @@
1.26 javac.test.classpath=\
1.27 ${javac.classpath}:\
1.28 ${build.classes.dir}
1.29 +javac.test.modulepath=\
1.30 + ${javac.modulepath}
1.31 javac.test.processorpath=\
1.32 ${javac.test.classpath}
1.33 javadoc.additionalparam=
1.34 @@ -63,9 +71,13 @@
1.35 # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
1.36 # To set system properties for unit tests define test-sys-prop.name=value:
1.37 run.jvmargs=
1.38 +run.modulepath=\
1.39 + ${javac.modulepath}
1.40 run.test.classpath=\
1.41 ${javac.test.classpath}:\
1.42 ${build.test.classes.dir}
1.43 +run.test.modulepath=\
1.44 + ${javac.test.modulepath}
1.45 source.encoding=UTF-8
1.46 src.dir=src
1.47 test.src.dir=test