Repository: flex-flexunit Updated Branches: refs/heads/develop e483832a8 -> cb0ec65c3
update redeem and added "ant package" info Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/a7ed9b87 Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/a7ed9b87 Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/a7ed9b87 Branch: refs/heads/develop Commit: a7ed9b870cc1208d83c9a10e6a897672844af27a Parents: e483832 Author: Justin Mclean <[email protected]> Authored: Mon Mar 17 07:41:45 2014 +1100 Committer: Justin Mclean <[email protected]> Committed: Mon Mar 17 07:41:45 2014 +1100 ---------------------------------------------------------------------- README | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/a7ed9b87/README ---------------------------------------------------------------------- diff --git a/README b/README index 3c05b2b..51eef9a 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -Apache Flex (FlexUnit) +Apache Flex FlexUnit ================== -Apache Flex (FlexUnit) is a unit testing framework for Apache Flex and ActionScript 3.0 +Apache Flex FlexUnit is a unit testing framework for Apache Flex and ActionScript 3.0 applications and libraries. It mimics the functionality of JUnit, a Java unit testing framework, and comes with a graphical test runner. @@ -17,10 +17,10 @@ Getting the latest sources via git For further information visit http://flex.apache.org/download-source.html -Building Apache Flex (FlexUnit) +Building Apache Flex FlexUnit ========================= - Apache Flex (FlexUnit) requires some build tools which must be installed + Apache Flex FlexUnit requires some build tools which must be installed prior to building FlexUnit and it depends on some external software which are downloaded as part of the build process. Some of these have different licenses. See the Software Dependencies section for more information on the external software @@ -70,8 +70,8 @@ Install Prerequisites Software Dependencies --------------------- - Apache Flex (FlexUnit) uses third-party code that will be downloaded as part of the Apache - Flex (FlexUnit) build. + Apache Flex FlexUnit uses third-party code that will be downloaded as part of the Apache + Flex FlexUnit build. When you have all the prerequisites in place and the environment variables set, (see Install Prerequisites above), use @@ -110,22 +110,24 @@ Software Dependencies saxon9he - http://search.maven.org/remotecontent?filepath=net/sf/saxon/Saxon-HE/9.4/Saxon-HE-9.4.jar (License - MPL 1.1) -Building Apache Flex (FlexUnit) +Building Apache Flex FlexUnit ----------------------------------------------- When you have all the prerequisites in place and the environment variables set, - (see Install Prerequisites above), use + (see Install Prerequisites above), to build Apache Flex FlexUnit use: cd <flexunit.dir> ant - - build Apache Flex (FlexUnit). - � - To clean the build use + + To clean the build use: ant clean + + To package the build use: + + ant package -Thanks for using Apache Flex (FlexUnit). Enjoy! +Thanks for using Apache Flex FlexUnit. Enjoy! - The Apache Flex Project - <http://flex.apache.org> +The Apache Flex Project +<http://flex.apache.org>
