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/09/17 22:52:02 UTC

svn commit: r6542 - /release/flex/tourdeflex/1.1/

Author: jmclean
Date: Wed Sep 17 20:52:01 2014
New Revision: 6542

Log:
TourDeFlex 1.1

Added:
    release/flex/tourdeflex/1.1/
    release/flex/tourdeflex/1.1/README
    release/flex/tourdeflex/1.1/RELEASE_NOTES
    release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.tar.gz   (with props)
    release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.tar.gz.asc
    release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.tar.gz.md5
    release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.zip   (with props)
    release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.zip.asc
    release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.zip.md5

Added: release/flex/tourdeflex/1.1/README
==============================================================================
--- release/flex/tourdeflex/1.1/README (added)
+++ release/flex/tourdeflex/1.1/README Wed Sep 17 20:52:01 2014
@@ -0,0 +1,79 @@
+
+  The Apache Flex Tour De Flex component explorer provides a sample set of working
+  Apache Flex examples.
+	 
+  This application is based on work donated by Adobe and their component explorer and is
+  expected to be updated over time.
+  
+  
+==========================================================================================
+Initial Setup Required
+==========================================================================================            
+  
+    The environment variable FLEX_HOME needs to be set to the absolute path of the Apache
+    Flex SDK. If you prefer you can set this in env.properties.
+  
+==========================================================================================
+How to build Tour De Flex using ant (no IDE is required)
+==========================================================================================
+
+1.  On Linux or Mac un tar/gzip the source distribution:
+	    tar -zxvf apache-flex-tour-de-flex-component-explorer-1.0.tar.gz
+	Or if on windows unzip 
+		apache-flex-tour-de-flex-component-explorer-1.0.zip
+
+2.  In the base directory, run:
+        ant compile
+        
+3. To optionally create a release source package, run:
+ 		ant package
+
+4. Open explorer.html in your browser of choice. 
+
+Note Some browsers (such as Chrome) may not be able to view local content without further
+configuration.
+
+5. To remove all of the compiled swfs:
+ 		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
+
+==========================================================================================
+Compiling a single example
+==========================================================================================
+
+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
+==========================================================================================
+
+1.  Check out the the code from the Apache Flex utilities project
+	 git clone https://git-wip-us.apache.org/repos/asf/flex-utilities.git flex-utilities
+	 cd flex-utilities
+	 git checkout develop 
+
+2.  Change directory to:
+	cd TourDeFlex/TourDeFlex3
+
+
+Thanks for using Apache Flex.  Enjoy!
+
+       The Apache Flex Project
+       <http://flex.apache.org>	

Added: release/flex/tourdeflex/1.1/RELEASE_NOTES
==============================================================================
--- release/flex/tourdeflex/1.1/RELEASE_NOTES (added)
+++ release/flex/tourdeflex/1.1/RELEASE_NOTES Wed Sep 17 20:52:01 2014
@@ -0,0 +1,45 @@
+------------------------------------------------
+Apache Flex Tour De Flex Component Explorer 1.1
+------------------------------------------------
+
+Apache Flex Tour De Flex 1.1 is an update to 1.0 adding a few improvements and
+fixing a few broken and non working examples.
+
+Changes since the version 1.0
+- Update README and RELEASE_NOTES
+- Added some Apache Flex specific examples (we would like to see more)
+- Added button to copy code in source tab
+- Added button to link to github code
+- Added button to copy link to example
+- Improved build file ant tasks descriptions
+- Removed broken view source URLs
+- Fixed a few other minor issues
+- Now contains over 300 examples!
+
+Known issues:
+- Callout example in the Apache Flex 4.9 examples fails to show the callout.
+  The sample code will work externally. See FLEX-34539 for details.
+
+Bugs fixed and improvements:
+FLEX-34530 TDF ScrollBarExample not setting up default vertical scroll and 2 warnings
+FLEX-34529 TDF Bidirectional binding example label/warning
+FLEX-34502 Add link to github in TourDeFlex
+FLEX-34500 Show total number of examples in Tour De Flex UI
+FLEX-34495 Error loading source file
+FLEX-34492 Need ability to link to examples
+FLEX-34491 The Spark Module Load example is non functional
+FLEX-34490 The Spark Video example produces a "Playback Error"
+FLEX-34489 Some examples are missing all source files tab
+FLEX-34488 Add favicon to TourDeFlex
+FLEX-34483 Make logo links to Apache Flex web site
+FLEX-34482 Add copy button to copy code examples to clipboard
+FLEX-34480 If TourDeFlex is run from an untrusted location you get an error
+FLEX-34479 Change naming format of TourDeFlex
+FLEX-34478 Wrong paths for video in TourDeFlex application
+FLEX-34474 TourDeFlex effects example bad styles and modifying default destination scaling
+
+------------------------------------------------
+Apache Flex Tour De Flex Component Explorer 1.0
+------------------------------------------------
+
+Initial parity release for Adobe's Tour De Flex Component Explorer.
\ No newline at end of file

