java/sql-dk/nbproject/project.properties
author František Kučera <franta-hg@frantovo.cz>
Tue, 26 Feb 2019 18:19:49 +0100
branchv_0
changeset 236 a3ec71fa8e17
parent 204 2805fea90278
permissions -rw-r--r--
Avoid reusing/rewriting the DB connection properties.
There was weird random errors while testing connection to multiple DB in parallel when one of them was meta connection to same DB connection.
Two kinds of exception: 1) missing password 2) „Passing DB password as CLI parameter is insecure!“
franta-hg@0
     1
annotation.processing.enabled=true
franta-hg@0
     2
annotation.processing.enabled.in.editor=false
franta-hg@0
     3
annotation.processing.processors.list=
franta-hg@0
     4
annotation.processing.run.all.processors=true
franta-hg@0
     5
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
franta-hg@18
     6
application.title=sql-dk
franta-hg@18
     7
application.vendor=fiki
franta-hg@0
     8
build.classes.dir=${build.dir}/classes
franta-hg@0
     9
build.classes.excludes=**/*.java,**/*.form
franta-hg@0
    10
# This directory is removed when the project is cleaned:
franta-hg@0
    11
build.dir=build
franta-hg@0
    12
build.generated.dir=${build.dir}/generated
franta-hg@0
    13
build.generated.sources.dir=${build.dir}/generated-sources
franta-hg@0
    14
# Only compile against the classpath explicitly listed here:
franta-hg@0
    15
build.sysclasspath=ignore
franta-hg@0
    16
build.test.classes.dir=${build.dir}/test/classes
franta-hg@0
    17
build.test.results.dir=${build.dir}/test/results
franta-hg@0
    18
# Uncomment to specify the preferred debugger connection transport:
franta-hg@0
    19
#debug.transport=dt_socket
franta-hg@0
    20
debug.classpath=\
franta-hg@0
    21
    ${run.classpath}
franta-hg@0
    22
debug.test.classpath=\
franta-hg@0
    23
    ${run.test.classpath}
franta-hg@0
    24
# This directory is removed when the project is cleaned:
franta-hg@0
    25
dist.dir=dist
franta-hg@0
    26
dist.jar=${dist.dir}/sql-dk.jar
franta-hg@0
    27
dist.javadoc.dir=${dist.dir}/javadoc
franta-hg@18
    28
endorsed.classpath=
franta-hg@0
    29
excludes=
franta-hg@0
    30
includes=**
franta-hg@0
    31
jar.compress=false
franta-hg@0
    32
javac.classpath=
franta-hg@0
    33
# Space-separated list of extra javac options
franta-hg@0
    34
javac.compilerargs=
franta-hg@0
    35
javac.deprecation=false
franta-hg@0
    36
javac.processorpath=\
franta-hg@0
    37
    ${javac.classpath}
franta-hg@204
    38
javac.source=1.8
franta-hg@204
    39
javac.target=1.8
franta-hg@0
    40
javac.test.classpath=\
franta-hg@0
    41
    ${javac.classpath}:\
franta-hg@6
    42
    ${build.classes.dir}:\
franta-hg@6
    43
    ${libs.testng.classpath}
franta-hg@0
    44
javac.test.processorpath=\
franta-hg@0
    45
    ${javac.test.classpath}
franta-hg@0
    46
javadoc.additionalparam=
franta-hg@0
    47
javadoc.author=false
franta-hg@0
    48
javadoc.encoding=${source.encoding}
franta-hg@0
    49
javadoc.noindex=false
franta-hg@0
    50
javadoc.nonavbar=false
franta-hg@0
    51
javadoc.notree=false
franta-hg@0
    52
javadoc.private=false
franta-hg@0
    53
javadoc.splitindex=true
franta-hg@0
    54
javadoc.use=true
franta-hg@0
    55
javadoc.version=false
franta-hg@0
    56
javadoc.windowtitle=
franta-hg@8
    57
main.class=info.globalcode.sql.dk.CLIStarter
franta-hg@0
    58
manifest.file=manifest.mf
franta-hg@0
    59
meta.inf.dir=${src.dir}/META-INF
franta-hg@0
    60
mkdist.disabled=false
franta-hg@0
    61
platform.active=default_platform
franta-hg@0
    62
run.classpath=\
franta-hg@0
    63
    ${javac.classpath}:\
franta-hg@0
    64
    ${build.classes.dir}
franta-hg@0
    65
# Space-separated list of JVM arguments used when running the project.
franta-hg@0
    66
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
franta-hg@0
    67
# To set system properties for unit tests define test-sys-prop.name=value:
franta-hg@0
    68
run.jvmargs=
franta-hg@0
    69
run.test.classpath=\
franta-hg@0
    70
    ${javac.test.classpath}:\
franta-hg@0
    71
    ${build.test.classes.dir}
franta-hg@0
    72
source.encoding=UTF-8
franta-hg@18
    73
src.data.dir=data
franta-hg@0
    74
src.dir=src
franta-hg@0
    75
test.src.dir=test