Author: fthomas
Date: Thu Apr 4 20:19:20 2013
New Revision: 1750
Log:
Apache Flex Installer RC5 v.2.5.4
Added:
dev/flex/installer/2.5/RC5/
dev/flex/installer/2.5/RC5/binaries/
dev/flex/installer/2.5/RC5/binaries/READme (with props)
dev/flex/installer/2.5/RC5/binaries/apache-flex-sdk-installer-2.5.4-bin.exe
(with props)
dev/flex/installer/2.5/RC5/binaries/apache-flex-sdk-installer-2.5.4-bin.exe.asc
dev/flex/installer/2.5/RC5/binaries/apache-flex-sdk-installer-2.5.4-bin.exe.md5
dev/flex/installer/2.5/RC5/sources/
dev/flex/installer/2.5/RC5/sources/READme (with props)
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.tar.gz
(with props)
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.tar.gz.asc
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.tar.gz.md5
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.zip
(with props)
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.zip.asc
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.zip.md5
Added: dev/flex/installer/2.5/RC5/binaries/READme
==============================================================================
--- dev/flex/installer/2.5/RC5/binaries/READme (added)
+++ dev/flex/installer/2.5/RC5/binaries/READme Thu Apr 4 20:19:20 2013
@@ -0,0 +1,110 @@
+<!--
+
+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/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 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.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/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.
Propchange: dev/flex/installer/2.5/RC5/binaries/READme
------------------------------------------------------------------------------
svn:eol-style = native
Added:
dev/flex/installer/2.5/RC5/binaries/apache-flex-sdk-installer-2.5.4-bin.exe
==============================================================================
Binary file - no diff available.
Propchange:
dev/flex/installer/2.5/RC5/binaries/apache-flex-sdk-installer-2.5.4-bin.exe
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/flex/installer/2.5/RC5/binaries/apache-flex-sdk-installer-2.5.4-bin.exe.asc
==============================================================================
---
dev/flex/installer/2.5/RC5/binaries/apache-flex-sdk-installer-2.5.4-bin.exe.asc
(added)
+++
dev/flex/installer/2.5/RC5/binaries/apache-flex-sdk-installer-2.5.4-bin.exe.asc
Thu Apr 4 20:19:20 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (MingW32)
+
+iQIcBAABAgAGBQJRXc2hAAoJEOs8MQlFi8xyWngP/3Il2MyEztV7J62QanbJmJZP
+eF3qS++zRZJcB00sKeBP/5O0NUTiRpfJ8vv8v6e/MLRaM1sABlfzSi3WRgW7d3jz
+OCfTm2xq82O4XvwrVLJyVYH1kL7o2bUYbQK7xpFu//BXQGCQzNGYoCIJT4EP3/ca
+kqSgCH0dFNSpOm+E5j21vbIcFU8TUaRYG3+eY9qcWl4I9sQglVJIMVnKMR1bpYG9
+T6llnY9qpeA0eeuzxMY8TDj41dnJfmXMXAD6jXUm79833C5ZgumfWtXKjZJD+aDV
+EU8I7bRqswsOJypoFe7ecX1zOfakl3ForWCi4thUVRPVWqNP0Yxj72KNCXjpMBub
+wD+DwBThwm89S9OdKg7xwD8+i53eoIOaeX8Db6N9E4Rjovj6c1IFBY5rd4RnSeXJ
+gxm+Cfv9qUXK0rx8V77vlE/qMHONKXJvk8C1UHGv9sH/ks8XLhpwTLoQLnnz+JvC
+Solz1y/q572V8KUTjt1fXurc42rL6tR3qZIjscJWIMzu08eAIYCEFZAaqRtY58El
+7oHsHFTEoDcMQLmrTfTVFIm1bxSzCSTELlEMJDkFMHt9h1lbWAzE3VYiAsnCiSgy
+uc5SYJQZiqEGbAQhzq06SyjbNvUNzAqjtp1hVWZi0Uwa8kanhGseoBDEvlDM463Y
+nJUr1z6agTWVyIZaJwSc
+=1y7O
+-----END PGP SIGNATURE-----
Added:
dev/flex/installer/2.5/RC5/binaries/apache-flex-sdk-installer-2.5.4-bin.exe.md5
==============================================================================
---
dev/flex/installer/2.5/RC5/binaries/apache-flex-sdk-installer-2.5.4-bin.exe.md5
(added)
+++
dev/flex/installer/2.5/RC5/binaries/apache-flex-sdk-installer-2.5.4-bin.exe.md5
Thu Apr 4 20:19:20 2013
@@ -0,0 +1,2 @@
+release/apache-flex-sdk-installer-2.5.4-bin.exe:
+06 68 C7 AA 5E 8F D6 47 40 1E 16 AF 0E 93 15 D0
Added: dev/flex/installer/2.5/RC5/sources/READme
==============================================================================
--- dev/flex/installer/2.5/RC5/sources/READme (added)
+++ dev/flex/installer/2.5/RC5/sources/READme Thu Apr 4 20:19:20 2013
@@ -0,0 +1,110 @@
+<!--
+
+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/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 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.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/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.
Propchange: dev/flex/installer/2.5/RC5/sources/READme
------------------------------------------------------------------------------
svn:eol-style = native
Added:
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.tar.gz
==============================================================================
Binary file - no diff available.
Propchange:
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/x-gzip
Added:
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.tar.gz.asc
==============================================================================
---
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.tar.gz.asc
(added)
+++
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.tar.gz.asc
Thu Apr 4 20:19:20 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (MingW32)
+
+iQIcBAABAgAGBQJRXc2fAAoJEOs8MQlFi8xy5YgP/RVizDHVpOObq9Wxvoam7UjI
+hySl46ci82AM89ietXPCuEZFk2AUVd0+puYydkDmRV6yHIvjowetZfmcX1aYXtXY
+KX//VZGRKev8wTuduv22t1rpSYE0PEL7DIldM9AV3vjLRlgDBovUfm/b40u1UIxr
+JW4CmJjJF+zfjnsWaOGTScQP64Et7Xj34nwRCG4bNb09/tS1VaYeufedgM0H4kfz
+9fr1wSVN3QU5LZ2TsBln9FTUwU1fVOarXunf3h3wMiWiFCDMUjZnIryz3U0vmu1E
+V9sCL6IAuowyNfB5GAKE9ZO7WZMcJxU5iKkZF6NPWb/8nBTkAUQ7L2tGPPil2MGa
+CDDvaECZV8RrJX5UnRWNpGAar5skN91o6h2pt1+frhr2P4JlaVP0vAqBGho4mwcT
+wZi4HrcgxcfHE3K2XvYN8gXrP92qUF+fd9S9kzD3Rz4PpN2jGblzlhOcQO4TxULn
+dMyDMXadsXXzIq2/cvIjKJhMjNvHf9roiVIXKz18fNcMn493ERCHxDjY2nJnGvsO
+xr+E7rn7G9TeNygx1SO69RVhaIKYKWNZZaKuKzmxXhKzOmMNjUEIXn7dR0S9O6hq
+O1angs099R0kuFrXpM12n/N7gWg/vufYw5e37ETyC1EU3Q+nNoWMxZUrLsuxvgOl
+iOxEr28vzUz1xG/Hvu2H
+=tXYm
+-----END PGP SIGNATURE-----
Added:
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.tar.gz.md5
==============================================================================
---
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.tar.gz.md5
(added)
+++
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.tar.gz.md5
Thu Apr 4 20:19:20 2013
@@ -0,0 +1,2 @@
+release/apache-flex-sdk-installer-2.5.4-src.tar.gz:
+67 9B DC 97 C4 7D 9E 79 9C A5 31 F6 47 3C 94 F1
Added:
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.zip
==============================================================================
Binary file - no diff available.
Propchange:
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.zip.asc
==============================================================================
---
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.zip.asc
(added)
+++
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.zip.asc
Thu Apr 4 20:19:20 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (MingW32)
+
+iQIcBAABAgAGBQJRXc2dAAoJEOs8MQlFi8xyy0cQAKfIHNlT/6Z7RqtPdPpska2K
+IVRLZ8w7HnvcpsEqc1mr79GE1+rAevocSHlVdtbNnHmN4GRePj8RC5iRLOmBrR6b
+u4FAbvf0S4nLIHs3uvWSXVqb/R/lCKiGl1U7arayULOW2niNaJX9neU7aXkEHbO3
+lsAeZYWkNlCXOJ02tgykaUjmifHBLEfAUm3zN05RfE0yr3UGAk+STP1X5Ldi6FLi
+DlZBMoyFAUpUuKFDGjrm8WddSQmvg3xNXSNC28Hxk6GI61zbgyiHmATiNeH0Ndvy
+yYa/rSyfwdOvtsoWaegyrFLt4YiXzB3QdmMeYK08C7gv6cjjJrCDmaz5dbptMVTq
+PvdHxzqaVEaPMre1xkOuXCU8Kc9l0nOCIwvjbdivLBmSv2SVNw9c+961cLpOYiGp
+xTdDC/jcix7XzqRTMCZCyPKkAY+ekqbz7aydhLAMLy76+cpHIvRdxPaTUiRwB9GJ
+bHN+UBnvF9kOAlEYmsa8j8++b+2OeFfhmTLmPfv+nvaJk0L0v5vPm+7bDROyJ383
+56+FICmhX8BEmDz+9yxeVoLf289DhpoFwlha0kd3zyXWxmHpdQFP55hkthH+kJv4
+QTFM83dqaAQPzG2AEfS0kD/4dG9VLJfjTZFTnMn08ZpCmbqGmJRjGUHG27ej9NWz
+joRCCPSmaWc3rGWSvnEt
+=+m+2
+-----END PGP SIGNATURE-----
Added:
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.zip.md5
==============================================================================
---
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.zip.md5
(added)
+++
dev/flex/installer/2.5/RC5/sources/apache-flex-sdk-installer-2.5.4-src.zip.md5
Thu Apr 4 20:19:20 2013
@@ -0,0 +1,2 @@
+release/apache-flex-sdk-installer-2.5.4-src.zip:
+AB 10 6A D9 F7 91 08 FD 28 B6 EE 5F 30 DA C8 31