You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/06/13 00:59:20 UTC

svn commit: r5563 - in /dev/flex/installer/3.1/rc3: ./ binaries/

Author: aharui
Date: Thu Jun 12 22:59:19 2014
New Revision: 5563

Log:
rc3 of installer 3.1

Added:
    dev/flex/installer/3.1/rc3/
    dev/flex/installer/3.1/rc3/READme   (with props)
    dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.tar.gz   (with props)
    dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.tar.gz.asc
    dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.tar.gz.md5
    dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.zip   (with props)
    dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.zip.asc
    dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.zip.md5
    dev/flex/installer/3.1/rc3/binaries/
    dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg   (with props)
    dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg.asc
    dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg.md5
    dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.exe   (with props)
    dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.exe.asc
    dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.exe.md5

Added: dev/flex/installer/3.1/rc3/READme
==============================================================================
--- dev/flex/installer/3.1/rc3/READme (added)
+++ dev/flex/installer/3.1/rc3/READme Thu Jun 12 22:59:19 2014
@@ -0,0 +1,153 @@
+<!--
+
+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 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
+ 
+- The Apache Flex SDK Installer 3.0 and later supports the ability to install 
+  virtually anything that can be installed via an Apache Ant script.  The list 
+  of choices to install are described in 
+  installer/src/installer/sdk-installer-config-4.0.xml and posted to
+  http://flex.apache.org/installer/sdk-installer-config-4.0.xml.  By default, the
+  installer looks there to determine the list of choices.  Once a selection is made,
+  the installer then looks in the folder of the install package for a -config.xml file
+  and if found, uses that to determine the set of licensing options that need to be
+  accepted before installing.  The installer then uncompresses the install package and
+  looks for installer.xml and runs that script via an approximation of Apache Ant that
+  has been written in ActionScript.  If the -config.xml file is not found, the Installer
+  assumes it is installing an older version of the Apache Flex SDK.
+
+- When installing an older version of the Apache Flex SDK, the installer
+  determines the file names and urls of the downloaded files from 
+  installer/src/installer/sdk-installer-config-4.0.xml. When the dependencies file 
+  names or urls change in future, update the sdk-installer-config-4.0.xml to ensure 
+  that the application works correctly.  For newer installs driven by Apache Ant
+  scripts, the file names and urls are determined by the script itself.
+    
+- The application uses http://flex.apache.org/single-mirror-url.cgi to determine
+  the preferred mirror url to use to download the binary package.  Newer installs
+  that use Apache Ant scripts use their own logic to select dependencies from mirrors.
+  
+- Once the binary package 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 package is a valid Apache release and 
+  proceed to unzip the file.  
+	
+- If required, the Adobe AIR SDK will be downloaded and the relevant files are copied 
+  to the required locations.
+  
+- If required, 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.  
+
+- If you experience problems with the install, please try again, but right-click
+  and select "Verbose Logging" to add more information to the log. 
+
+- From the 2.6 version, you can select the version of Adobe Flash Player and Adobe AIR SDK
+  the installer downloads.
+
+- From the 2.5 version, by default, Apache Flex SDK Installer 2.5 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/installer/sdk-installer-config-3.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>
+
+- If building the app for Linux, open InstallApacheFlex-app.xml and change the Adobe AIR 
+  namespace from http://ns.adobe.com/air/application/4.0 to 
+  http://ns.adobe.com/air/application/2.6  This is because AIR 2.6 is the latest available 
+  version on Linux.  
+	
+==========================================================================================
+How to build the installer using ANT (no Flash Builder or any other IDE required):
+==========================================================================================
+
+0.  Make sure you have the right version of the Adobe AIR SDK.  Apache Flex Installer
+    3.1 uses Adobe AIR SDK 4.0.  If you want to use an older version of the AIR SDK,
+    you will have to change the namespace in the following files:
+	installer/src/InstallApacheFlex-app.xml
+	ant_on_air/tests/AntOnAIR-app.xml.
+
+1.  Unzip the source distribution.  You should see the 'installer' directory and the 
+    'common' and 'ant_on_air' directories in the root.
+
+2.  In the ant_on_air directory, run:
+        ant [-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.
+          	
+3.  In the installer directory, run:
+        ant build [-DFLEX_HOME=/path/to/apache/flex/sdk] [-DAIR_HOME=/path/to/air/sdk]
+        
+4.  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' and 'ant_on_air' directories 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.
+
+5.  In the installer project, add ${APACHE_FLEX_UTILITIES_ROOT}/ant_on_air/src as a source path.
+
+6.  In the installer project, add ${APACHE_FLEX_UTILITIES_ROOT}/ant_on_air/external as a source path.
+
+7.  In the installer project, add ${APACHE_FLEX_UTILITIES_ROOT}/ant_on_air/locale/{locale} as a source path.
+

Propchange: dev/flex/installer/3.1/rc3/READme
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/x-gzip

Added: dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.tar.gz.asc
==============================================================================
--- dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.tar.gz.asc (added)
+++ dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.tar.gz.asc Thu Jun 12 22:59:19 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTmiVuAAoJEIPgQxzanM/y6R0QALXFqgi2eVdEGNNgu+9+LaNz
+KZnE7Zu+mdP3qQz0GuWTg4k3vkMFGXPMj4M+RBO4HakptMMrfRPQYBk0a1iq2wMC
+1PjsS7RigYFhnp1olfQpsXSN7U62A99hcDxIK7tR7RyLOXEpTZwgjvCCN7wSGmbW
+VZaszNUJ8Tv9TWU2ISOsIjgbFvVBxz0mzrgR24o8F5MAIRgg7MYkr3Wtl2C5ckzE
+6tp11Q1D428ZkoiC9DwcHrbWTU7bfX7FGy75gadQWoDPCk5Ey87UHRb+7RHpTiSC
+We+7Vn3waYAD7utIeTk6/nkfqHf4RTIiONiu+J83/b6qag9ppgHHt5sTCdRNGeqe
+OFpp6og6UbwEpmLueeFA6USjaFHfMRe680JzKpT32X7D0YTYRuiqZOgsqDZbPLXB
+8Rw7tZtii+h5qQFIK/wG8ZaOO7MjRfJKGU3PZc72atYK/Pbr2Kxz4lDfv+VSTZni
+jfI3Bwk5QjZzcAXJWUFK1LzpL7JDFnMp2AIMD29gT06MXcvrdgN+pkiFm9TLBgnm
+j+PGjXkuC6hD1oNngZLFox3YTJDNja/8gUK+URsoHTCtjw+jJmSjuEHSrk2MoGpf
+42L5ovdj/Y1BDoDC0yv1woBgT8THeXR+mGUtbMGg1TemKzpQGaIHqZ7iJvwOIhnc
+ZQiPAODRUiUtCuAQ/FJZ
+=m77u
+-----END PGP SIGNATURE-----

Added: dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.tar.gz.md5
==============================================================================
--- dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.tar.gz.md5 (added)
+++ dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.tar.gz.md5 Thu Jun 12 22:59:19 2014
@@ -0,0 +1 @@
+9ccd39ae211a829d84a32f15bf118af6

Added: dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.zip.asc
==============================================================================
--- dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.zip.asc (added)
+++ dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.zip.asc Thu Jun 12 22:59:19 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTmiVrAAoJEIPgQxzanM/yGEEQAJsXExWzmzcDU6wnzT9toL4M
+/yNTHY/I79QE76qtE8WadwD0SqNoZeOGdR+2uojgOVquxcvMdhPIq1JT9wCPn2r1
+KZF4qdy8E2AlGDEKDi0UOUb/4VfOIjUHGk36XK81L8ZI705AgibhUg0pdkhpRPsY
+mqhzCwahST31GF2nBefcmauFHH9OkaavSM8qBibr5Bu2ELepcgXIPIfY6bscFCgW
+wXYGBe1n3B/aJPxtsXRoRA00Z59+k9uqk1QG+xMghvx0WdPHfNycGEzHR+bjR9Dm
+BiOOrAc/9M4n7oirMhyvSVdKwwxQ9SK1j6IUsACH6GjOSfgpecxKVsYgHEzC+p8K
+qs4/WNPZHtyTl9qDoGvo06D0TUYlQ/Ce4drVwfLbfV9Kb8iyiZwQhQNz5I5HHFHP
+QpKVKApGm6GC6d4UxADmx3Bpt+QukldB2vgA3JbnV5e5YJYbyTSIShT+SIJIHIAe
+YMXmNduy1RTKGr1Y27724SZgv6/8fpUZ0NQHVd7f3/TS74fyckv0s2o38acVasu6
+VeoEXBHfb9da5VGHa2Fzz40CxiZihl++pIKhcefC1dFp5fon9lwEpnS2cLBn5d2z
+QEu7c0ycJVM3JqF0XZYdB9ybZxNm6vIjRtjq/5jFxp/MP395mtTBRIdaDHYLVOKV
+AvRGA65IRbgr01NToW/K
+=2EWr
+-----END PGP SIGNATURE-----

Added: dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.zip.md5
==============================================================================
--- dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.zip.md5 (added)
+++ dev/flex/installer/3.1/rc3/apache-flex-sdk-installer-3.1.0-src.zip.md5 Thu Jun 12 22:59:19 2014
@@ -0,0 +1 @@
+10a2257d896501cf2a9d73e010427d4a

Added: dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg
==============================================================================
Binary file - no diff available.

Propchange: dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg.asc
==============================================================================
--- dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg.asc (added)
+++ dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg.asc Thu Jun 12 22:59:19 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTmiVvAAoJEIPgQxzanM/y3PUP/A7qAEmWJ2qlyDh1i7pUkCzl
+hDxus9qSdgMg7AlO3ZmsjJteYfY8daq1b8USeYIhKOsVrvvZfDidn/8TD2EhlXLS
+T7ZjOoYCPpBwJE/sU4vi0AaEhrhxtdULK4odQx92J3qpJ6waDbGKXSSs3GuIVIW1
+IrkBOWQAu65wUV8xascBN0DSMQHymVpHiXymQ07RcH5PjoCOWC4nK7AqzxJ++F3H
+zKJa5eeBUxOLm0dHcMyRw8Vy3kugZCxhmb39IBi1lnEhy9U43xV305q1fDqehwkm
+X9Qa/iREQyFp51ZA511S/Xq5Luh3xsEqo1m19XMCRqnUWWVdPIf7/nerlhb3mD75
+7OUgfwEPWjJVd0GIT1uViqAoPCBqveh80yOU84+7dt/WMcCXq3XnIIkadwfbmAGq
+zKaeYQm260w5YwNkhEkUxMlUH1obz0KlHLtKMd9M88dzinjCfZSloeKqEbJerh7+
+1gG8G6hkJQnwUeLJmDn4M+ZEAWp+5iwCFBi19jxNEzAvyrWJz7Nmg86h91CPNFnH
+tpSaqZ4BV1pQnF+dSrcKmvk2NSWRXm/EGUcw3bUc4lc8oeW3u+DFBt6tAXu69dla
+UoOOKOcNeRcwq+zf/I8oipPwfxuZ2g7F5ONni8gVDIq3JP66pLrPZKY00cXTSv6p
+8o65Zfn3UaKrlKjC8lWj
+=8Imm
+-----END PGP SIGNATURE-----

Added: dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg.md5
==============================================================================
--- dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg.md5 (added)
+++ dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg.md5 Thu Jun 12 22:59:19 2014
@@ -0,0 +1 @@
+c36fc32838a4b5f1c026112c0c1d4534

Added: dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.exe
==============================================================================
Binary file - no diff available.

Propchange: dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.exe
------------------------------------------------------------------------------
    svn:executable = *

Propchange: dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.exe
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.exe.asc
==============================================================================
--- dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.exe.asc (added)
+++ dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.exe.asc Thu Jun 12 22:59:19 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTmi/2AAoJEIPgQxzanM/ySJQP/1xR6fK8QvY9Z2pGo3slGGHq
+L86oQUtN/tVSgKkA2BWdF8o3vP/QK9BcKUarjGktk0WNHti9Kzgwgcr+OaxnWsN/
+4MzlLKZi0B9y//DQblE78ARNPjgBedGDdRjPwd5AuUmZQQIzS5kthOBKz9cdAACG
+wN1poACmE9JOOia5jjFR9MMwZpHB2/VqXHT9lb1fF2Zg8PWqhxgKNs8EiGXGkRT9
+VbWm0PaBrRjTWUo9C+CVRcTPitRnt213VlZadno/2/X7igfBumIBdzy+oXMNX+oy
+EaLJe3jaRt3GddLPlVrn+wbCiwVQO9+zZ++2MFlQcuhWph1zx+iFOqudMbyp8EvU
+MAVb+p8xMctyJHJ2daW4ldIAThYYJxk0/rz8RgWP0zvVCt7m+MI4Jnv8p2R+fXUh
+8sNUB2HL5fatT8OWNW6eIICgWi9af0WG3tIZyRT3q0tkzC4Of/GVFYPXW7EMYD/O
+z8oxVGr7X49rVDlhLXSzh0vYQVyfLuVfL4gPjJvPtPW2FcT8w6GNIrLrURvCigbd
+Sh999UzokP+noYKFaNwKlaR2AFH0+1/bP6onrTfwESZ9G0gZVSLKDUT6G/0kiw3j
+aNapMj5pKhQ4+QKegEDpUuCQuMPMsSSlwBGerTnJfybIvhsDEu0OD25ASifsrkdy
+8mDxPqr0rdFmHmLjcsvb
+=LMdN
+-----END PGP SIGNATURE-----

Added: dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.exe.md5
==============================================================================
--- dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.exe.md5 (added)
+++ dev/flex/installer/3.1/rc3/binaries/apache-flex-sdk-installer-3.1.0-bin.exe.md5 Thu Jun 12 22:59:19 2014
@@ -0,0 +1 @@
+418f3f255cd8c55587b9743aa7df28a3