Hi, Can you post this as a bug in JIRA [0] please?
Mike - [0] https://issues.apache.org/jira/browse/FLEX Quoting jun funakura <jun.funak...@gmail.com>:
Hi, Falcon compiler does not support java 7 on Mac OS X. but flex sdk is already supported. Completion of FLEX-33110. Java 7 support on Mac and Windows. http://svn.apache.org/viewvc?view=revision&revision=1402596 Can someone fix the CommandLine as follows? + javaVersion="`java -version 2>&1 | awk -F '[ ".]+' 'NR==1 {print $3 "." $4}'`" - if [ "$isOSX" != "" -a "$HOSTTYPE" = "x86_64" -a "$check64" != "" ]; then + if [ "$isOSX" != "" -a "$HOSTTYPE" = "x86_64" -a "$check64" != "" -a "$javaVersion" = "1.6" ]; then target files http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler/commandline/ compc mxmlc optimizer swcdepends swfdump thanks. -- Jun Funakura
-- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com