Title
Description
Body <p>Upon installation of the Flex 3 SDK in Mac OS X, I installed Flex in a place that I could find easily on the command line without having to worry about permissions too much.</p> <code> <pre>~/flex_sdk_3</pre> </code> <p>According to the <a href="http://www.adobe.com/support/documentation/en/flex/3/releasenotes_flex3_sdk.html">Flex 3 SDK Release Notes</a>, I should be able to review the explorer example by running the following script.</p> <code> <pre>install_root/samples/explorer/build.sh</pre> </code> <p>Well, I mistakenly thought I could navigate to that directory and run the script.</p> <code> <pre>cd ~/flex_sdk_3/samples/explorer build.sh</pre> </code> <p>However, that didn't work. I needed to run the script using the full path.</p> <code> <pre>/Users/stephen/flex_sdk_3/samples/explorer/build.sh</pre> </code> <p>The code is still compiling several minutes later. I think I'm going to need a faster processor for testing large applications like this. I suppose it should be fine for short snippets of ActionScript code.</p>
Section Tutorials Contact Journal About Home
Category Applications Design History Ideas Technology
Tags
Date
DesignProjectX | The digital sandbox of Stephen Bau