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