jdk/src/share/sample/jmx/jmx-scandir/build.properties
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
# IMPORTANT NOTE
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# If you made a private copy of this project you may have to update the
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# nbjdk.home variable at the end of this file.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
#  
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# To be able to run the test-suite, you will also have to set the
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# variable:
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# libs.junit.classpath=<junit.jar> 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
main.dir=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
src.dir=${main.dir}/src
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
test.src.dir=${main.dir}/test
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
build.dir=build
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
classes.dir=${build.dir}/classes
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
dist.dir=dist
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
jar=${dist.dir}/jmx-scandir.jar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
javadoc.dir=${dist.dir}/javadoc
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
build.test.classes.dir=${build.dir}/test/classes
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
build.test.results.dir=${build.dir}/test/results
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
build.sysclasspath=ignore
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# E.g.: cp=lib/x.jar:lib/y.jar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
cp=
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
extra.run.cp=
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
# To be able to run the test-suite, set the following property:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
# libs.junit.classpath=...
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
javac.test.classpath=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
    ${classes.dir}:\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
    ${libs.junit.classpath}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
main.agent.class=com.sun.jmx.examples.scandir.ScanDirAgent
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
main.client.class=com.sun.jmx.examples.scandir.ScanDirClient
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
main.class=${main.client.class}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
run.jvmargs=-Djava.util.logging.config.file=logging.properties
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
common.jvmargs=${run.jvmargs} -Djavax.net.ssl.keyStore=keystore -Djavax.net.ssl.keyStorePassword=password -Djavax.net.ssl.trustStore=truststore -Djavax.net.ssl.trustStorePassword=trustword
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
client.jvmargs=${common.jvmargs}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
agent.jvmargs=${common.jvmargs} -Dcom.sun.management.config.file=src/etc/management.properties -Dscandir.config.file=src/etc/testconfig.xml
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
client.args=localhost 4545
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
run.cp=${cp}:${classes.dir}:${extra.run.cp}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
run.test.classpath=${run.cp}:${build.test.classes.dir}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
debug=true
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
deprecation=false
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
# Update this variable if need be to point to the JDK 6 location.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
# 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
nbjdk.home=${basedir}/../../..