Author: fthomas
Date: Mon Mar 11 23:58:18 2013
New Revision: 1548

Log:
First upload of the Apache Flex Installer 2.5 for Windows

Added:
    dev/flex/installer/2.5/RC1/binaries/READme   (with props)
    dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-bin.exe 
  (with props)
    
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-bin.exe.asc
    
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-bin.exe.md5
    
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.tar.gz  
 (with props)
    
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.tar.gz.asc
    
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.tar.gz.md5
    dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.zip 
  (with props)
    
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.zip.asc
    
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.zip.md5

Added: dev/flex/installer/2.5/RC1/binaries/READme
==============================================================================
--- dev/flex/installer/2.5/RC1/binaries/READme (added)
+++ dev/flex/installer/2.5/RC1/binaries/READme Mon Mar 11 23:58:18 2013
@@ -0,0 +1,109 @@
+<!--
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+-->
+
+==========================================================================================
+Overview:
+=========
+
+- The Apache Flex SDK Installer AIR application provides an easy, single-click 
installation of the 
+  Apache Flex SDK and all its dependencies.  This will make it suitable for 
working with 
+  IDEs such as Adobe Flash Builder, FDT, IntelliJ IDEA, FlashDevelop, etc.  
+       The application downloads the following dependencies:
+        - The AIR sdk (Windows vs. Mac) based on the current platform
+        - Adobe Flash Player playerglobal.swc
+        - SwfObject
+        - Open Source Media Framework (OSMF)
+        
+       Optionally, the application will download these files if the user 
explicitly agrees to 
+       the licensing terms:
+        - Adobe BlazeDS
+        - Adobe embedded font support
+ 
+       All the file names and urls of the downloaded files are available in 
+           installer/src/sdk-installer-config-2.0.xml. 
+       When the dependencies file names or urls change in future, update the 
+       sdk-installer-config-2.0.xml to ensure that the application works 
correctly.  
+
+- The application uses http://flex.apache.org/single-mirror-url.cgi to 
determine
+  the preferred mirror url to download Apache Flex SDK binary from.
+  
+- Once the Apache Flex SDK binary file is downloaded, a MD5 hash is generated 
for it.  
+  This hash is compared with the hash from the Apache Flex SDK release site.  
+       If they match, we verify that the downloaded binary file is a valid 
Apache release and 
+       proceed to unzip the file.  
+       
+- The Adobe AIR SDK will be downloaded and the relevant files are copied to 
the required 
+  locations.
+  
+- The Adobe Flash Player playerglobal.swc file and the config files are placed 
in the required 
+  locations.
+  
+- Then the rest of the external dependencies and the optional files (if 
selected by user) 
+  are downloaded and copied into the appropriate locations.  
+
+- From the 2.0 version, by default, Apache Flex SDK Installer 2.0 downloads 
Adobe Flash Player 11.1 
+       and Adobe AIR SDK 3.4.  If you want to change it to any other supported 
combination, you save 
+       a copy of the config file found at: 
http://flex.apache.org/sdk-installer-config-2.0.xml, 
+       modify the download urls to point to the required versions.  Then run 
the app from command line 
+       mode with the optional command line parameter: -config=<path to config 
file>
+       
+==========================================================================================
+How to build the installer using ANT (no Flash Builder or any other IDE 
required):
+==========================================================================================
+
+1.  Unzip the source distribution.  You should see the 'installer' directory 
and the 
+    'common' directory in the root.
+            
+2.  In the installer directory, run:
+        ant build [-DFLEX_HOME=/path/to/apache/flex/sdk] 
[-DAIR_HOME=/path/to/air/sdk]
+        
+    FLEX_HOME is the absolute path to the Apache Flex SDK
+        If you omit this argument, and the system environment variable, 
FLEX_HOME exists,
+        it is used.  Otherwise, the FLEX_HOME_MAC or FLEX_HOME_WIN property in 
+        installer/build.properties is used.
+        
+    AIR_HOME is the absolute path to the Adobe AIR SDK
+        If you omit this argument, and the system environment variable, 
AIR_HOME exists,
+        it is used.  Otherwise, the AIR_HOME_MAC or AIR_HOME_WIN property in 
+        installer/build.properties is used.
+               
+2.  The installer executable file created in the installer/release directory.  
If you are 
+    on Windows, you will see an .exe file; if you are on Mac OS, you will see 
a .dmg file.  
+       A temporary digital signing certificate - temp.p12 will be created in 
the installer 
+       directory as well.  The password for this file is available in the 
build.properties 
+       file (var: TEMP_PASS_CHANGE_THIS)
+
+==========================================================================================
+How to set up the project for working with Adobe Flash Builder (or any other 
IDE):
+==========================================================================================
+
+1.  Unzip the source distribution.  You should see the 'installer' directory 
and the 
+    'common' directory in the root.
+
+2.  In the installer directory run: 
+        ant get-as3commons.swc
+    This step downloads the required as3commons library and saves it in the 
libs 
+    directory.
+
+3.  If using Adobe Flash Builder, add a linked resource called: 
+        APACHE_FLEX_UTILITIES_ROOT 
+    and point it to the directory path where the 'installer' and 'common' 
directories are 
+    located.
+
+4.  In the installer project, add ${APACHE_FLEX_UTILITIES_ROOT}/common/src as 
a source path.  
\ No newline at end of file

