Mustella can't parse checkintests results
Hey all,
I'm trying to run checkintests on my machine here, but for some reason it can't seem to find the result output.
I have configured my Flash Player as follows:
- mm.cfg exists in my home directory (/Users/nate) and has these set.
- TraceOutputFileEnable=1
- ErrorReportingEnable=1
- FlexSDK.cfg is in ~/Library/Preferences/Macromedia/Flash Player/#Security/FlashPlayerTrust and has these set
- /
- /Users/nate/
- /workspaces/flex_sdk/
- /flex/sdk/
- /flex/sdk/trunk/
- /flex/sdk/branches/3.x/
I was getting a SecurityError but the additional changes to FlexSDK.cfg fixed that problem. So now I just want the check in tests to parse the result properly. Am I missing something?
Here is the output from checkintests on my machine against the latest 3.x build:
nate$ ant checkintests
Buildfile: build.xml
clean-dependencychecker:
setup-dependencychecker:
[javac] Compiling 12 source files
dependencychecker-framework:
mustella-setup:
componentsmoke-mustella:
[java] Loading configuration file /flex/sdk/branches/3.x/frameworks/flex-config.xml
[java] /flex/sdk/branches/3.x/frameworks/tests/componentSmoke/componentSmoke2.swf (442934 bytes)
[echo] launching player and swf
mustellaresultsparser:
[java] No results. Is trace output enabled?
[java] results: FAILED
[java] Java Result: 1
checkinapp-mustella:
[echo] compiling checkinapp
[java] Loading configuration file /flex/sdk/branches/3.x/frameworks/flex-config.xml
[java] 2009-07-10 10:14:03.868 java[1597:80f] Can't open input server /Library/InputManagers/MultiClutchInputManager
[java] /flex/sdk/branches/3.x/frameworks/tests/checkinapp/checkinapp.swf (439852 bytes)
[echo] launching player and swf
mustellaresultsparser:
[java] No results. Is trace output enabled?
[java] results: FAILED
[java] Java Result: 1
checkintests-mustella:
checkintests:
BUILD SUCCESSFUL
Total time: 31 seconds
