Talk:Flex 2 for Linux
From Adobe Labs
| Table of contents |
Welcome!
Welcome to the Flex 2 for Linux discussion page on Adobe Labs. Please enter your comments regarding this technology here. To help identify the author of comments, please create a new section and use ~~~~ at the end of your talk entries to automatically create a signature.
Comments should be added in list format, but feel free to add your comment under an existing comment to follow a thread structure. If you are responding to a thread, please use the H3 style for your subject (=== TEXT ===) so that the page is easier to read.
Daniel T 17:28, 18 Oct 2006 (PDT)
Flex 2 Eclipse Plugin for Linux
It'd be a shame if you didn't change the Flex 2 Eclipse Plugin to work across all platforms, as Eclipse is a cross-platform IDE.
I'd appreciate knowing how much effort is likely to be involved in this (as I realise Flex 2 for eclipse is still under heavy development), as my company is soon to convert 100+ tech desktops to Linux. Not to mention my home machines which are strictly Linux only.
Antony J 15:51, 23 Mar 2007 (PDT)
installation documentation
is there simple install doc for linux. I want to install on obuntu.
Thanks Jani Syed
Steps to make Linux Build working for Flex
1. Take Windows Flex 3.0 SDK
2. Copy to Linux system, go to folder Flex 3.0_SDK/bin
3. Look for file compc & mxmlc
4. Change Dos to Unix files using command dos2unix
dos2unix compc
dos2unix mxmlc
For compc : line - 47 java $VMARGS -jar "$FLEX_HOME/lib/compc.jar" +flexlib="$FLEX_HOME/frameworks" "$@"
change it to >> "$@" > $@
java $VMARGS -jar "$FLEX_HOME/lib/compc.jar" +flexlib="$FLEX_HOME/frameworks" $@
For mxmlc : line - 47
java $VMARGS -jar "$FLEX_HOME/lib/mxmlc.jar" +flexlib="$FLEX_HOME/frameworks" "$@"
change it to >> "$@" > $@
java $VMARGS -jar "$FLEX_HOME/lib/mxmlc.jar" +flexlib="$FLEX_HOME/frameworks" $@
5. Make sure before firing the build that the SDK home is given correctly in build.properties file.
Regards Jolly
In case of any issues mail me @ jollyp@gmail.com
