You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/06/28 21:44:48 UTC

svn commit: r1355132 - in /incubator/flex/trunk: README RELEASE_NOTES

Author: cframpton
Date: Thu Jun 28 19:44:47 2012
New Revision: 1355132

URL: http://svn.apache.org/viewvc?rev=1355132&view=rev
Log:
Add RELEASE_NOTES and record the known differences with Adobe Flex 4.6 since this is suppose to be a parity release.  Fix huge cut/paste error in README.

Added:
    incubator/flex/trunk/RELEASE_NOTES   (with props)
Modified:
    incubator/flex/trunk/README

Modified: incubator/flex/trunk/README
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/README?rev=1355132&r1=1355131&r2=1355132&view=diff
==============================================================================
--- incubator/flex/trunk/README (original)
+++ incubator/flex/trunk/README Thu Jun 28 19:44:47 2012
@@ -167,8 +167,8 @@ FlashPlayer Configuration
     
     and a FlashPlayerTrust file must allow local SWFs to access local files.
 
- Software Dependencies
-----------------------
+Software Dependencies
+---------------------
 
     Apache Flex uses third-party code that will be downloaded as part of the Apache
     Flex build.  In addition, there is some optional third-party code that you can choose
@@ -243,79 +243,6 @@ FlashPlayer Configuration
        
         This software is released under an Adobe license:
         <http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf>
-
-
-
- 
- 
- 
-               
-    Per the Apache licensing guidelines, if a software dependency has a license which 
-    Apache considers a reciprocal license you will be prompted to acknowledge the license
-    before the software is downloaded to your system. If a software dependency has a 
-    license which Apache considers to be not compatible with the Apache License 
-    Version 2.0 you will be prompted to confirm the download before the software is 
-    downloaded to your system.  The Apache Version 2.0 license is in the LICENSE file.
-    
-    The following dependencies fall into one of these categories.
-    
-    osmf.swc            
-        frameworks/libs
-        
-        Open Source Media Framework v1.0 used for video components
-    
-        This file is extracted from:
-        http://sourceforge.net/projects/osmf.adobe/files/OSMF%201.0%20%28final%20source%2C%20ASDocs%2C%20PDF%20guides%2C%20and%20release%20notes%29/OSMF_1.0.zip/download
-        
-        This software is released under the Mozilla Public License Version 1.1:
-        <http://www.mozilla.org/MPL/>
-        
-        You will need to acknowledge that you are aware of this reciprocal license.
-         
-    textLayout.swc
-        framework/libs
-        
-        Text Layout Format v2.0 used for text in Spark components
-    
-        This file is extracted from:
-        http://sourceforge.net/projects/tlf.adobe/files/2.0/232/textLayout_build.zip/download
-
-        This software is released under the Mozilla Public License Version 1.1:
-        <http://www.mozilla.org/MPL/>
-        
-        You will need to acknowledge that you are aware of this reciprocal license.
-
-    flex-messaging-common.jar
-        libs/external/optional                
-        
-        Provides integration with Adobe BlazeDs.
-               
-        This files are extracted from: 
-        http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip
-       
-        This software is released under an Adobe license:
-        <http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf>
-        
-        This feature is optional.  You will need to confirm that you are aware of its
-        license and would download this software.
-                    
-    flex-fontkit.jar
-    afe.jar, adt.jar
-    aglj40.jar
-    rideau.jar
-        lib/external/optional
-        
-        This feature is optional. Adobe proprietary software which provides embedded font 
-        support.
-       
-        These jars are extracted from:
-        http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip
-       
-        This software is released under an Adobe license:
-        <http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf>
-
-        This feature is optional.  You will need to confirm that you are aware of its
-        license and would download this software.
         
 Building the Source in the Source Distribution
 ----------------------------------------------
@@ -324,7 +251,8 @@ Building the Source in the Source Distri
     source distribution.  The compiler is in the modules directory and the framework
     is in the frameworks directory.
     
-    When you have all the prerequisites in place and the environment variables set, use
+    When you have all the prerequisites in place and the environment variables set
+    (see Install Prerequisites above), use
 
         cd <flex.dir>
         ant main        (or just ant since the default target is main)
@@ -346,8 +274,8 @@ Building the Source in the Source Distri
         
     To generate a source distribution package and a binary distribution package use
         
-        ant release
-    
+        ant -Dbuild.number=<last svn rev> -Dbuild.noprompt= -Dbuild.fatswcs=  release
+
     The packages can be found in the "out" subdirectory.
             
     To get a brief listing of all the targets type
@@ -360,13 +288,14 @@ Building the Framework in a Binary Distr
     The source for most of the framework is included in the binary distribution.  
     It can be useful if you wish to debug and/or extend components.
 
-    When you have all the prerequisites in place and the environment variables set, use
+    When you have all the prerequisites in place and the environment variables set, 
+    (see Install Prerequisites above), use
 
         cd <flex.dir>/frameworks
         ant main        (or just ant since the default target is main)
     
     to download the thirdparty dependencies and build the Flex framework.  You may be 
-    prompted to acknowledge  some of the downloads.  Since the third-party dependencies 
+    prompted to acknowledge some of the downloads.  Since the third-party dependencies 
     take a little while to download and they don't change very often, they are not 
     cleaned with the regular clean target.
     

Added: incubator/flex/trunk/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/RELEASE_NOTES?rev=1355132&view=auto
==============================================================================
--- incubator/flex/trunk/RELEASE_NOTES (added)
+++ incubator/flex/trunk/RELEASE_NOTES Thu Jun 28 19:44:47 2012
@@ -0,0 +1,40 @@
+Apache Flex 4.8.0
+=================
+
+This is a parity release with Adobe Flex 4.6.0.
+
+The official Apache distribution is the source kit which can contain only source.
+Because of this, and various licensing constraints, there must be a few differences.  
+
+====> Please see the README, especially the "Install Prerequisites" section. <====
+  
+  Differences:
+  
+  - BlazeDS integration is an optional feature (Adobe license)
+  - Adobe embedded font support is an optional feature  
+
+  - the lib directory has been restructured
+        -- lib  (jars built from source)
+           -- external (other Apache jars or ones with compatible licenses)
+              -- optional (optional jars with incompatible licenses)
+
+  - the default linkage is -static-link-runtime-shared-libraries=true
+
+  - there no longer Adobe signed RSLs (swz files) in frameworks/rsls
+  - the frameworks/rsls directory contains unsigned RSL for libraries we build
+    
+  - the frameworks/osmf src is not included which means there is not an osmf RSL.  
+
+  - the frameworks/textLayout src is not included which means there is not a textLayout 
+    RSL.  We expect this difference to be limited to this release.
+  
+  - the ASDoc in the asdoc package no longer has active links for Adobe Flash,
+    Adobe Air, the Open Source Media Framework (OSMF) or Text Layout Format (TLF).
+    We hope to correct this in a future release.
+
+Please report new issues to our bugbase at:
+
+    https://issues.apache.org/jira/browse/FLEX
+
+                                          The Apache Flex Project
+                                          <http://incubator.apache.org/flex/>

Propchange: incubator/flex/trunk/RELEASE_NOTES
------------------------------------------------------------------------------
    svn:eol-style = native