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/15 19:31:24 UTC

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

Author: buildbot
Date: Fri Aug 15 17:31:24 2014
New Revision: 919458

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 Fri Aug 15 17:31:24 2014
@@ -1 +1 @@
-1618004
+1618240

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug 15 17:31:24 2014
@@ -1 +1 @@
-1618004
+1618240

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 Fri Aug 15 17:31:24 2014
@@ -199,6 +199,7 @@ 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>
+<p>Get started by setting up the Apache Flex SDK itself, then move on the specific section for your IDE.</p>
 <div class="headline"><h4>Setting up the Apache Flex SDK</h4></div>
 
 <ol>
@@ -206,7 +207,15 @@ all of them.  Below we will outline the 
 <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>
+<div class="headline"><h4>IDE-specific instructions </h4></div>
+
+<ul>
+<li>[setupFlashBuilder][Flash Builder]</li>
+<li>[setupIDEA][IntelliJ IDEA]</li>
+<li>[setupFD][FlashDevelop]</li>
+<li>[setupFDT][FDT]</li>
+</ul>
+<div class="headline"><h5 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>
@@ -229,7 +238,7 @@ and Spark Application, Flash Builder wil
 remove the errant attribute.</p>
 <p>A <a href="https://cwiki.apache.org/confluence/display/FLEX/Adobe+Flash+Builder+'New+Project'+Bug">wiki page</a> has been set up to contain the latest news on Adobe's
 attempt to correct this problem.</p>
-<div class="headline"><h4>Setting up Apache Flex with Jetbrains IntelliJ IDEA</h4></div>
+<div class="headline"><h5 id="setupIIDEA" name="setupIDEA">Setting up Apache Flex with Jetbrains IntelliJ IDEA</h4></div>
 
 <ol>
 <li><strong>Download JetBrains IntelliJ IDEA</strong>  IntelliJ IDEA is available from the <a href="http://www.jetbrains.com/idea/">JetBrains Website</a>. They offer a 30-day trail and it retails for about $200.  It is available for both Windows and MacOS X</li>
@@ -245,10 +254,10 @@ attempt to correct this problem.</p>
 <li><strong>Finish configuring your project</strong> Go back to the project settings (right-click on the project name in the project explorer -&gt; Module Settings).  Go to the General Tab of the app settings.  Click the ... button to the right of the Main Class box, and choose the filename you just created.  This will set the project root.</li>
 <li><strong>Start Coding!</strong>  Jump down below to make your first Hello World application.</li>
 </ol>
-<div class="headline"><h4>Setting up Apache Flex with FlashDevelop</h4></div>
+<div class="headline"><h5 id="setupFD" name="setupFD">Setting up Apache Flex with FlashDevelop</h4></div>
 
 <p>You can follow along the steps described in this <a href="https://cwiki.apache.org/confluence/display/FLEX/2.3+FlashDevelop">wiki page</a></p>
-<div class="headline"><h4>Setting up Apache Flex with FDT</h4></div>
+<div class="headline"><h5 id="setupFDT" name="setupFDT">Setting up Apache Flex with FDT</h4></div>
 
 <p>You can follow along the steps described in this <a href="http://vimeo.com/46898669">video</a></p>
 <div class="headline"><h4>Creating your first Hello World application</h4></div>