Added: release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.tar.gz.asc
==============================================================================
--- release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.tar.gz.asc (added)
+++ release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.tar.gz.asc Wed Sep 17 20:52:01 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJUE5ShAAoJEODyhZOu6tFRc60QAJ9OW3Z3vGKs3bKNYzIsAZdf
+rDDQ+YQZYDMnBMqAMoa2At3ZDxFcVNG7HfEBJD8bV3hKrlT3nmgCIy2g+gT/haY2
+iLJCDbuZxmZNjUKsdmlCZaC9S+j6WxCfbXNapM0DoG22ebxHUvOyN+op74kEK/5z
+AYwBBTkTaf3FTB1005ivU2/6qtMBDup3j9qkZ3IOgli/yf4Hu6mv8QIqmF07pwGX
+1w777ZVEfaEHGUDXP2dRjEhwalmiVI1gJLcJPEFJ0Wze4TJZeOUSUbxurYWBe4XA
+3fP77BKhx48sHB9idy1LrzdAD5QkC0s4KybZpe5wFCbhymtop2LlcxoU7wlyzmQ+
+2bbpqONVgBG5tWtIyQMYxPPPPOS+f9vd136QgQkIPFSFQEW6iCZyrPI0IM3yEhko
+NHXqPJ2bczAV7q6nKq3754uk52ByUDh70YYo6aMaAOTHNed+od6KoTqTxSd4RLSs
+EmVwVQfh4zKbzvtkl5CdbtULK0/wj2WGdLNrRt1HzuIa0quZhMuJOmHF0haRtfma
+O6R/pFiWXGTwIILirzNigMANj8E/R2rH22nzqPCWdliv+XZRJsbDOrdsqUdyIO9x
+03WDi7IpnWd8px3BArAoxqPl6opoL4UYeX/2878qtgmInG2S/v3qRYbidhmc98eb
+KZhJ20OKFOsB+Dn6MHZV
+=Hi2f
+-----END PGP SIGNATURE-----

Added: release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.tar.gz.md5
==============================================================================
--- release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.tar.gz.md5 (added)
+++ release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.tar.gz.md5 Wed Sep 17 20:52:01 2014
@@ -0,0 +1 @@
+95b9895120eebac1f2cd09929629ba2c

Added: release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.zip
==============================================================================
Binary file - no diff available.

Propchange: release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.zip.asc
==============================================================================
--- release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.zip.asc (added)
+++ release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.zip.asc Wed Sep 17 20:52:01 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJUE5ShAAoJEODyhZOu6tFRneQP+wWXzsTyd5jVoQhZ/fQNkTE+
+zbzv5c9Zb3CjTtaJaDCWVcvU80vtkcrByKCpewGDXPFwYN+oLiGuxKtLNa0Eg51s
+6Ev1wsqGujDJbRd69+PMKGqOn/0AVNpDuZMiBuoUTjBgECj2A4fAmwRrJudtr5JJ
+DinakOFKyAwuLieu1Xul8IzqGGqg+/iHjjjiksfyxghEFB1vZEcLQnrdBkSJc7BE
+v6t7bugs7buFjSGTIzB+W/Grd8Pue7NgmARiRF3jJ47NrWGjXl7vYAK4R/iocmdu
+Zfx6l94Wl4/B7Vx91LO0ugzLYeLO1HE2gPM4m1yMUx3lNSlyfBGToNDa5S0KWSkF
+p82L5x0bVS24pxh58Axg03qaLsQb92vPGa9dBELsvi8nlI3grQi6BWA+W2uhzFqY
+4u9ZVs8xV0KxLklPHASq8f+XYDgZKLdFvjYwXFp1oR0ckFJ5d38GCU02ac2/0po9
+kMokycHnLM6BrkLfbXxz2xtDgmk8n1SjG9t/YYpSxlE8kwa7JxVEXvgFN7cDoHP3
+zBTeQs5BGwf7GMQs3/zRvk3qC7CnFu3TCnp3FhHCJQuBMRa62GdQsGkA+xWXuhJ2
+9PO7VI3pYmb3yCFkxui5lCg5vng81/DhXb/J8R4uSLcWfK9/wwq0SvLkxZiPIeIe
+u5dQOd/Texw+lpckzVqb
+=WS5J
+-----END PGP SIGNATURE-----

Added: release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.zip.md5
==============================================================================
--- release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.zip.md5 (added)
+++ release/flex/tourdeflex/1.1/apache-flex-tour-de-flex-component-explorer-1.1-src.zip.md5 Wed Sep 17 20:52:01 2014
@@ -0,0 +1 @@
+082bda333edb55e7874b99db60b260fc