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/09 22:05:48 UTC

svn commit: r5548 - in /dev/flex/installer/3.1: ./ rc1/ rc1/binaries/

Author: aharui
Date: Mon Jun  9 20:05:47 2014
New Revision: 5548

Log:
rc1 of installer 3.1

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

Added: dev/flex/installer/3.1/rc1/READme
==============================================================================
--- dev/flex/installer/3.1/rc1/READme (added)
+++ dev/flex/installer/3.1/rc1/READme Mon Jun  9 20:05:47 2014
@@ -0,0 +1,149 @@
+<!--
+
+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 adds 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.  
+
+- 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/rc1/READme
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: dev/flex/installer/3.1/rc1/apache-flex-sdk-installer-3.1.0-src.tar.gz.asc
==============================================================================
--- dev/flex/installer/3.1/rc1/apache-flex-sdk-installer-3.1.0-src.tar.gz.asc (added)
+++ dev/flex/installer/3.1/rc1/apache-flex-sdk-installer-3.1.0-src.tar.gz.asc Mon Jun  9 20:05:47 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTlesgAAoJEIPgQxzanM/yvAoQAKjmuYb0mBqluk+qVj/YasWp
+gsw0cy9YROG02o7B3Ya6s3PO2F7h2gQHgjdXIE3i22OpymSCXcxABnJXYTvUQdqy
+D9Kb4pDpv0FXYZkMV1gke3kuc+GHLQNBarSBd/SzYfdm7qXv0I1KwaKzREMfHvDI
+ibsypMMkMCoEwpRLpqWgcK/ydDkF2jdKMc0P3le+rl2v/5n9dbgNnfIV7jEfWzoK
+O98NEbfochIlMrck8ITTspJxC4Oo9oZcg1oG8jBI/sxO9ElAf3lPoSsGHMxk4Bkm
+1q3WqHeKwDRyE68e/RFHgKdx0Qf85bEy/0fidirpJth92HcUx+RpQD7Q5N/tL67C
+YEcTgB0u1dn9IE6I2+6Y0h/KKMgEONkyn44AeqHGrDIsRPU2cr2A9oM5l8ohrXKR
+dzFmwIga6A+VZqwWQIFBlT5mH0CQgBbIr4l23XartY1dI5jUVFPXVrtrFJuuak/O
+7z1Z8OMRl8ddFrdNyqPkX8NPqEjK4mTaHORZHVEC3kjYY+YWlWwAjdQN00HVGHzI
+7ALe7GnI02lW4eDiUkh5G+PLlM0yDxUFajGdmuLl5P14TTBWgBx9EGwFs/WAhSKQ
+XWw7FD2CD6D3bORs54BPAk1wvjYqQAAiYKIHQ1OKa3YxzPUi5OMPcPvg84tEmTj9
+C8RdSvW3EiPk37e8EjoU
+=AAsd
+-----END PGP SIGNATURE-----

Added: dev/flex/installer/3.1/rc1/apache-flex-sdk-installer-3.1.0-src.tar.gz.md5
==============================================================================
--- dev/flex/installer/3.1/rc1/apache-flex-sdk-installer-3.1.0-src.tar.gz.md5 (added)
+++ dev/flex/installer/3.1/rc1/apache-flex-sdk-installer-3.1.0-src.tar.gz.md5 Mon Jun  9 20:05:47 2014
@@ -0,0 +1,2 @@
+release/apache-flex-sdk-installer-3.1.0-src.tar.gz: 
+40 03 1C 96 05 BF 4B 24  E2 17 0C 0D D6 0C ED 56

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

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

