0N/A# IMPORTANT NOTE
0N/A#
0N/A# If you made a private copy of this project you may have to update the
0N/A# nbjdk.home variable at the end of this file.
0N/A#
0N/A# To be able to run the test-suite, you will also have to set the
0N/A# variable:
0N/A#
0N/A# libs.junit.classpath=<junit.jar>
0N/A#
0N/A
0N/Amain.dir=.
0N/A
0N/Asrc.dir=${main.dir}/src
0N/Atest.src.dir=${main.dir}/test
0N/A
0N/Abuild.dir=build
0N/Aclasses.dir=${build.dir}/classes
0N/A
0N/Adist.dir=dist
0N/Ajar=${dist.dir}/jmx-scandir.jar
0N/Ajavadoc.dir=${dist.dir}/javadoc
0N/A
0N/Abuild.test.classes.dir=${build.dir}/test/classes
0N/Abuild.test.results.dir=${build.dir}/test/results
0N/A
0N/Abuild.sysclasspath=ignore
0N/A# E.g.: cp=lib/x.jar:lib/y.jar
0N/Acp=
0N/Aextra.run.cp=
0N/A
0N/A# To be able to run the test-suite, set the following property:
0N/A# libs.junit.classpath=...
0N/A
0N/Ajavac.test.classpath=\
0N/A ${classes.dir}:\
0N/A ${libs.junit.classpath}
0N/A
0N/Amain.agent.class=com.sun.jmx.examples.scandir.ScanDirAgent
0N/Amain.client.class=com.sun.jmx.examples.scandir.ScanDirClient
0N/Amain.class=${main.client.class}
0N/A
0N/Arun.jvmargs=-Djava.util.logging.config.file=logging.properties
0N/Acommon.jvmargs=${run.jvmargs} -Djavax.net.ssl.keyStore=keystore -Djavax.net.ssl.keyStorePassword=password -Djavax.net.ssl.trustStore=truststore -Djavax.net.ssl.trustStorePassword=trustword
0N/Aclient.jvmargs=${common.jvmargs}
0N/Aagent.jvmargs=${common.jvmargs} -Dcom.sun.management.config.file=src/etc/management.properties -Dscandir.config.file=src/etc/testconfig.xml
0N/A
0N/Aclient.args=localhost 4545
0N/A
0N/Arun.cp=${cp}:${classes.dir}:${extra.run.cp}
0N/Arun.test.classpath=${run.cp}:${build.test.classes.dir}
0N/A
0N/Adebug=true
0N/Adeprecation=false
0N/A
0N/A# Update this variable if need be to point to the JDK 6 location.
0N/A#
0N/Anbjdk.home=${basedir}/../../..