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/29 07:33:46 UTC

svn commit: r7276 - /release/flex/tourdeflex/1.2/

Author: jmclean
Date: Sat Nov 29 06:33:46 2014
New Revision: 7276

Log:
Added Tour De Flex 1.2 release

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

Added: release/flex/tourdeflex/1.2/README
==============================================================================
--- release/flex/tourdeflex/1.2/README (added)
+++ release/flex/tourdeflex/1.2/README Sat Nov 29 06:33:46 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: release/flex/tourdeflex/1.2/RELEASE_NOTES
==============================================================================
--- release/flex/tourdeflex/1.2/RELEASE_NOTES (added)
+++ release/flex/tourdeflex/1.2/RELEASE_NOTES Sat Nov 29 06:33:46 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: release/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz
==============================================================================
Binary file - no diff available.

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

Added: release/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.asc
==============================================================================
--- release/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.asc (added)
+++ release/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.asc Sat Nov 29 06:33:46 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJUcgnXAAoJEODyhZOu6tFRh1EP/2MGdi3Y4LatzHctVs8ySIN4
+BVa62c7MgS4MhFTq8qfiGnMF4FR0KPLhj/YbZTAwAqcnz6ur6nFDeJ7DzDkwulzd
+lQE/uJNVKWHSWoj+sT2JtDiOF6Kb4nV7Up+lIAED/HOUEJmkPnVlfJy5d/tdfoh8
+uVITwkqtCCC/HLGGANk5SBt1yBeuDvkOrIFKKSAKiuHPJZgCQ12QMSiaMzKvbIQw
+F4tY+o1GCfHB2mG3lifOViNkKfWJtfABFisZ/mEJm0Sg1D9E3cRM/dzKMvD1qUHS
+lJnKGbV16PXY0E046pDgIkf7gu8AvKqkxs71ddQO3df9m8crOXLkUnDB7pyalGuc
+L9pqY2htsCkKP3aCHlfE+YiXeArLWqY6s3KRZvE1roMf7QUej8IyuxmMfPh3l1jK
+krEkIncL4e8Fi/Cudxme1TeA43BTA5nZ2cjswxri+gHeV4ZblzDKlzBGeebpiXFi
+GekkgbK0WPilBHzoKN8uCmhPEiHp0n2Nac8WXRQiEACz6cBfKoLZ3FZUxvE82KJ1
+bgPDLz/MF4OgJrOUCDnmIHnuFiGtsXHH2TfRyVNBMv23F78tJegnY/Xyv1c6kFB8
+wlPCw+Gt2WJ2+HAacX5qDJzbDn3UgVXLW1cHtU1eE9YlLGHXbTzDE4Wq07YMBn+G
+7HEdTNFTNHoQH3g37P2e
+=yhXu
+-----END PGP SIGNATURE-----

Added: release/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.md5
==============================================================================
--- release/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.md5 (added)
+++ release/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.md5 Sat Nov 29 06:33:46 2014
@@ -0,0 +1 @@
+150c35672e29ad3928bfe9a10b99888e

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

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

Added: release/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.asc
==============================================================================
--- release/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.asc (added)
+++ release/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.asc Sat Nov 29 06:33:46 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJUcgnWAAoJEODyhZOu6tFRAqgP/i6MhSEhEZ7k5B1ZLx7c/ZLB
+8qvgT9x9nxStrTMTrG+wFbKdNdp7fUiwTpBkCiU0Bl1/s/A92SqQ5xJCBigggWnA
+Tvg+UJURXELU8LjdvM1BaZ08QN/EGkte/AV1NUel3PsGa8x8mh/CK/2URE53vbx0
+M90q0PYN3QZ66+95AnV5oMNDj0S30v1QazTuQKc7uk9kivu1/A/UtBEivcaViOAW
+wiX93n1+/XfR0LpvH/drtHHRqLiTYzXM9ZmA77wUK+dkTi/++dY348Ahw8OqzpEO
+HH8EiVZim4/uwQLW4Zt+tkQLgJ3H5xc+lwhpZ9yFaWbi943vwmXWuBl6yB+rdKkz
+ZNZn+p0sZD9nsXZuifOb81FbLtccJBeFuhAgBTOTl+AYg9vkDa72RC593g9qbojm
+BFkNqxWOF/ngmhaqr6CO8OUcJUFGGna7fBrYYVgj9j4HZhtG7ugsiPAO8lCxLXa5
+9NMQGeX9hzI1W8LP0bP+hdbaGKmaAFOZF46464jjmUOyPOsFhuAJrESY3qOLVy8z
+gojLQMpN/YboEyul41rUsm8JzVr05EQWGFAT6eHUl9B+PNZri9GWMqb4DTE0993W
+9zoTUUNbVnKZrkoAjmdNrA7VnGcJEIvLwnLjbYTeZeczEPB3Qk6RlPIV48lIfwxC
++vxt0L1BG+ZKN4ceykz+
+=Y53m
+-----END PGP SIGNATURE-----

Added: release/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.md5
==============================================================================
--- release/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.md5 (added)
+++ release/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.md5 Sat Nov 29 06:33:46 2014
@@ -0,0 +1 @@
+58d81dbc97750503bc2964c0d160d90e