# ----------------------------------------------------------------- # User-Defined # # Modify these path values to reflect paths on your system # ----------------------------------------------------------------- # The path to the flexunit.swc -- Required when trying to build/run unit # tests for this library. flexunit.swc = ${bin.dir}/${library.name}.swc #The library version version=0.9 # The location of the Flex SDKs on your sytem. Need to mix due to issues with asdoc and spaces in paths on Mac flexsdk = /Applications/Adobe Flex Builder 3 Plug-in/sdks/2.0.1/ flexsdk3.0.0 = /Applications/Adobe Flex Builder 3 Plug-in/sdks/3.0.0/ flexsdk.bin.dir = ${flexsdk}/bin flexsdk.lib.dir = ${flexsdk3.0.0}/frameworks/libs flexsdk3.0.0.bin.dir = ${flexsdk3.0.0}/bin # Note that the locale dir uses the {locale} token at the end to specify the directory # of language-specific files. This is replaced by the compiler with the locale defined # by the locale property below. flexsdk.locale = en_US flexsdk.locale.dir = ${flexsdk3.0.0}/frameworks/locale/{locale} asdoc.exe = ${flexsdk3.0.0.bin.dir}/asdoc compc.exe = ${flexsdk.bin.dir}/compc mxmlc.exe = ${flexsdk3.0.0.bin.dir}/mxmlc # The debug player is necessary if you're running the tests in an automated fashion # because it writes trace statements to a flashlog.txt. This allows us to examine the .txt # file and determine the status of unit tests. # flashDebugPlayer.exe = /Applications/Adobe Flash CS3/Players/Debug/Flash Player.app flashDebugPlayer.exe = /Applications/Adobe Flex Builder 3 Plug-in/Player/mac/Flash Player.app # ----------------------------------------------------------------- # File Names - DO NOT MODIFY # ----------------------------------------------------------------- testRunner.name = FlexUnitTestRunner library.name = FlexUnit distrib.name=flexunit_${version}.zip # ----------------------------------------------------------------- # Project Paths - DO NOT MODIFY # ----------------------------------------------------------------- build.dir = ${basedir}/FlexUnitLib/build src.dir = ${basedir}/FlexUnitLib/src tests.src.dir = ${basedir}/FlexUnitTest/src bin.dir = ${basedir}/FlexUnitLib/bin tests.bin.dir = ${basedir}/FlexUnitTest/bin docs.dir = ${basedir}/FlexUnitLib/asdoc distrib.dir = ${basedir}/FlexUnitLib/distrib