You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2013/10/18 07:20:35 UTC

svn commit: r3290 - in /dev/flex/installer/2.7: ./ rc1/ rc1/binaries/

Author: bigosmallm
Date: Fri Oct 18 05:20:32 2013
New Revision: 3290

Log:
Installer 2.7 RC1 

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

Added: dev/flex/installer/2.7/rc1/READme
==============================================================================
--- dev/flex/installer/2.7/rc1/READme (added)
+++ dev/flex/installer/2.7/rc1/READme Fri Oct 18 05:20:32 2013
@@ -0,0 +1,118 @@
+<!--
+
+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
+ 
+    All the file names and urls of the downloaded files are available in 
+    installer/src/installer/sdk-installer-config-3.0.xml. 
+    When the dependencies file names or urls change in future, update the 
+    sdk-installer-config-3.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 the 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.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/3.4 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):
+==========================================================================================
+
+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.  

Propchange: dev/flex/installer/2.7/rc1/READme
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: dev/flex/installer/2.7/rc1/apache-flex-sdk-installer-2.7.0-src.tar.gz.asc
==============================================================================
--- dev/flex/installer/2.7/rc1/apache-flex-sdk-installer-2.7.0-src.tar.gz.asc (added)
+++ dev/flex/installer/2.7/rc1/apache-flex-sdk-installer-2.7.0-src.tar.gz.asc Fri Oct 18 05:20:32 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (MingW32)
+
+iQIcBAABAgAGBQJSYMQYAAoJEFwrgQLBcIaToScP/3zUpYjnd62JBgNH9aQEwqYd
+81eaHhsz5+nFYpt7AX7kCQzQ9J6o6CCPupV7dWFbJpiVwicInLiHYTfhetqT7oCx
+1Ns+kjA59gooPUlM33Lh01X7scQ6/KCjxKJUouobR/Wu56kEJik2ZJtGI0te9py0
+P+jqQ6WFrMYnGrO7WBNpubpVjYo+wV1J0UZdGEyyqJMjp3JZ++VSQZjW+vJDFvqL
+a9ytSwCGV/hEDc648+52v79gspXZVr9JXjtJJkAhOF5NWxAyShuv1eJPFFWx88tz
++cNLpKcOMJdXE6G+wU4/vFgXulLCY5DxJxUhfvxjwg8CdLIMTebEcySvqM8Ww9Wq
+wR7mxB7EqaQSQ9b4hX8ff/RL7xPY+OzP8w+rx1UkbII5J7ajySZSvSrj17xHW6Gm
+5BBD665pBJiL8YM1FUycv2ruhC4WB5XSMvoNA5GqXHeZlU1OWyg46goy6A0/ZYxI
+jhMbDsM4cY6L4vRByRfGD6Q6SVS1B2kz35Yki6KpcfrT+UYkDq2Sqq6IDnzMMmhu
+wJbfvtgmnTPLNptq1rgJRAW9wYZ/t3SXUuSnU6VBGl6MWLFh8qI3kiTn0xyG7+My
+W0e6iCw+pCP93r03zeP5St6I3M23Pa9ZW/RjCvwtxsuNEsu/OEGBOQsI9o924yIm
+GW+1MGVHUvzCXuskZxae
+=dR8W
+-----END PGP SIGNATURE-----

Added: dev/flex/installer/2.7/rc1/apache-flex-sdk-installer-2.7.0-src.tar.gz.md5
==============================================================================
--- dev/flex/installer/2.7/rc1/apache-flex-sdk-installer-2.7.0-src.tar.gz.md5 (added)
+++ dev/flex/installer/2.7/rc1/apache-flex-sdk-installer-2.7.0-src.tar.gz.md5 Fri Oct 18 05:20:32 2013
@@ -0,0 +1,2 @@
+release/apache-flex-sdk-installer-2.7.0-src.tar.gz: 
+6E B2 6C 73 7D 9F 01 EF  B4 1F 3B 8C 96 08 98 7A

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

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

