# change this to your Flex SDK directory path # e.g. FLEX_HOME=/home/andy/bin/flex/ # e.g. FLEX_HOME=C:/Program Files/Adobe/Flex Builder 3/sdks/3.5.0 # e.g. FLEX_HOME=${env.FLEX_HOME} FLEX_HOME=/path/to/your/flex/sdk # asdocs binary # e.g. ASDOC=${FLEX_HOME}/bin/asdoc.exe ASDOC=${FLEX_HOME}/bin/asdoc # this points to your project's src directory # {$basedir} is a default variable that can be used in any Ant script # SRC_DIR =${basedir}/src # points to the project's libs directory LIBS_DIR =${basedir}/lib test.application.name = HalcyonTestRunner test.src.dir = ${basedir}/tests/src test.fakeroot.dir = ${basedir}/tests/fakeroot test.bin.dir = ${basedir}/tests/bin report.dir = ${basedir}/tests/report report.html.dir = ${basedir}/tests/report/html