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/11/01 00:22:31 UTC

svn commit: r6982 - in /dev/flex/TourDeFlex/1.2: ./ rc0/

Author: jmclean
Date: Fri Oct 31 23:22:31 2014
New Revision: 6982

Log:
Added Tour De Flex 1.2 RC0

Added:
    dev/flex/TourDeFlex/1.2/
    dev/flex/TourDeFlex/1.2/rc0/
    dev/flex/TourDeFlex/1.2/rc0/README
    dev/flex/TourDeFlex/1.2/rc0/RELEASE_NOTES
    dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz   (with props)
    dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.asc
    dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.md5
    dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.zip   (with props)
    dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.asc
    dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.md5

Added: dev/flex/TourDeFlex/1.2/rc0/README
==============================================================================
--- dev/flex/TourDeFlex/1.2/rc0/README (added)
+++ dev/flex/TourDeFlex/1.2/rc0/README Fri Oct 31 23:22:31 2014
@@ -0,0 +1,80 @@
+
+  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.2.tar.gz
+	Or if on windows unzip 
+		apache-flex-tour-de-flex-component-explorer-1.2.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
+ 	 compile-squiggly  compile apache squiggly 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: dev/flex/TourDeFlex/1.2/rc0/RELEASE_NOTES
==============================================================================
--- dev/flex/TourDeFlex/1.2/rc0/RELEASE_NOTES (added)
+++ dev/flex/TourDeFlex/1.2/rc0/RELEASE_NOTES Fri Oct 31 23:22:31 2014
@@ -0,0 +1,68 @@
+------------------------------------------------
+Apache Flex Tour De Flex Component Explorer 1.2
+------------------------------------------------
+
+Apache Flex Tour De Flex 1.2 is an update to 1.1 adding a few minor improvements.
+
+Changes since the version 1.1
+- Added welcome page
+- Added support for 3rd party examples
+- Changed examples look and feel to be more consistent
+- Added Squiggly spelling engine 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-34505 Add squiggly example to Tour De Flex
+FLEX-34501 Allow 3rd parties to provide examples for inclusion in TourDeFlex
+FLEX-34596 Tour De Flex linking is broken
+FLEX-34493 Loading bar not centered in panel
+FLEX-34485 Improve TourDeFlex consistency and design
+
+------------------------------------------------
+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: dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.asc
==============================================================================
--- dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.asc (added)
+++ dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.asc Fri Oct 31 23:22:31 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJUVBFQAAoJEODyhZOu6tFR8rYP/2NI8gT3w5hVogrFLUdJZFMK
+UpvgAPNB2oKGbt4jHtg8bUvTwr1uD46CM46IZjUM7tTfD82AngicQY70rMsfuJBC
+jx8afwXg4fWLBRIQX9aBUgdWgnVjk6IoLzmxLcVZfNAxdgjKJdXps60ENenwaJBO
+VsUrABVzBhpvjGG/RUGd8qq8Cf15HWuK9WHT6dTkuhfGoA4NMJK8g43EFpvXA6ny
+jIf1BY0ZY3/aH0bycVq+q4zq0GzH+9mzK1lzZkR6fcYsjC6/cLNElgxi1ZKXSJhJ
+89iNra0lpQviAu+xhfZX0oWZXHRwVBxXa/HkAxNgp9oz/iZr1BO4e3aL8u0GAHpH
+ejFJQiKZ7l5AOVvkoWGKW2XuzNWVRJ+Wze1Qikfxa6LDsArxktyVeVhjnn3WHsP4
+p894bB2ISsC+cI4gupGX1+eFWs/aUj/dkHRwsneNV74yvZ2DFjmNotiNfR0b5WrB
+Jux6Cc2p+Om43iNU8yngsnH6SEqY8rDwESknKK3grZ/7YNyIOM4YK5YNUd3JfE+j
+F+qVFlB//fN//TrX2ynW1hFuDXPbViQvxeu8e8Evlmnu5YnfH7/tTfzATUOuExfk
+SgYfFW6Nh+8yH2IUBfV1o2C4eLaWMuiO6wRhE3s6/fNvIqtBuA92X6MZFlJ3noWw
+JKQGrbDHktx0XkNUcZiP
+=6Ou3
+-----END PGP SIGNATURE-----

Added: dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.md5
==============================================================================
--- dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.md5 (added)
+++ dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.md5 Fri Oct 31 23:22:31 2014
@@ -0,0 +1 @@
+e0a42429851b248bbd20365118ab6f7b

Added: dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.asc
==============================================================================
--- dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.asc (added)
+++ dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.asc Fri Oct 31 23:22:31 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJUVBFQAAoJEODyhZOu6tFRkDAP/04Kbax1rGgYGsZOqPDEFuKB
+dD5yxOO2PypfIvTDGWsvF/CiwtYtCr59o1xK7Oc8j4X0FF9TpCCJjMsETYPxzhDv
+4DBLiX5omMbRvKAu0Jrr3p7yUTgATzJJrOi/5JSmLDCGOPcYW8f13MXL1HokGGo/
+TYr2FkbEMxKxmpbXa9tfbjaNkkKQ6VROJ1IefRu1dWUtL8Lwlm3NhEkvTpm1QxKp
+NWl7grALYAxMWKgT82IRosOWyA4XYKkzl2oxEk3+uE1irfNupuI7FvDSvEo6h7hv
++24961qNjqtJHmdTFOObCit71gb420UTivq74f4qomWX8VY0Jfpug3x+DJxKPTQi
+sSAQungtNBAXvxVDa+Lzmtm3eKBnrXOgU6lJhoLlBX6JOJbhw8R17P6+4KYghBKv
+k3eFPn9v/++MwwDpTNWjwQCV+ei4doM/oTlaCh+AMXkmr85xqdWANOCBjFKQHRzl
+IPdKlJ+RRK8vGFZ26TSut8nyFq7vB36AHjeRtFGknD6hKCdJjhZWyd8GxPicare4
+G1Z3mc0wWfjU0dP7pxZT6vVrWBTcZ47StTlCPNN5oa3OJnFhTXSl60E7+n6/z8oy
+ro4pChgqDk1cdBk8JCZFeBiJb/Dij3y0Dk6z0Xk1nmNwtSYi9vvzlIQPe0U664+G
+6G0MqLecTxHE2nbOetD0
+=aYz5
+-----END PGP SIGNATURE-----

Added: dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.md5
==============================================================================
--- dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.md5 (added)
+++ dev/flex/TourDeFlex/1.2/rc0/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.md5 Fri Oct 31 23:22:31 2014
@@ -0,0 +1 @@
+2a80eccf6858704658072a1f31a79076