Added: dev/flex/installer/2.7/rc1/apache-flex-sdk-installer-2.7.0-src.zip.asc
==============================================================================
--- dev/flex/installer/2.7/rc1/apache-flex-sdk-installer-2.7.0-src.zip.asc (added)
+++ dev/flex/installer/2.7/rc1/apache-flex-sdk-installer-2.7.0-src.zip.asc Fri Oct 18 05:20:32 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (MingW32)
+
+iQIcBAABAgAGBQJSYMQXAAoJEFwrgQLBcIaTiSIP/R72quqBvHYk4Z43RQM07ynV
+H2BSJFNuJ56+MT8y9GbErt9prsba2WX27+X9vNiClijP0y1Tv6ZCybs4ZlO0FbtT
+K/obSeacKRaJNnRbiS/cNP7ta8KvEsp0mhjnGLpDxOM2j8x4LeVVgML4S6zeU2ww
+E4MMtmUMZKQyOmRvA6J+5ib+Xx6nLsduxdSd+waNCY7mP7L9E1dG18BbRNhNrNsg
+Du8DfmWQ5fSANyGwTS48AINlMVqP0uOoxzfceVZWtGEIjwbfX65ScVcpypprL0sE
+9qLMU+60P1jeDbnrQiejMEbYZXGwLfajElJVdRxNXitl+H6jrWkPoPLxwuA9IsDx
+1CtAtqLk1pRC5IDUhVTxo9H8t6i6XTabXk1ZlW8Za7ZZVG5N8NF7hS3A9z9uU5Aw
+YfsYDX+llCcdk/W5ZGoB1QYSV7IBHCrULBlc79NVOhccT4YOIALGU/ou7N2qMeyw
+RYzcepTDSupNrDlsrafqaM0IBbl8DD6NhlM0rG68IrWiRjycmNnBAzP8HpdcWOwQ
+8Y89aCUETzzB5aEdZJnXLIhCjkAdMJqKs+0IXa5N9qV125VAoFNtPhdHiv1uugf3
+khvNiC38r3wZpq1pOAlqH05hsksE4CGVZdFUdIiMC0lbbK04sIAxXXDSqoyn/8wf
+Ljz+bCTB65DL5b+5+KU3
+=8XJZ
+-----END PGP SIGNATURE-----

Added: dev/flex/installer/2.7/rc1/apache-flex-sdk-installer-2.7.0-src.zip.md5
==============================================================================
--- dev/flex/installer/2.7/rc1/apache-flex-sdk-installer-2.7.0-src.zip.md5 (added)
+++ dev/flex/installer/2.7/rc1/apache-flex-sdk-installer-2.7.0-src.zip.md5 Fri Oct 18 05:20:32 2013
@@ -0,0 +1,2 @@
+release/apache-flex-sdk-installer-2.7.0-src.zip: 
+DD FA B1 A3 95 2C A8 EF  C8 EB 64 EB 69 CB 06 36

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

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

Added: dev/flex/installer/2.7/rc1/binaries/apache-flex-sdk-installer-2.7.0-bin.exe.asc
==============================================================================
--- dev/flex/installer/2.7/rc1/binaries/apache-flex-sdk-installer-2.7.0-bin.exe.asc (added)
+++ dev/flex/installer/2.7/rc1/binaries/apache-flex-sdk-installer-2.7.0-bin.exe.asc Fri Oct 18 05:20:32 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (MingW32)
+
+iQIcBAABAgAGBQJSYMQaAAoJEFwrgQLBcIaTdyoP/3YAq1xbwOJYZhAJE0BQLevO
+bQFPQde5qV7kNvi/sVH9XLae5RMnLSDRnjU2HU5V8ca9VzqBEjrRk8c8ihJ4feCd
+8GJybv8FfyjoftR1oBSvk08JDaCnB5S3L9mGYeR5a119LBH+gwI876fkpIHz0IT5
+hFIZ+YlCzixMssP5CBqPSWPz86CnzFTpEohmcGoDHBG9c8fafWs68saVOW76yniT
+g1P+YuhfY4OSKdyYpje3wMC1HqUgqa9HW4OPudCcjKHCVokt+oorneHtF7mGYUcV
+i7SiGghy9/SDwPy++bP6nreIkPpnXIrxB+LkxRPZgO+zoIouH4Dwo+DmMZaabNA3
+hd63Jcr9rEbkn3m2208ICeC6HREUssO1+2CcqpHEy0a2o5yfnz9zhHD7xQylTvFp
+kpWqfagzVT60R/Ek1BxZD9jbJmQNj7wcTceuIL+jaaokbqvvl05uErS3Y0d3o7c9
+0UrMQe7nwu+UyxSbSsvGda9iLMgVZGL1EEHUveioZ5wsM1hAGgh8V4NJxSjneSc4
+1L0k1jhvt6V5ta8X5N0bQsGdpTHcUo5rEVxg87TwQH5kqXtQM7SlM9jTY0tFngZw
+Gd53/Evtkee4U/0keTA7fOvbxOgD8BatppqE1MEYxT9N5Clj183ylsCIltbfk3b6
+gQr2yzsirrx9h7uz9KpJ
+=Z8LL
+-----END PGP SIGNATURE-----

Added: dev/flex/installer/2.7/rc1/binaries/apache-flex-sdk-installer-2.7.0-bin.exe.md5
==============================================================================
--- dev/flex/installer/2.7/rc1/binaries/apache-flex-sdk-installer-2.7.0-bin.exe.md5 (added)
+++ dev/flex/installer/2.7/rc1/binaries/apache-flex-sdk-installer-2.7.0-bin.exe.md5 Fri Oct 18 05:20:32 2013
@@ -0,0 +1,2 @@
+release/apache-flex-sdk-installer-2.7.0-bin.exe: 
+76 AE F7 33 11 AC 8F 33  B2 96 3F CC A4 83 3B CE