Propchange: dev/flex/installer/2.5/RC1/binaries/READme
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-bin.exe
==============================================================================
Binary file - no diff available.

Propchange: 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-bin.exe
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-bin.exe.asc
==============================================================================
--- 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-bin.exe.asc 
(added)
+++ 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-bin.exe.asc 
Mon Mar 11 23:58:18 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (MingW32)
+
+iQIcBAABAgAGBQJRPmy5AAoJEOs8MQlFi8xyO+0QAJJDly3/TqQ7MKnKo3WhEk2Z
+OlHUX9c7EjEDPgrlK3KCIR5cFzyeJX8JyMz0g+MTG+dxbbm/P2v5n0n+ULDrIgaH
+8MPC3Kmdx3oT+PvPrOAvyRE89pDgjLJEN3kYktYys3VEwhlsHRn5nrDGslXXvcAj
+K9XsAj0KBffVrfweHff6sfaC2hh/auO8mm+HxQEUHxuRH7j4/1KhaOGJ3Uk259yS
+xvVkRltpNINf++YbowNQY7PnxS9dVCPAdtjuIr5ZVQvE3s0Wg3m3qTkD8UBBmrn0
+/flkivgjb1EDpdtM7+H/w3hoUP/pHkb3VlHPAf8YXGjQARqn7cnAv5SM10PSVQ2c
+Z8JsGyZPhQSP0FclQC10vE52U0tJJtw4FwcdTmXX6jkjRV6WOLSOG6Z3fbHH7Mu+
+jsJOgqxG4j659cpINqiABEYV3aE+5mwuMRVmfcrCMWwonSk5QjOaPF7uj8DP5bZ9
+VO8WyV/Fh8sENbdzcea21lvL6J1AeXjGVnSkMvWYnqseW3VEU1ogH8E1sL5/t8Zr
+3GPoVz0MaYpwjeAs2D/akuqOKCpjJQRgq2pGuPG8Y/loA8kKGeNf1pfWvpfXQDrW
+0U1nhUkVaA7ERRUn1Q3Ww50fl3TR0RC5xENRQK2fbXWvRxfoD0IO0uY537P/HeHi
+4zmukRyEApogYvLjKjeF
+=ZI5O
+-----END PGP SIGNATURE-----

Added: 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-bin.exe.md5
==============================================================================
--- 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-bin.exe.md5 
(added)
+++ 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-bin.exe.md5 
Mon Mar 11 23:58:18 2013
@@ -0,0 +1,2 @@
+release/apache-flex-sdk-installer-2.5.0-bin.exe: 
+F8 8A F3 8A 41 98 DC AF  33 A5 FB 80 74 79 4A 4D

Added: 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/x-gzip

Added: 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.tar.gz.asc
==============================================================================
--- 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.tar.gz.asc
 (added)
+++ 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.tar.gz.asc
 Mon Mar 11 23:58:18 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (MingW32)
