Author: jmclean
Date: Wed Mar 11 07:43:19 2015
New Revision: 8251

Log:
Added BlazeDS 4.7.0 release

Added:
    release/flex/BlazeDS/
    release/flex/BlazeDS/4.7.0/
    release/flex/BlazeDS/4.7.0/README
    release/flex/BlazeDS/4.7.0/RELEASE_NOTES
    release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.tar.gz   (with 
props)
    release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.tar.gz.asc
    release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.tar.gz.md5
    release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.zip   (with props)
    release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.zip.asc
    release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.zip.md5

Added: release/flex/BlazeDS/4.7.0/README
==============================================================================
--- release/flex/BlazeDS/4.7.0/README (added)
+++ release/flex/BlazeDS/4.7.0/README Wed Mar 11 07:43:19 2015
@@ -0,0 +1,152 @@
+Apache Flex BlazeDS
+==================
+
+    Apache Flex SDK is an application development framework for easily building
+    Flash-based applications for mobile devices, web browsers, and desktops.
+
+    Apache Flex BlazeDS is the server-based Java remoting and web messaging
+    technology that enables developers to easily connect to back-end 
distributed
+    data and push data in real-time to Adobe® Flex® and Adobe AIR™ 
applications
+    for more responsive rich Internet application (RIA) experiences..
+
+    Apache Flex BlazeDS 4.7.0 is the initial release of BlazeDS from the Apache
+    Software Foundation.  Prior to this, releases were provided by Adobe
+    Systems Inc. It is compatible with most code written to target Adobe Flex 
+       4.6.
+
+    For detailed information about Apache Flex please visit
+    http://flex.apache.org/
+
+
+Getting the latest sources via Git
+==================================
+
+    Getting the source code is the recommended way to get Apache Flex BlazeDS.
+
+    You can always checkout the latest source via git using the following
+    command:
+
+        git clone https://git-wip-us.apache.org/repos/asf/flex-blazeds.git 
blazeds
+        cd blazeds
+        git checkout develop
+
+    For further information visit http://flex.apache.org/download-source.html
+
+
+Building Apache Flex BlazeDS 4.7.0
+==================================
+
+    Apache Flex BlazeDS is a large project. It requires some build tools which 
must be
+    installed prior to building BlazeDS and it depends on some external 
software
+    which are downloaded as part of the build process.  Some of these have
+    different licenses.  See the Software Dependencies section for more
+    information on the external software dependencies.
+
+    From Apache's perspective, the Adobe Flash Player and Adobe AIR have
+    excluded licenses so they can not be bundled with the Apache Flex binaries.
+    They must be installed prior to building Apache Flex.
+
+    Linux support is currently experimental and while it is possible to compile
+    BlazeDS it has not been fully tested so you may run into issues.
+
+
+Install Prerequisites
+---------------------
+
+    Before building the Apache Flex Tool API you must install the following 
software
+    and set the corresponding environment variables using absolute file paths. 
 
+    Relative file paths will result in build errors.
+
+    
==================================================================================
+    SOFTWARE                                    ENVIRONMENT VARIABLE (absolute 
paths)
+    
==================================================================================
+
+    Java SDK 1.6 or greater (*1)                JAVA_HOME
+        (for Java 1.7 see note at (*2))
+
+    Maven 2.2.0 or greater (*1)                 MAVEN_HOME
+
+    
==================================================================================
+
+    *1) The bin directories for MAVEN_HOME and JAVA_HOME should be added to 
your
+        PATH.
+
+        On Windows, set PATH to
+
+            PATH=%PATH%;%MAVEN_HOME%\bin;%JAVA_HOME%\bin
+
+        On the Mac (bash), set PATH to
+
+            export PATH="$PATH:$MAVEN_HOME/bin:$JAVA_HOME/bin"
+
+         On Linux make sure you path include MAVEN_HOME and JAVA_HOME.
+
+
+Software Dependencies
+---------------------
+
+    Apache BlazeDS uses a variety of third party libraries. A detailed summary
+    of all of these dependencies is listed in the releases DEPENDENCIES file.
+
+
+Using the Binary Distribution
+-----------------------------
+
+    Binary artifacts of Apache BlazeDS are available on Apache's public Maven 
+       repositories.
+
+    By adding a Dependency to the following Maven artifact the binary 
+       version of Apache BlazeDS will automatically be downloaded.
+
+    <dependency>
+        <groupId>org.apache.flex.blazeds</groupId>
+        <artifactId>flex-messaging-common</artifactId>
+        <version>4.7.0</version>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.flex.blazeds</groupId>
+        <artifactId>flex-messaging-core</artifactId>
+        <version>4.7.0</version>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.flex.blazeds</groupId>
+        <artifactId>flex-messaging-opt</artifactId>
+        <version>4.7.0</version>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.flex.blazeds</groupId>
+        <artifactId>flex-messaging-proxy</artifactId>
+        <version>4.7.0</version>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.flex.blazeds</groupId>
+        <artifactId>flex-messaging-remoting</artifactId>
+        <version>4.7.0</version>
+    </dependency>
+
+
+Building the Source
+----------------------------------------------
+
+    When you have all the prerequisites in place and the environment variables
+    set (see Install Prerequisites above), use
+
+        cd <flex-blazeds.dir>
+        mvn install
+
+    Notice that you have to enter the modules directory in order to able to
+    execute the Maven build as the rest of the project still contains an
+    outdated and no longer maintained ANT build. This will be removed in
+    future versions.
+
+
+Running Tests
+-------------
+
+    The testsuite is automatically executed during a normal maven build.
+
+
+Thanks for using Apache Flex BlazeDS.  Enjoy!
+
+                                          The Apache Flex Project
+                                          <http://flex.apache.org>

