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