You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bu...@apache.org on 2014/08/14 19:57:02 UTC

svn commit: r919351 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/doc-getstarted.html

Author: buildbot
Date: Thu Aug 14 17:57:02 2014
New Revision: 919351

Log:
Staging update by buildbot for flex

Modified:
    websites/staging/flex/trunk/cgi-bin/   (props changed)
    websites/staging/flex/trunk/content/   (props changed)
    websites/staging/flex/trunk/content/doc-getstarted.html

Propchange: websites/staging/flex/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 14 17:57:02 2014
@@ -1 +1 @@
-1618001
+1618004

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 14 17:57:02 2014
@@ -1 +1 @@
-1618001
+1618004

Modified: websites/staging/flex/trunk/content/doc-getstarted.html
==============================================================================
--- websites/staging/flex/trunk/content/doc-getstarted.html (original)
+++ websites/staging/flex/trunk/content/doc-getstarted.html Thu Aug 14 17:57:02 2014
@@ -6,7 +6,7 @@
 <head>
 
     <meta charset="utf-8">
-    <title>Apache Flex® - Getting Started with Apache Flex
</title>
+    <title>Apache Flex® - Getting Started with Apache Flex</title>
 
     <!-- For Mobiles  -->
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
@@ -178,7 +178,7 @@
 
         <!-- Page Title -->
         <div id="page-title">
-            <h2>Getting Started with Apache Flex
</h2>
+            <h2>Getting Started with Apache Flex</h2>
         </div>
         <!-- Page Title / End -->
 
@@ -199,14 +199,18 @@ just know that you can.</p>
 <p>There are four major IDEs available that work with Apache Flex.  There are other, lesser-used IDEs and plugins for other IDEs out there as well.  For the most part, the workflow is the same for
 all of them.  Below we will outline the steps needed to use Apache Flex with <a href="http://www.adobe.com/products/flash-builder-family.html">Adobe Flash Builder 4.7</a>, <a href="http://www.jetbrains.com/idea/">JetBrains IntelliJ IDEA 13.1</a>, <a href="http://www.flashdevelop.org/">FlashDevelop</a> and 
 <a href="http://fdt.powerflasher.com/">FDT</a>.  If you use another IDE and want to help us add to this document please contact us on the <a href="community-mailinglists.html">mailing list</a>.</p>
-<div class="headline"><h4>Setting up Apache Flex with Adobe Flash Builder</h4></div>
+<div class="headline"><h4>Setting up the Apache Flex SDK</h4></div>
 
 <ol>
-<li><strong>Download Adobe Flash Builder</strong>  Adobe Flash Builder is available from the <a href="http://www.adobe.com/products/flash-builder-family.html">Adobe Website</a>. It offers a 30-day trial and retails for about $250.  It is available for both Windows and MacOS X</li>
-<li><strong>Install Adobe Flash Builder</strong>  Follow the on-screen installation wizard.</li>
 <li><strong>Download the SDK installer</strong> Go to the <a href="installer.html">Download the SDK Installer</a> on the menu above and install the SDK installer.  Click on the Download link on the installer badge, which will download the proper installer for your computer.</li>
 <li><strong>Run the SDK installer</strong>  The first question you will be asked is the installation directory.  If you are on a Mac, use /Applications/Adobe Flash Builder 4.7/sdks/4.13.0/.  If you are on a PC, use C:\Program Files(x86)\Adobe Flash Builder 4.7\sdks\4.13.0.  You will need to create the 4.13.0 folders.  Press Next.</li>
 <li><strong>Accept SDK Licenses and Install</strong>  Check the red boxes to accept each of the licenses.  Read the licenses, of course ;)  Click Install to download all the components into the new 4.13.0 directory.  This can take a few minutes.</li>
+</ol>
+<div class="headline"><h4 id="setupFlashBuilder" name="setupFlashBuilder">Setting up Apache Flex with Adobe Flash Builder</h4></div>
+
+<ol>
+<li><strong>Download Adobe Flash Builder</strong>  Adobe Flash Builder is available from the <a href="http://www.adobe.com/products/flash-builder-family.html">Adobe Website</a>. It offers a 30-day trial and retails for about $250.  It is available for both Windows and MacOS X</li>
+<li><strong>Install Adobe Flash Builder</strong>  Follow the on-screen installation wizard.</li>
 <li><strong>Run Flash Builder</strong> Launch Adobe Flash Builder.  You may need to login with your Adobe ID to activate the trial.</li>
 <li><strong>Tell Flash Builder about the SDK</strong> On Windows, go to the Window Menu -&gt; Preferences.  On the Mac, go to the Flash Builder menu -&gt; Preferences.  Go to the Flash Builder node, then select the Installed Flex SDKs node.  Click [ADD], then choose the directory in which you saved the 4.13.0 SDK (Step 4). The name should be populated with Apache Flex 4.13.0 FP11.1 en_US.  Press OK, and OK again.</li>
 <li><strong>Create a new project</strong>  Right-click in the empty Package Explorer area, choose New -&gt; Flex Project.  Give the project a name.  Under the Flex SDK version, choose Apache Flex 4.13.0.  Press Finish.  Flash Builder will create the new project.</li>