Repository: flex-asjs Updated Branches: refs/heads/develop 7c0b48a53 -> 0473c49db
update release notes with information about building the examples Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/137872e3 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/137872e3 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/137872e3 Branch: refs/heads/develop Commit: 137872e3803022beea78d4401645869e6e5caa6b Parents: 7c0b48a Author: Alex Harui <[email protected]> Authored: Sun Apr 20 07:39:54 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Apr 23 13:57:11 2014 -0700 ---------------------------------------------------------------------- RELEASE_NOTES | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/137872e3/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index ffaacff..3ba3d68 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -22,6 +22,14 @@ Examples and Compiler Warnings Several of the Exammples will have compiler warnings in the output and return an exit code of 2. But they still be operational. +Building the Examples + +There are several examples in the "examples" folder. Use "ant examples" from the +SDK's build.xml to build them. Building them individually may result in errors. +The DataBindingTest is the most up-to-date example and should allow both the SWF +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. Please report new issues to our bugbase at:
