History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: SDK-14810
Type: Patch Submission Patch Submission
Status: Closed Closed
Resolution: Fixed
Priority: None None
Assignee: Paul Reilly
Reporter: Tom Chiverton
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Flex SDK
Flex trunk does not compile out of the box on Linux (SDK-14767)

Set flash.player value on unix systems in build.xml and support Linux on setup.sh

Created: 02/28/08 03:30 AM   Updated: 03/22/08 01:27 AM
Security Level: Public (All JIRA Users )

File Attachments: 1. File flex-svn-linux-build-patch.diff (2 kb)
2. File setup_env_vars.diff (7 kb)


Resolved by: Lauren Park
Parent Component: Coding Practices


 Description  « Hide
* Simple addition to build.xml to handle the 'unix' os family
* Check for JAVA_HOME to setup.sh (on Linux) - if not found attempt to use /etc/alternatives to find it
* Check JAVA_HOME in setup.sh points at a JDK not JRE (on linux)
* Check for ANT_HOME in setup.sh and assign a default if not (based on Ubuntu paths, I cant see a way to try and locate this automatically easily)
* On Linux, If the bundled flashplayer is not yet unpacked, unpack it
* Add messages for each of the setup.sh steps where it has changed something or had to guess a path, helps with diag.

Build and checkin tests run OK on Ubuntu

 All   Comments      Sort Order:
Lauren Park - [02/28/08 01:11 PM ]
Assigned to Kristen for review.

Paul Reilly - [02/29/08 10:33 AM ]
Applied patch with revision 694.

Tom Burnett - [03/22/08 01:27 AM ]
Make setup.sh try to use the system / user environment variables if available. Have an option to force platform specific defaults.