Added: dev/flex/installer/3.1/rc1/apache-flex-sdk-installer-3.1.0-src.zip.asc
==============================================================================
--- dev/flex/installer/3.1/rc1/apache-flex-sdk-installer-3.1.0-src.zip.asc (added)
+++ dev/flex/installer/3.1/rc1/apache-flex-sdk-installer-3.1.0-src.zip.asc Mon Jun  9 20:05:47 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTleseAAoJEIPgQxzanM/yGn4P/jbWQv/0TwJvxOCor1aVncsZ
+tSOYeW2Xlt7Ot56AlLNysDdGCuEY9TAX9KnQ9QcMI9hKMBNzGOIRCE9pKz5n0rj1
+5ZRuaHQv9G8K0rnOWRETqBa4BORcZH8qAJZ71CvMQIZCbhJeLRgwvbfZ5YUl2Ppb
+52YX5YSZjrJte4MU1HWdbO5deCXWeBR/YHsRgk9bS3VkoYcgoLluT1LlXJ6EBlQe
+aTiMJX91mQgFOp9E0ugDYlXDYdikC/BZ8miDnyY51QfaWU27ZZobC6aGaYRbLPR7
+YsMtJEQsfN9msJ3zZwHvhIcfTey1gSVZeVINPIBbxFdar59m93JRCjL+csIuIsoS
+3PYmek5DIyvvIe6ouvhvs1QV50+CDtOlrbglp3kErFEhOS7IE0nx8a/KpcqJ7hdi
+geowlEHGDfhXwxErBiBNMj/14gTvDV3OJIA2cv18OvranR2+4sjRAMfuzjSQLDrm
+wSUnAyk19nHN49B9+yr3fAitdnFw0mbJRHUoCIVqyr0StA/uvW7JQKkWmyUrIUX1
+N6paQv3bqMHBN+i0IV2QAiUeF3aGXjo/VDUAbZsgPtmJal4hf6zyI4IQkXq6n6bv
+vD128F7Ti+XbOJURM88R7k5QP2+As3NuDgq8acf3EOwrfuq55bd/xETayPIbuA+c
+aGBvdRKBNzbt4Rh2Kpj/
+=mNCr
+-----END PGP SIGNATURE-----

Added: dev/flex/installer/3.1/rc1/apache-flex-sdk-installer-3.1.0-src.zip.md5
==============================================================================
--- dev/flex/installer/3.1/rc1/apache-flex-sdk-installer-3.1.0-src.zip.md5 (added)
+++ dev/flex/installer/3.1/rc1/apache-flex-sdk-installer-3.1.0-src.zip.md5 Mon Jun  9 20:05:47 2014
@@ -0,0 +1,2 @@
+release/apache-flex-sdk-installer-3.1.0-src.zip: 
+9E BD B5 8B 23 CB AB 4A  E2 68 BC DA 12 72 7C FF

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

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

Added: dev/flex/installer/3.1/rc1/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg.asc
==============================================================================
--- dev/flex/installer/3.1/rc1/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg.asc (added)
+++ dev/flex/installer/3.1/rc1/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg.asc Mon Jun  9 20:05:47 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTlesiAAoJEIPgQxzanM/yaVgQALEf+cwCfw9G2JV5yWu+lphb
+qhRMkPJIdcbacOnlT4K00xI6e6NG3wWRauy6zYr9LuHqdbOOo4ysmFr8mzT8eNP4
+okQO8Q8ffTxjT2rWn2raes6W4y+ZLVv5KjGN0K8VUb1KXCNfq9EcoXL6Rydyu3XZ
+UJ6N2tJH9qD8oPfXA+dsVVVMpknC4ad393kK383IjoH6QDLT14q9rQtnBzqyGEOm
+Y7y1MJ8G7iMc3vP0KmetypkWw1u5N5QWe56V7Q42XVm6IwDoq3zXq+cVfR1kC9nQ
+3xGWnlpl/6dxauKojO90DulusdcR4svk6cJQogPSEdChvtaQfBPKjNleNk9BQNUN
+lpBh61ebwtMbscWB70mYpWG3NcHNBlkshIXXoqCxaHccGxxnZ/88PTXWQdDiiHn/
+xsdKor4pMO5xcbPhLR7J2cOvrbmw7ot8ypD7nHvdWKEwuFSQftpNK9CIABCv6Lai
+N0LoGSBB1cjB/JtgTYH70GbdmtknEvF1TRtYp6GOoBak2YTa0l8UHi5UUF00qtyW
+3QrA2tBb9rXKYuqNxT+7UHo+RlhwHm51xd9tnR4G6Qz1Piv4Qr5rI5DPl/GU+ATb
+1Ry8MKv83GTRXW5h62TFuH86w5uyTDXFqLGk6RzFwoxyZ7OeJqPy4tfvdST0aI9u
+MrKcRpAvX3ApsTYDmPqm
+=8Tch
+-----END PGP SIGNATURE-----

