You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Jun Funakura (JIRA)" <ji...@apache.org> on 2012/12/10 11:59:21 UTC

[jira] [Created] (FLEX-33289) Falcon compiler does not support java 7 on Mac OS X.

Jun Funakura created FLEX-33289:
-----------------------------------

             Summary: Falcon compiler does not support java 7 on Mac OS X.
                 Key: FLEX-33289
                 URL: https://issues.apache.org/jira/browse/FLEX-33289
             Project: Apache Flex
          Issue Type: Improvement
          Components: .Unspecified - Compiler
         Environment: Mac OS X 10.8 Mountain Lion
            Reporter: Jun Funakura


Falcon compiler does not support java 7 on Mac OS X.

target files. 
 http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler/commandline/
 compc
 mxmlc
 optimizer
 swcdepends
 swfdump



+    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
  

Flex SDK already supported.
Completion of FLEX-33110. Java 7 support on Mac and Windows.
 http://svn.apache.org/viewvc?view=revision&revision=1402596

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira