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 2016/04/29 19:11:41 UTC

[3/3] git commit: [flex-falcon] [refs/heads/develop] - update readme and release notes

update readme and release notes


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/2552ded7
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/2552ded7
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/2552ded7

Branch: refs/heads/develop
Commit: 2552ded77673598c11aa8f62f7d27f65b6824db4
Parents: b6d536d
Author: Alex Harui <ah...@apache.org>
Authored: Fri Apr 29 10:11:28 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Apr 29 10:11:28 2016 -0700

----------------------------------------------------------------------
 README           | 35 +++++++++++++++++++++--------------
 README_JX        |  6 +++---
 RELEASE_NOTES    | 10 ++++++++++
 RELEASE_NOTES_JX | 14 ++++++++++++++
 4 files changed, 48 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2552ded7/README
----------------------------------------------------------------------
diff --git a/README b/README
index b5b8cf9..028c65b 100644
--- a/README
+++ b/README
@@ -32,9 +32,13 @@ Getting the latest sources via git
 	 cd flex-falcon
 	 git checkout develop
 
-    The Apache Flex Compiler also requires code from other Apache Flex git
-    repositories or an Apache Flex SDK.  To get the latest source via git 
-    for the Apache Flex SDK use the following command:
+    When working with the sources from Git, the Apache Flex Compiler 
+    also requires code from other Apache Flex git repositories or an Apache Flex SDK.
+    These Apache Flex SDK source files are bundled in Apache Flex Falcon
+    source code distributions, so this step is optional when using source code
+    distributions.
+
+    To get the latest source via git for the Apache Flex SDK use the following command:
 
 	 git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git flex-sdk
 	 cd flex-sdk
@@ -89,7 +93,7 @@ Install Prerequisites
 
     Optional: Apache Flex TLF source (*7)        TLF_HOME
 
-    Optional: Flex Messaging Common (*8)        BLAZEDS_HOME
+    Optional: Flex Messaging Common (*8)         BLAZEDS_HOME
 
     ==================================================================================
 
@@ -159,11 +163,10 @@ Install Prerequisites
         These can be used with the Apache Flex Compiler but not all have not been fully
         tested.
 
-    *6) The FLEX_HOME variable should point to a folder containing a folder
-        named textLayout that contains a src folder of the flex-sdk sources.
+    *6) The FLEX_HOME variable should point to a folder of the flex-sdk sources.
         If you don’t provide this variable (and TLF_HOME and BLAZEDS_HOME), 
-        you may not be able to run all of the tests in the compiler.tests 
-        and compiler.jx.tests folders.
+        you may not be able to run all of the tests in the compiler 
+        and compiler-jx folders.
 
     *7) The TLF_HOME variable should point to a folder containing a folder
         named textLayout that contains a src folder of the TLF sources.
@@ -191,11 +194,12 @@ Software Dependencies
     download.  Most of the jars are installed in lib/external when installed
     into an Apache Flex SDK and the lib folder in the repository working copy.
 
-        antlr - http://search.maven.org/remotecontent?filepath=org/antlr/antlr-complete/3.5.2/antlr-3.5.2-complete.jar
-        commons-cli - http://archive.apache.org/dist/commons/cli/binaries/commons-cli-2.4-bin.tar.gz
-        commons-io - http://archive.apache.org/dist/commons/io/binaries/commons-io-2.0.1.tar.gz
-        guava - http://search.maven.org/remotecontent?filepath=com/google/guava/guava/17.0/guava-17.0.jar
-        jburg - http://search.maven.org/remotecontent?filepath=net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar
+        antlr - https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-3.5.2-complete.jar
+        commons-cli - https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2-bin.tar.gz
+        commons-io - https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.tar.gz
+        commons-lang - https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.tar.gz
+        guava - https://repo1.maven.org/maven2/com/google/guava/guava/17.0/guava-17.0.jar
+        jburg - https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar
         jflex - http://jflex.de/jflex-1.6.0.tar.gz
         lzma - http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip
 
@@ -260,7 +264,10 @@ Building the Source in the Source Distribution
 Running Tests
 -------------
 
-Before running unit-, functional- or feature-tests you need to create a unittest.properties file ( template is found here compiler.tests/template-unittest.properties ). 
+Before running unit-, functional- or feature-tests you may need to create a 
+compiler/src/tests/unittest.properties file 
+
+A template is found here compiler/src/main/resources/template-unittest.properties. 
 
 
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2552ded7/README_JX
----------------------------------------------------------------------
diff --git a/README_JX b/README_JX
index e1cd634..cd1cc1e 100644
--- a/README_JX
+++ b/README_JX
@@ -55,7 +55,7 @@ Install Prerequisites
 
     *1) Set the ASJS_HOME variable to the root of the Apache FlexJS SDK or repository.
         This is optional and only required to run the FlexJS dependent tests in
-        the compiler.jx.tests folder.
+        the compiler-jx folder.
 
 Software Dependencies
 ---------------------
@@ -72,7 +72,7 @@ Software Dependencies
 
 	args4j = http://search.maven.org/remotecontent?filepath=args4j/args4j/2.0.28/args4j-2.0.28.jar
         Google Closure Compiler - http://github.com/google/closure-compiler/archive/v	20151015.zip
-        commons-io - http://archive.apache.org/dist/commons/io/binaries/commons-io-2.4.tar.gz
+        commons-io - https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.tar.gz
 	org.json = http://search.maven.org/remotecontent?filepath=org/codeartisans/org.json/20131017/org.json-20131017.jar
 
 
@@ -134,7 +134,7 @@ Building the Source in the Source Distribution
 Running Tests
 ---------------------
 
-Before running unit-, functional- or feature-tests you need to create a unittest.properties file ( template is found here compiler.tests/template-unittest.properties ). 
+Before running unit-, functional- or feature-tests you may need to create a unittest.properties file ( template is found here compiler/src/main/resources/template-unittest.properties ). 
 
 
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2552ded7/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 5fcc3c5..40a9822 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,13 @@
+Apache Flex 'Falcon' Compiler 0.7.0
+=================
+Apache Flex 'Falcon' Compiler 0.7.0 is the fifth release of a next-generation
+compiler intended to someday replace the MXMLC in Apache Flex SDKs, and is the
+compiler for Apache FlexJS SDKs.
+
+This release includes Maven artifacts.
+
+Lots of bug fixes and other small improvements are included in this release.
+
 Apache Flex 'Falcon' Compiler 0.6.0
 =================
 Apache Flex 'Falcon' Compiler 0.6.0 is the fourth release of a next-generation

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2552ded7/RELEASE_NOTES_JX
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES_JX b/RELEASE_NOTES_JX
index e4bda7e..5dfd3f5 100644
--- a/RELEASE_NOTES_JX
+++ b/RELEASE_NOTES_JX
@@ -1,3 +1,17 @@
+Apache Flex 'FalconJX' Cross-Compiler 0.7.0
+=================
+
+Apache Flex 'FalconJX' Compiler 0.7.0 is the fifth release of a next-generation
+compiler that, instead of creating a SWF or SWC, cross compiles MXML and ActionScript
+to JavaScript.  It is intended for use as the cross-compiler for Apache FlexJS SDKs.  
+
+This release includes Maven artifacts.
+
+The ability to use source maps to see your ActionScript source in the browser debugger is introduced in this release.  The implementation is likely to have bugs.
+
+In addition, lots of bug fixes and small improvements are included in this release. 
+
+
 Apache Flex 'FalconJX' Cross-Compiler 0.6.0
 =================