Added: release/flex/BlazeDS/4.7.0/RELEASE_NOTES
==============================================================================
--- release/flex/BlazeDS/4.7.0/RELEASE_NOTES (added)
+++ release/flex/BlazeDS/4.7.0/RELEASE_NOTES Wed Mar 11 07:43:19 2015
@@ -0,0 +1,23 @@
+Apache Flex BlazeDS 4.7
+=======================
+
+Apache Flex BlazeDS 4.7 is the first release of BlazeDS from Apache. Earlier
+releases were provided by Adobe Systems Inc. 
+
+Known Issues
+_____________
+
+
+Differences from Adobe BlazeDS 4.6 include:
+
+- No functional differences the only changes that were made were adding code 
to make the
+  test-suite run against a server instance brought up by the test-suite itself 
making it
+  self sufficient. The Adobe version relied on the availability of a running 
BlazeDS server
+  instance.
+
+Please report new issues to our bug tracker at:
+
+    https://issues.apache.org/jira/browse/FLEX
+
+                                          The Apache Flex Project
+                                          <http://flex.apache.org/>

Added: release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.tar.gz.asc
==============================================================================
--- release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.tar.gz.asc (added)
+++ release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.tar.gz.asc Wed Mar 
11 07:43:19 2015
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJU83m1AAoJEFHeMbZbKIBXqasP/18DqPRBCtY/cXw1Lb+aT3Iy
+418SMHxa7EpCd+vhQFlnL0iwlWKSpAcp/agK8BZgy6MuzVgHzWiA1lq2A5ms/jk3
+JCSVGhdvfsW+hmO3YbCIXVLfxmkilRbJWA6DTqo9QVI28fATwz6Uw2F2106sG5U6
+kKhfcC0jLsxHC4I0XN5N6LzoAh6L5Wgy3OqzK2J+OQIHRZbhqOhOPx7O2kNz3ad6
+strpuWxMvXASzPsC4sOo3JLphy4ss56xdZNn3awu93OY2zj/G981lTVY9hFX9v1t
+b0B87JcEqr9EI0ERUy2/cEoHpl5Y0Yy9gNQwmvB72K5nR2RaMlBo+gvvhviz2hlk
+qP4ROVm3bSvFsQ6b6K7GQ6lwdhxZc6NTHEBhpE4bVZ1U0m8UXDS6Cmf9XuC92c9e
+XKIa2r2bhtdUic9mQPBs46W1je4ddxYDDi18G5eJyZ6TQFX51K83W0pTIjFXKKA8
+RXeTWeFB8p5fotmm/++nyCqX5FyURS8RCSWZ03UqO3/+mp5BcUR033I88w1zA0S3
+FRDYLZlLVO2HDh1yIKQhmHMXnXsGiG+4k1fEgmEpDIZgHYl2ZvoGJ/NEtk0baBBV
+oGuzQ1cgJpDTyvWzT6xUxtqu8IJkff53Ml+7VjMDhO/Px2St9/l7XT4MKNn8QUkH
+wLkoVOss+TC33/dJzsnJ
+=alWP
+-----END PGP SIGNATURE-----

Added: release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.tar.gz.md5
==============================================================================
--- release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.tar.gz.md5 (added)
+++ release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.tar.gz.md5 Wed Mar 
11 07:43:19 2015
@@ -0,0 +1 @@
+a5106f83d4d7ff2dc40ecffb746143d2
\ No newline at end of file

Added: release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.zip.asc
==============================================================================
--- release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.zip.asc (added)
+++ release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.zip.asc Wed Mar 11 
07:43:19 2015
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJU83m0AAoJEFHeMbZbKIBXtu4P/j0cxt4gGaaRhIc3SWl3QUt5
+jBKkPU3dDZEaCnNPZhpHwTPXQCquyLbTnjc4lq6NcJI4qeAECPusSzhV4HvBUGZS
+h+/mpNWlE/d/YyYRYPGBwzkt6X1tWcxyJqI6pyNkdCwYsJ2OOrjS5rGKFhVr4h5d
+aYQH+znDofWJXcaWjBlxXvaONpvQMYt7/V4KbpL9UVofm95TW+yI5N/wZ1m0uMC+
+sm5cfHFd8lAr2UjcUW0BiRvYnVUz0xnxxQ7tOvP05VRs635cy8REhFrJq8URTDZs
+POnzHKEjHyhHK+Jwk23QXVO8SWVMxsgM4ftpDOWsc2qXmVU/cjmmK+dNmRx3edZ4
+6XGxll5PLhoNzoaVGt+aqtcPksXbl5+edMgm1Qxii8gwuB72NrR2AicA/ypTUzsg
+l1sSmqnDnA2JBd5dSud23QNrgWbpZ+HL9ivRAOW+T27vgR0d4gIF8WAzp3DpRsRH
+2FdYNEBVrew/D4YEnIWN8f6PnXqk/7MuHAF0QD/K4rAMFrn1AyZ+dQO/TO4OUR8B
+8iazPUH4kRoWaKl9UlBnGWzTwydOglvFUJZH3Io+BxLEi1jEacbrK5SD3KixIbzy
+XDxXZ/1K3a9ROc7pEB896VLlF/Iy3cVfHuz6FFkx3ecGvTTMVJpXBHt2XMnuJGMR
+3glDvMXD/AcmupgYuA09
+=OTXv
+-----END PGP SIGNATURE-----

Added: release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.zip.md5
==============================================================================
--- release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.zip.md5 (added)
+++ release/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.zip.md5 Wed Mar 11 
07:43:19 2015
@@ -0,0 +1 @@
+3f1928fb7615f335142470a07d6c27a4
\ No newline at end of file


Reply via email to