Hi, Just checked out Falcon and tried to compile it and got this:
copy.sdk: [echo] Copying SDK BUILD FAILED /Users/justinmclean/Documents/ApacheFlexFalcon/build.xml:66: The following error occurred while executing this line: /Users/justinmclean/Documents/ApacheFlexFalcon/compiler/build.xml:773: /Users/justinmclean/Documents/ApacheFlexFalcon/compiler/${sdk.branch} does not exist. Any ideas? I also notice quit a few warnings re newline in regular expressions - which seem easy enough to fix: [java] Warning in file "/Users/justinmclean/Documents/ApacheFlexFalcon/compiler/src/org/apache/flex/compiler/internal/parsing/as/RawASDocTokenizer.lex" (line 197): [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead [java] <STRING1> ([\\](.|"\n"))+ Thanks, Justin