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/14 14:20:22 UTC

svn commit: r7148 - /dev/flex/TourDeFlex/1.2/rc1/

Author: jmclean
Date: Fri Nov 14 13:20:20 2014
New Revision: 7148

Log:
Add Tour De Flex 1.2 RC1

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

Added: dev/flex/TourDeFlex/1.2/rc1/README
==============================================================================
--- dev/flex/TourDeFlex/1.2/rc1/README (added)
+++ dev/flex/TourDeFlex/1.2/rc1/README Fri Nov 14 13:20:20 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/rc1/RELEASE_NOTES
==============================================================================
--- dev/flex/TourDeFlex/1.2/rc1/RELEASE_NOTES (added)
+++ dev/flex/TourDeFlex/1.2/rc1/RELEASE_NOTES Fri Nov 14 13:20:20 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/rc1/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz
==============================================================================
Binary file - no diff available.

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

Added: dev/flex/TourDeFlex/1.2/rc1/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.asc
==============================================================================
--- dev/flex/TourDeFlex/1.2/rc1/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.asc (added)
+++ dev/flex/TourDeFlex/1.2/rc1/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.asc Fri Nov 14 13:20:20 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJUZgAYAAoJEODyhZOu6tFRsR8P/3ZIf+4RIRXVAet9NY4Aa7sI
+oWWjpE7AMzs+qKNaWTw5oto1IKa2ju+5VbngTBBSNNVFRUssyk4ED5gVumAIR6R8
+3t6kANuFcdqxsIjuYy2DlxLvCmYTd1egmpwqIAULkf7gzQQPs2zo0Js3gu3V7Avo
+Xh9FChowtBGINSejbSwpRL77v5tqsBh1JB/L8bU8nYgsgN2XqOImGIT2dDV8crSP
+0x2SeQddXQf0obKI3U3Ta5VT3IWaOmm2zSfvXFx+F3tVKfREgGLtQLI3mW6/V2RR
+UxYZRKBFi8aKhKikgnqBi674iz8TqEoPsfD73nHTX3T+RWb47AeGsJQIoHkFr0ff
+Ia70Oz/ftY9wC/1fHMMfgiodjMkTCJamM6qY0k29u4QDLiFM+ieilLli7pzrv2AX
+AqUbRqj6Xi5xZi/EGlDyq7y1eXrVr8e6evYYsJY+jhXS4yeu3QfQ+o+uqFAszRSX
+saqyowsLT8ga+qEZim+oipRLD2mzBwcjQYYsW4zu0okei01Jra4p/4vbPy3E2op8
+/oh4u0g/LfHLBjCNlU7NSHICeRxZlSJPo+DwuNCNf9xbXxgYxTEBedaXP6MBz0z1
+o45/0F1rIZ/IbO1yiWDL9ZpIc4+0BJyWiXGQeWoRpp2a9bQI2HSLuq2JnTIbZPyh
+BjRvmz0diYtWJusgaMcq
+=wg9k
+-----END PGP SIGNATURE-----

Added: dev/flex/TourDeFlex/1.2/rc1/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.md5
==============================================================================
--- dev/flex/TourDeFlex/1.2/rc1/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.md5 (added)
+++ dev/flex/TourDeFlex/1.2/rc1/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz.md5 Fri Nov 14 13:20:20 2014
@@ -0,0 +1 @@
+fe0222963e412855f102b43cc0c9f5ba

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

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

Added: dev/flex/TourDeFlex/1.2/rc1/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.asc
==============================================================================
--- dev/flex/TourDeFlex/1.2/rc1/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.asc (added)
+++ dev/flex/TourDeFlex/1.2/rc1/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.asc Fri Nov 14 13:20:20 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJUZgAYAAoJEODyhZOu6tFRzHUQAI+mjVcGgdIRTKiBnlgOH4fA
+oAxbSPKIHRfSYZGkeBpYt9JMfqDOid+2QKWK8Piz9UYa0KrZXdm3kII6NO889cz8
+lOXJ0mOE/ewHImSCxU+XMSkqj1r+7ARXgFOX7e/JOtLXiEgv/0wm7jOekk7p9zyH
+t7DCY58bNIvyQrMP7tEDyPwRD8tNI2lq/DqH3yUPNvXftjnoEDABJD2aBvkwH0BX
+Dbwli/KJ5lnGrcfU1sVwa2+0x7PPahzkXJMA8p0xzjB5dLpMHD3vH28XtdrhXj+j
+1/RslK5e/CSEhXrNfu3/Mq5hzU+YASRscosOLUSsJYTiJom2Tca2FR5jj6stpsi8
+iThX48N4wseHACFeFDt/ZF2DnrAKbrCe55PehCCttQPwEoY6Qi+eCGG5E2pNOscz
+JSazmg5HN6LpTcHkgvr73crNH9vhdqP7RVdzQRP5svgjWu2V5YoVRyGWcE87m5EE
+PVtRGgsFRwAlXZH94PfjKcgEeRpFwIeJ1GLvrcfBYTENPgDqZGti5zYpv3C5bHF/
+DDhp8E5u8k9b+wUf+VLTDY1vryLoHmL3KN9LLpkfXJnF42zigpG2fYM2LHLGjq0z
+b1en2JHk4t0mZBy6eXGq252QvdxmUV8thhkOnujsZBr6BC51889l6OLL/5JQbHZh
+sY3YJPUZfK4X/bMH936j
+=Tv2+
+-----END PGP SIGNATURE-----

Added: dev/flex/TourDeFlex/1.2/rc1/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.md5
==============================================================================
--- dev/flex/TourDeFlex/1.2/rc1/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.md5 (added)
+++ dev/flex/TourDeFlex/1.2/rc1/apache-flex-tour-de-flex-component-explorer-1.2-src.zip.md5 Fri Nov 14 13:20:20 2014
@@ -0,0 +1 @@
+284775a8f2c5311db3ac0b583e97e2af