Author: buildbot
Date: Thu Jul  3 00:38:35 2014
New Revision: 914823

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 Jul  3 00:38:35 2014
@@ -1 +1 @@
-1607429
+1607502

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul  3 00:38:35 2014
@@ -1 +1 @@
-1607429
+1607502

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 Jul  3 00:38:35 
2014
@@ -193,25 +193,25 @@
 You technically don't need one, but it is <strong>HIGHLY</strong> encouraged 
for you to use one.  We won't cover the workflows in this document on how to 
create and compile applications with Notepad or vi,
 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> and <a href="http://www.jetbrains.com/idea/";>JetBrains IntelliJ 
IDEA 12</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>
+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>
 
 <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.11.0/.  If you are on a PC, use 
C:\Program Files(x86)\Adobe Flash Builder 4.7\sdks\4.11.0.  You will need to 
create the 4.11.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.11.0 directory.  This can take a few 
minutes.</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.12.1/.  If you are on a PC, use 
C:\Program Files(x86)\Adobe Flash Builder 4.7\sdks\4.12.1.  You will need to 
create the 4.12.1 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.12.1 directory.  This can take a few 
minutes.</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.11.0 SDK 
(Step 4). The name should be populated with Apache Flex 4.11.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.11.0.  Press Finish.  Flash Builder 
will create the new project.</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.12.1 SDK 
(Step 4). The name should be populated with Apache Flex 4.12.1 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.12.1.  Press Finish.  Flash Builder 
will create the new project.</li>
 <li><strong>Start Coding!</strong>  Jump down below to make your first Hello 
World application.</li>
 </ol>
 <div class="headline"><h5>Known Flash Builder Issues</h5></div>
 
 <p>Adobe Flash Builder 4.7 and Adobe Flash Builder 4.6 both contain a bug 
where, 
-when generating the .mxml file for a new project that uses Apache Flex 4.11.0 
+when generating the .mxml file for a new project that uses Apache Flex 4.12.1 
 and Spark Application, Flash Builder will incorrectly insert the attribute:</p>
 <div class="codehilite"><pre><span class="n">layout</span><span 
class="p">=</span>&quot;<span class="n">absolute</span>&quot;
 </pre></div>
@@ -228,15 +228,21 @@ attempt to correct this problem.</p>
 <li><strong>Install IntelliJ IDEA</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.  Note where you save the SDK (as you will 
need it later).  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.11.0 directory.  This can take a few 
minutes.</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.12.1 directory.  This can take a few 
minutes.</li>
 <li><strong>Run IntelliJ</strong>  Run IntelliJ.  You will need to start the 
30 day trial, and accept the license agreement when the app runs the first 
time.  You will be launched into the configuration wizard.  Select which VCS 
Plugins you want (we suggest Git Subversion).  Next, select the Web/J2EE 
Plugins (We suggest Database, SQL and WebServices).  Next, select the HTML 
Development tools (You must select FLash/Flex, CSS, JavaScript, JavaScript 
Debugger, but we suggest keeping them all selected).  Finally, select which 
other plugins you wish to use (Select ANT, Properties, Copyright, Coverage, 
IntelliLang, Inspection Gadgets, Type Migration, UML.  We suggest keeping most 
of the defaults).</li>
 <li><strong>Create your new project</strong> When at the welcome screen, 
select "Create New Project". In the left menu, choose Flash Module under the 
Other heading.  Give the project a name, and select Next.</li>
 <li><strong>Configure the new project</strong>  On the "New Project" screen, 
select Web for the target platform, and keep the rest of the options the same.  
Keep the Flex SDK as [none] for this step. Click Finish.</li>
-<li><strong>Tell IntelliJ about the SDK</strong> Right click on your project 
name in the Project Explorer, and click Open Module Settings. In the second 
pane, click the application settings (it says (app) behind the name -- it 
should have red squigglies under it).   Go to the dependency tab.  To the right 
of the Flex SDK drop down, select New... to add the 4.11.0 SDK to the project.  
Find the 4.11.0 directory you created in step 4, and select Choose. Press Ok to 
return to the project.  Wait for IntelliJ to index the project and the new 
SDK.</li>
+<li><strong>Tell IntelliJ about the SDK</strong> Right click on your project 
name in the Project Explorer, and click Open Module Settings. In the second 
pane, click the application settings (it says (app) behind the name -- it 
should have red squigglies under it).   Go to the dependency tab.  To the right 
of the Flex SDK drop down, select New... to add the 4.12.1 SDK to the project.  
Find the 4.12.1 directory you created in step 4, and select Choose. Press Ok to 
return to the project.  Wait for IntelliJ to index the project and the new 
SDK.</li>
 <li><strong>Create your Application file</strong> Add a new MXML component 
under the /src/ directory by right clicking on src.  Give it a name of your 
choosing, Template of "Flex 4 Component" and Parent Component of Application 
(spark.components).</li>
 <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>
+
+<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>
+
+<p>You can follow along the steps described in this <a 
href="http://fdt.powerflasher.com/";>video</a></p>
 <div class="headline"><h4>Creating your first Hello World 
application</h4></div>
 
 <p>This is a very simple, generic hello world application.  You can learn a 
lot more by checking out some of our other resources below, or some of our <a 
href="doc-videos.html">tutorial videos</a>.</p>
@@ -268,7 +274,7 @@ attempt to correct this problem.</p>
 <ul>
 <li>Make sure to check out our video and screencast library on the <a 
href="doc-videos.html">videos page</a>.</li>
 <li>There are a large variety of books available online.  One of our favorites 
is from Michael Labriola and Jeff Tapper (both Apache Flex Committers).  <a 
href="http://www.amazon.com/Adobe-Flex-4-5-Fundamentals-ebook/dp/B005EFKGCS/";>Amazon
 Link to book</a></li>
-<li>There are quite a few people that blog about Flex.  Check out Flash 
Bookmarks ( <a 
href="http://www.flashbookmarks.com/";>http://www.flashbookmarks.com</a> )</li>
+<li>There are quite a few people that blog about Flex.  Check out <a 
href="http://flashdaily.net/tagged/apacheflex";>FlashDaily.net</a> and <a 
href="http://feeds.adobe.com/index.cfm?query=bySmartCategory&amp;smartCategoryId=5";>Adobe
 Feeds for Apache Flex</a>]</li>
 </ul>
 
 <!-- Home Page Exception -->


Reply via email to