+
+iQIcBAABAgAGBQJRPmy3AAoJEOs8MQlFi8xyAIkP/0LukaPLvwMYC76gaw6H50bj
+MRRsCLshGq7vfZbyBH1+StDN70VbQbkD34nWDh4RYyxuDDjRTtql03wfUjwhLeoL
+dWj0hti69MvCJjVEV9YKNcZnc+QH77dmYCpfh3H7fDF7YRWOTgmQfP8b6skfb9UN
+UNgbpdbhnxLx1CrkNlaG20QQNMTxvc3FTblN7obaMvdkeY7kWjHThWT5AIUyFNpT
+dEl47PM3CZtpm3AGTvAjp9nnoCE/hJd65dvFXS2mRfVZmRvhbywGP8cP6Nwoh4pL
+ZW3VGitxeIgpRKaMWYz2kzNlmSpDg8mexpigW852Td+wFTs8KwJMxwUoAJtYvz1U
+qZgWdj1i0BVe0FIcC7reXzvCJpeYmf+2C978Lz8C6V5uTkkcgqR12Dm/6Lj/Ai/V
+101fb16WPwjAUWuiKURB9FMutJBZOzH7dnSokPE1thjGXZ6MWkT2CRWjASANF6xE
+/JP2Ml4zyg67uLQs/+NpQ7wi6w/+gU9Box58KthjwPpo6UDuKAqs61uYzpQmPIl/
+/wDLmp5EpvXiye+BfdmiMMS4Sf/AmfnoPQiTon42iE/opcWECHLAfWylvBHhGdtw
+g8++nNSyZweQVzKdmf8tcc74oP1G876KsqqlvDnFvyBPnfbK5/m6wiMZ6+s+4rmm
+IHHaqaRv6cZDPajGeC4T
+=veyz
+-----END PGP SIGNATURE-----

Added: 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.tar.gz.md5
==============================================================================
--- 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.tar.gz.md5
 (added)
+++ 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.tar.gz.md5
 Mon Mar 11 23:58:18 2013
@@ -0,0 +1,2 @@
+release/apache-flex-sdk-installer-2.5.0-src.tar.gz: 
+4D 0A F0 B4 D0 B8 33 EE  67 F8 EF AD 0A 1B FA 01

Added: 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.zip
==============================================================================
Binary file - no diff available.

Propchange: 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.zip.asc
==============================================================================
--- 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.zip.asc 
(added)
+++ 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.zip.asc 
Mon Mar 11 23:58:18 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (MingW32)
+
+iQIcBAABAgAGBQJRPmy1AAoJEOs8MQlFi8xyA10QAL/FmMFpkdxm29rfo5xA4mg2
+S6UXvdjmQunLu5MLwPnypNZsxNsdkaeXyAVIx6BlqOokVcY6lvRAzL8hrfezWzBT
+Hy8dgsTLlOzOKdhKD2k8aidedLfVVpeZKOPK8XwRUY3JFHviyfeTTumr325I1Js8
+hL7+TWKcZw4XTSG4ZVSow+SS6GC1mOpUFeNOBQ1Ex9iaXT1LxL+f8TjDUa3VzB86
+uUt0r4RN+W7i+pyZFCeiH66M2aTH/OcO2BM444ihe+gCBuCki8yd6f6tSCtzULoI
+1B0pMUiLbvXNU2LZaLGi0GCRDLQbOoOKq8p7nzL/pc5dUe7RvwQXcro9fXu4EsqC
+Q5dhSESnPgrf6bu7EyLqgoPhn7QxFYzM+7ha9fegFWgbAoxVdo8UwpdOuo4NhBB6
+zWPyBVMjnQPRGVvQafyJQsf6MkSfcpw6VvUHzHYca+HguEjMCjzPuxzbWKmXBLw3
+QYLiIAfhuHhV2txG0z08XDX47Q8XT4oD2r0UAjXEyAz7DRlOCJ1JfGGrSi/4sC1K
+g9xz9/+z2g0m2G9eeAKHZ6sr++7GkGTwftdMEubXUU3iF/p6JjQuRsPGwpe2mGI4
+Mf7DGRRlWT7orybneRS0sngvB3RbbQyDmrWVhp5EmxDn46TZQSJbwVhrhgaN5hYq
+jyw3ceKl49unCHGdtgd6
+=rVIz
+-----END PGP SIGNATURE-----

Added: 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.zip.md5
==============================================================================
--- 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.zip.md5 
(added)
+++ 
dev/flex/installer/2.5/RC1/binaries/apache-flex-sdk-installer-2.5.0-src.zip.md5 
Mon Mar 11 23:58:18 2013
@@ -0,0 +1,2 @@
+release/apache-flex-sdk-installer-2.5.0-src.zip: 
+79 65 4D BF E5 39 E8 80  EE F2 F7 67 8E 16 89 DD


Reply via email to