update release notes
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/42297a7f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/42297a7f Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/42297a7f Branch: refs/heads/develop Commit: 42297a7f0e9c84ea7990e1067b3c5a8fe95f935a Parents: 16c4a58 Author: Alex Harui <[email protected]> Authored: Fri Jun 6 13:04:51 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Jun 6 13:04:51 2014 -0700 ---------------------------------------------------------------------- RELEASE_NOTES | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/42297a7f/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 8f2922a..05ffe87 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -21,7 +21,7 @@ https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Flash+B Examples and Compiler Warnings -Several of the Exammples will have compiler warnings in the output and return +Several of the Examples will have compiler warnings in the output and return an exit code of 2. But they still be operational. Building the Examples @@ -33,6 +33,26 @@ version and cross-compiled version to select one of the stock symbols from the drop down and hit a button to get a stock price. Some of other the examples may not cross-compile or work correctly. +Java Version Mismatch + +If you get an error: Exception in thread "main" java.lang.UnsupportedClassVersionError: +org/apache/flex/compiler/clients/MXMLJSC : Unsupported major.minor version 51.0 (or a +larger number), this indicates that FlexJS is trying to use Java 6 to compile cross- +compile the application. Check the path to Java specified in the js/bin/mxmlc or +js/bin/mxmlc.bat file. You may have to modify it to point to a Java 7 JDK. If the +error occurred when using one of the Flash Builder launch configurations, try +running the js/bin/mxmlc or js/bin/mxmlc.bat file from the command line. + +"${project_loc}" Error + +You may get the following error using one of the Flash Builder launch configurations: + + Variable references empty selection: ${project_loc} + +This indicates that Flash Builder cannot determine which project in the workspace is +the active project. Click on the project in the Package Explorer, or on a file in the +editor that belongs to that project before using the launch configuration. + Differences from Apache FlexJS 0.0.1 include: New Features
