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 2014/04/16 15:27:59 UTC

[3/9] git commit: [flex-falcon] [refs/heads/develop] - add more issues

add more issues


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

Branch: refs/heads/develop
Commit: bd224cf966cc9b3f02569221372f295aa21df931
Parents: 07f66be
Author: Alex Harui <ah...@apache.org>
Authored: Tue Apr 15 11:22:50 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Apr 15 20:13:22 2014 -0700

----------------------------------------------------------------------
 RELEASE_NOTES | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/bd224cf9/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index daa471c..847540d 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -4,7 +4,9 @@ Apache Flex 'Falcon' Compiler 0.0.1
 Apache Flex 'Falcon' Compiler 0.0.1 is the initial release of a next-generation
 compiler intended to someday replace the MXMLC in Apache Flex SDKs, and is the
 compiler for Apache FlexJS SDKs.  It is based on the Adobe ASC2.0 compiler but
-officially supports MXML compilation and includes some bug fixes. 
+officially supports MXML compilation and includes some bug fixes. This is an
+'alpha' type of release.  Expect to find lots of bugs and missing features, but
+please file bugs and contribute fixes.
 
 Known Issues
 _____________
@@ -15,6 +17,20 @@ The Apache Flex Falcon compiler should work in Adobe Flash Builder 4.7, but does
 not support incremental compilation and may compile the project even if nothing
 has changed.
 
+
+Unit Test results in compiler.tests 
+
+The jar.tests report "Java Result: 1" which is expected as all these tests do is verify that the jar is executable and has a "main" entry point which in this case reports the compiler usage help and returns 1.
+
+Compilation Warnings
+
+The Java compiler will report warnings for several files in this release.
+
+Files in compiler/commandline
+
+The files in compiler/commandline are templates used to create a 'final' SDK.  You cannot run the files in compiler/commandline.  Instead, after the build is complete, there will be an SDK with a bin folder with the same files in compiler/generated/dist/sdk
+
+
 Please report new issues to our bugbase at:
 
     https://issues.apache.org/jira/browse/FLEX