Flex 3 SDK released in Sprouts!
Posted by Luke Bayes Mon, 25 Feb 2008 16:02:00 GMT
The Flex 3 SDK was released by Adobe yesterday and this morning, I’m pleased to announce that Sprouts already supports it.
To take advantage of the new Flex 3 SDK, you’ll need to remove your existing sprout gems, clear your sprout cache and make a minor modification to any newly created rakefiles.
Here are the steps you should take to upgrade your sprout gems:
sprout -R
sudo gem update sproutThe main sprout gem should be at version 0.7.167, you can confirm this by running sprout -v in a terminal.
sprout -n as3 SomeProjectChange directory to the new folder named SomeProject and open up the file named rakefile.rb.
# Uncomment to use the Flex 3 SDK
# t.gem_name = 'sprout-flex3sdk-tool't.gem_name.
Return to your shell and run rake.
From now on, your ActionScript 3.0 and MXML sprout projects will have those lines and can be uncommented to take advantage of the latest SDK. We’ll likely be making Flex 3 SDK the default at some point, but we’re going to keep it at the Flex 2 SDK until at least a couple bugs shake out.
As with all other Sprout ‘Tools’, you can always just install the Flex 3 SDK directly via RubyGems as follows:sudo gem install sprout-flex3sdk-toolmxmlc -vAs always, please let us know if anything doesn’t work exactly as expected.












