java/jdbc-dk-driver/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 208 1a511d321ade
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@187
     1
annotation.processing.enabled=true
franta-hg@187
     2
annotation.processing.enabled.in.editor=false
franta-hg@187
     3
annotation.processing.processors.list=
franta-hg@187
     4
annotation.processing.run.all.processors=true
franta-hg@187
     5
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
franta-hg@188
     6
application.title=jdbc-dk-driver
franta-hg@188
     7
application.vendor=fiki
franta-hg@187
     8
build.classes.dir=${build.dir}/classes
franta-hg@187
     9
build.classes.excludes=**/*.java,**/*.form
franta-hg@187
    10
# This directory is removed when the project is cleaned:
franta-hg@187
    11
build.dir=build
franta-hg@187
    12
build.generated.dir=${build.dir}/generated
franta-hg@187
    13
build.generated.sources.dir=${build.dir}/generated-sources
franta-hg@187
    14
# Only compile against the classpath explicitly listed here:
franta-hg@187
    15
build.sysclasspath=ignore
franta-hg@187
    16
build.test.classes.dir=${build.dir}/test/classes
franta-hg@187
    17
build.test.results.dir=${build.dir}/test/results
franta-hg@187
    18
# Uncomment to specify the preferred debugger connection transport:
franta-hg@187
    19
#debug.transport=dt_socket
franta-hg@187
    20
debug.classpath=\
franta-hg@187
    21
    ${run.classpath}
franta-hg@187
    22
debug.test.classpath=\
franta-hg@187
    23
    ${run.test.classpath}
franta-hg@187
    24
# Files in build.classes.dir which should be excluded from distribution jar
franta-hg@187
    25
dist.archive.excludes=
franta-hg@187
    26
# This directory is removed when the project is cleaned:
franta-hg@187
    27
dist.dir=dist
franta-hg@187
    28
dist.jar=${dist.dir}/jdbc-dk-driver.jar
franta-hg@187
    29
dist.javadoc.dir=${dist.dir}/javadoc
franta-hg@188
    30
endorsed.classpath=
franta-hg@187
    31
excludes=
franta-hg@187
    32
includes=**
franta-hg@187
    33
jar.compress=false
franta-hg@187
    34
javac.classpath=
franta-hg@187
    35
# Space-separated list of extra javac options
franta-hg@187
    36
javac.compilerargs=
franta-hg@187
    37
javac.deprecation=false
franta-hg@187
    38
javac.processorpath=\
franta-hg@187
    39
    ${javac.classpath}
franta-hg@208
    40
javac.source=1.8
franta-hg@208
    41
javac.target=1.8
franta-hg@187
    42
javac.test.classpath=\
franta-hg@187
    43
    ${javac.classpath}:\
franta-hg@187
    44
    ${build.classes.dir}
franta-hg@187
    45
javac.test.processorpath=\
franta-hg@187
    46
    ${javac.test.classpath}
franta-hg@187
    47
javadoc.additionalparam=
franta-hg@187
    48
javadoc.author=false
franta-hg@187
    49
javadoc.encoding=${source.encoding}
franta-hg@187
    50
javadoc.noindex=false
franta-hg@187
    51
javadoc.nonavbar=false
franta-hg@187
    52
javadoc.notree=false
franta-hg@187
    53
javadoc.private=false
franta-hg@187
    54
javadoc.splitindex=true
franta-hg@187
    55
javadoc.use=true
franta-hg@187
    56
javadoc.version=false
franta-hg@187
    57
javadoc.windowtitle=
franta-hg@187
    58
meta.inf.dir=${src.dir}/META-INF
franta-hg@187
    59
mkdist.disabled=true
franta-hg@187
    60
platform.active=default_platform
franta-hg@187
    61
run.classpath=\
franta-hg@187
    62
    ${javac.classpath}:\
franta-hg@187
    63
    ${build.classes.dir}
franta-hg@187
    64
# Space-separated list of JVM arguments used when running the project.
franta-hg@187
    65
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
franta-hg@187
    66
# To set system properties for unit tests define test-sys-prop.name=value:
franta-hg@187
    67
run.jvmargs=
franta-hg@187
    68
run.test.classpath=\
franta-hg@187
    69
    ${javac.test.classpath}:\
franta-hg@187
    70
    ${build.test.classes.dir}
franta-hg@187
    71
source.encoding=UTF-8
franta-hg@192
    72
src.conf.dir=conf
franta-hg@187
    73
src.dir=src
franta-hg@188
    74
src.sql-dk.dir=libs/sql-dk
franta-hg@187
    75
test.src.dir=test