[ 
https://issues.apache.org/jira/browse/FLEX-33289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik de Bruin updated FLEX-33289:
---------------------------------

    Affects Version/s: Apache Falcon 1.0
    
> 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
>    Affects Versions: Apache Falcon 1.0
>         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

Reply via email to