You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/08/25 03:06:19 UTC

[2/2] git commit: [flex-utilities] [refs/heads/develop] - add info on ant target and compiling example by hand

add info on ant target and compiling example by hand


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

Branch: refs/heads/develop
Commit: 952b66d1079f720c983ca56ef2d1e38969abed52
Parents: 1e44e28
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Aug 25 11:05:23 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Aug 25 11:05:23 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/README | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/952b66d1/TourDeFlex/TourDeFlex3/README
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/README b/TourDeFlex/TourDeFlex3/README
index 1fb2c97..85f427a 100644
--- a/TourDeFlex/TourDeFlex3/README
+++ b/TourDeFlex/TourDeFlex3/README
@@ -38,6 +38,26 @@ configuration.
  		ant clean
  		
 ==========================================================================================
+Some other useful ant targets
+========================================================================================== 		
+	
+There are several other useful ant targets. Note that compile-shell is required if you want
+changes to explorer.xml to take effect.
+
+	 compile-shell   compile explorer shell
+	 compile-mx      compile mx examples
+	 compile-spark   compile first set of spark examples
+	 compile-spark2  compile second set of spark examples
+	 compile-spark3  compile third set of spark examples
+ 	 compile-apache  compile apache examples
+	 package-tar     tar up all source files
+	 package-zip     zip up all source files
+
+Most of the examples can be compiled by hand with mxmlc. For example:
+
+	mxmlc ./src/spark/controls/ListExample.mxml 
+ 		
+==========================================================================================
 How to check the code out of Git
 ==========================================================================================