On 4/30/07, Shailesh Mangal <[EMAIL PROTECTED]> wrote: > Thanks Bjorn, > > It certainly worked, So you keep two copies of SDK or is there a way > to point FlexBuilder to this new version of FlexSDK and delete from > its original location (/Applications/Adobe Flex Builder 2 Plug-in/Flex > SDK 2/)
I symlinked the Flex SDK to /usr/local/flex_sdk and added that to my $PATH, that way I can always change what the symlink is pointing to, but all of my scripts and configuration can just reference /usr/local/flex_sdk. You will probably need to use 'sudo' to create the symlink. It sounds like for your setup, you'd need to issue this command: sudo ln -s "/Applications/Adobe Flex Builder 2 Plug-in/Flex Sdk 2" /usr/local/flex_sdk e