Added: dev/flex/installer/3.1/rc1/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg.md5
==============================================================================
--- dev/flex/installer/3.1/rc1/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg.md5 (added)
+++ dev/flex/installer/3.1/rc1/binaries/apache-flex-sdk-installer-3.1.0-bin.dmg.md5 Mon Jun  9 20:05:47 2014
@@ -0,0 +1,2 @@
+release/apache-flex-sdk-installer-3.1.0-bin.dmg: 
+0D AC 59 D7 58 18 B9 2B  72 13 AE CE 5C BF 6C FA

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

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

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

Added: dev/flex/installer/3.1/rc1/binaries/apache-flex-sdk-installer-3.1.0-bin.exe.asc
==============================================================================
--- dev/flex/installer/3.1/rc1/binaries/apache-flex-sdk-installer-3.1.0-bin.exe.asc (added)
+++ dev/flex/installer/3.1/rc1/binaries/apache-flex-sdk-installer-3.1.0-bin.exe.asc Mon Jun  9 20:05:47 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTlhEZAAoJEIPgQxzanM/ySggP/ihuX28tfEvfl05re9wbCRG8
+G6MVgBNLqrBfqmH063Hol7nUNlo02+FP5r7F5OhweX+bb9puKQI0LkEmi2Sq6vR8
+tZklgdt6xvBany3YJLf6LbRJYLYn1JP+hV9PkOK48jnHGjklhp5+0RbyJuwCgocF
+Fo9G1+ZY29wDTdCZFfK8p2pIzoGMLXiZN8XXPEnH+3agR8NcYdar09o+U4sBlFqM
+7Bq3CvoTnhTf0+EXTJ7KLTa58tUr7KIvSH6wlk2g4A1pcUmq2FPVYRcbmsj5VVsA
+zrsjDtOmKE2gLL5o4jBOUw0Ti8jt/8K9oFT3XRUL5HBK7jgHFomtxSemrcijifBr
+r5p1iJkRZ1IXuvv3fJPgTT5UHEMT+49PbYX4F09rIwsVW6iSw7jZMRCqHwT1WEuC
+0emsUM3dhveyetv0xi0916RkMSl0MaFqTMB71kDeJ7OPwVTVRL3HqQ04RBEw4K8N
+pF0DNoZOYT+SgQMWjHTbNNiKbnACvA0uQbrfNVOt0z3fhoTdAIArwETJ7UAsLW03
+X//b0xJjl/atsxMzuanvq08q+hW2eayYJUSUPLbo3S3CHKgAU+7KKteD8qCBvs6S
+ATFSOKB86lpc0O8YJ4osC7sgchz9IB6wFKrWgcW8GuzVN5PMQIWvGvOr0Fp0q+5Q
+B1rM7Z6dfYrW2EZfQkTv
+=VN5a
+-----END PGP SIGNATURE-----

Added: dev/flex/installer/3.1/rc1/binaries/apache-flex-sdk-installer-3.1.0-bin.exe.md5
==============================================================================
--- dev/flex/installer/3.1/rc1/binaries/apache-flex-sdk-installer-3.1.0-bin.exe.md5 (added)
+++ dev/flex/installer/3.1/rc1/binaries/apache-flex-sdk-installer-3.1.0-bin.exe.md5 Mon Jun  9 20:05:47 2014
@@ -0,0 +1,2 @@
+release/apache-flex-sdk-installer-3.1.0-bin.exe: 
+D0 E7 D7 48 D3 EC A5 31  6C 9B BC 00 D5 BD 12 79