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/03/16 23:21:06 UTC

svn commit: r4670 - in /dev/flex/flexunit: ./ 4.2.0/ 4.2.0/rc1/ 4.2.0/rc1/binaries/

Author: jmclean
Date: Sun Mar 16 22:21:04 2014
New Revision: 4670

Log:
First RC of Apache FlexUnit

Added:
    dev/flex/flexunit/
    dev/flex/flexunit/4.2.0/
    dev/flex/flexunit/4.2.0/rc1/
    dev/flex/flexunit/4.2.0/rc1/README
    dev/flex/flexunit/4.2.0/rc1/RELEASE_NOTES
    dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.tar.gz   (with props)
    dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.tar.gz.asc
    dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.tar.gz.md5
    dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.zip   (with props)
    dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.zip.asc
    dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.zip.md5
    dev/flex/flexunit/4.2.0/rc1/binaries/
    dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.tar.gz   (with props)
    dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.tar.gz.asc
    dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.tar.gz.md5
    dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.zip   (with props)
    dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.zip.asc
    dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.zip.md5

Added: dev/flex/flexunit/4.2.0/rc1/README
==============================================================================
--- dev/flex/flexunit/4.2.0/rc1/README (added)
+++ dev/flex/flexunit/4.2.0/rc1/README Sun Mar 16 22:21:04 2014
@@ -0,0 +1,133 @@
+Apache Flex FlexUnit
+==================
+
+Apache Flex FlexUnit is a unit testing framework for Apache Flex and ActionScript 3.0 
+applications and libraries. It mimics the functionality of JUnit, a Java 
+unit testing framework, and comes with a graphical test runner.
+
+Getting the latest sources via git
+==================================
+
+    You can always checkout the latest source via git using the following
+    command:
+	
+	 git clone https://git-wip-us.apache.org/repos/asf/flex-flexunit.git flexunit
+	 cd flexunit
+	 git checkout develop
+
+    For further information visit http://flex.apache.org/download-source.html
+
+Building Apache Flex FlexUnit
+=========================
+
+    Apache Flex FlexUnit requires some build tools which must be installed
+    prior to building FlexUnit and it depends on some external software which
+    are downloaded as part of the build process.  Some of these have different licenses.
+    See the Software Dependencies section for more information on the external software
+    dependencies.
+	
+Install Prerequisites
+---------------------
+
+    Before building FlexUnit you must install the following software and set the
+    corresponding environment variables using absolute file paths.  Relative file paths
+    will result in build errors.
+    
+	==================================================================================
+    SOFTWARE                                    ENVIRONMENT VARIABLE (absolute paths)
+    ==================================================================================
+    
+    Java SDK 1.6 or greater (*1)                JAVA_HOME
+        (for Java 1.7 see note at (*2))
+        
+    Ant 1.7.1 or greater (*1)                   ANT_HOME
+        (for Java 1.7 see note at (*2))
+    
+    Apache Flex (*3)                            FLEX_HOME 
+    
+    ==================================================================================
+	
+	*1) The bin directories for ANT_HOME and JAVA_HOME should be added to your PATH.
+        
+        On Windows, set PATH to
+            
+            PATH=%PATH%;%ANT_HOME%\bin;%JAVA_HOME%\bin
+            
+        On the Mac (bash), set PATH to
+            
+            export PATH="$PATH:$ANT_HOME/bin:$JAVA_HOME/bin"
+            
+         On Linux make sure you path include ANT_HOME and JAVA_HOME.
+
+    *2)  If you are using Java SDK 1.7 or greater on a Mac you must use Ant 1.8 or 
+         greater. If you use Java 1.7 with Ant 1.7, ant reports the java version as 1.6 
+         so the JVM args for the data model (-d32/-d64) will not be set correctly and
+         you will get compile errors.
+        
+    *3) FLEX_HOME should be set to a valid Apache Flex installation.
+	
+	
+Software Dependencies
+---------------------
+
+    Apache Flex FlexUnit uses third-party code that will be downloaded as part of the Apache
+    Flex FlexUnit build.  
+
+    When you have all the prerequisites in place and the environment variables set, 
+    (see Install Prerequisites above), use
+
+        cd <flexunit.dir>
+        ant thirdparty-downloads
+			
+    The Apache Version 2.0 license is in the LICENSE file.
+    
+    The following dependencies have licenses which are, or are compatible with, the Apache 
+    Version 2.0 license.  You will not be prompted to acknowledge the download.  
+	
+		(jars)
+		ant -  http://search.maven.org/remotecontent?filepath=org/apache/ant/ant/1.7.1/ant-1.7.1.jar (Apache 2.0 License)
+		ant-contrib - http://search.maven.org/remotecontent?filepath=ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (Apache 2.0 License)
+		ant-launcher -  http://search.maven.org/remotecontent?filepath=org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar (Apache 2.0 License)
+		ant-testutil -  http://search.maven.org/remotecontent?filepath=org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar	(Apache 2.0 License)
+		maven-ant-tasks  - http://search.maven.org/remotecontent?filepath=org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.jar (Apache 2.0 License)
+		dom4j - http://search.maven.org/remotecontent?filepath=dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (BSD License)
+		jaxen - http://search.maven.org/remotecontent?filepath=jaxen/jaxen/1.1-beta-6/jaxen-1.1-beta-6.jar (BSD License)
+		
+		(swcs)
+		coverageagent - https://flexcover.googlecode.com/files/flexcover-0.90.zip (MIT License)
+		fluint - https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs/fluint-1_2.swc (MIT License)
+		mockolate - http://cloud.github.com/downloads/drewbourne/hamcrest-as3/hamcrest-as3-flex-1.1.3.zip (MIT License)	
+		mock-as - https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs/mock-as3.swc (BSD License)	
+		hamcrest - http://cloud.github.com/downloads/drewbourne/hamcrest-as3/mockolate-0.9.5.zip (BSD License)
+		flexunit1lib - https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs/FlexUnit1Lib.swc (BSD License)
+		
+	The following dependencies have licenses which Apache considers to be reciprocal
+    licenses so you will be prompted to acknowledge the license before the software is
+    downloaded to your system.
+	
+		(jars)
+		junit - http://search.maven.org/remotecontent?filepath=junit/junit/3.8.1/junit-3.8.1.jar (License - CPL 1.0)
+		saxon9he - http://search.maven.org/remotecontent?filepath=net/sf/saxon/Saxon-HE/9.4/Saxon-HE-9.4.jar (License - MPL 1.1)
+
+
+Building Apache Flex FlexUnit
+-----------------------------------------------
+
+    When you have all the prerequisites in place and the environment variables set, 
+    (see Install Prerequisites above), to build Apache Flex FlexUnit use:
+
+        cd <flexunit.dir>
+        ant
+	
+	To clean the build use:
+    
+        ant clean 
+        
+ 	To package the build use:
+    
+        ant package        
+		
+Thanks for using Apache Flex FlexUnit.  Enjoy!
+
+The Apache Flex Project
+<http://flex.apache.org>

Added: dev/flex/flexunit/4.2.0/rc1/RELEASE_NOTES
==============================================================================
--- dev/flex/flexunit/4.2.0/rc1/RELEASE_NOTES (added)
+++ dev/flex/flexunit/4.2.0/rc1/RELEASE_NOTES Sun Mar 16 22:21:04 2014
@@ -0,0 +1,31 @@
+Apache Flex FlexUnit 4.2
+=================
+
+Apache Flex FlexUnit 4.2 is an update to FlexUnit 4.1 and first release under Apache. 
+
+Differences from FlexUnit 4.1 include:
+
+Changes
+-------------
+- Automated sonatype OSS deployment of the Apache Flex (FlexUnit) artifacts
+- Implemented the url property in FlexUnit Ant task to allow use of remote swfs
+
+Bug Fixes
+----------
+ Below is a complete list of all the bug fixes that have been included since
+ the last release, FlexUnit 4.1
+ If you would like specific information about any of the items below, go to
+ https://issues.apache.org and search for the JIRA Issue Number by using the
+ Quick Search.  Details of the bug and its fix will be included on the
+ resulting page.
+
+JIRA Issue Number  Summary                                                                                        
+-------------------------------------------------------------------------------------------------------------------
+FLEX-33572 further implemented the automated sonatype OSS deployment of the FlexUnit artifacts
+
+Please report new issues to our bugbase at:
+
+    https://issues.apache.org/jira/browse/FLEX
+
+The Apache Flex Project
+<http://flex.apache.org/>

Added: dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.tar.gz.asc
==============================================================================
--- dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.tar.gz.asc (added)
+++ dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.tar.gz.asc Sun Mar 16 22:21:04 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJTJh+DAAoJEODyhZOu6tFRoBAP/33pNPSCh7LjzbWLlz4awYse
+4Yh1KZoxum59hdhKlsTnA2mqWxe5AC+tP/Yv0WI83RLewq9XXXs+YTnaAdLnuKZu
+zoqeVEZ4jagh9FpTyVVGsV86DLjyYJT/VANRuoj6/dBSQcO+fQlGmg7pOPw6p5YV
+p8H6hmZXVWf8qzNHhr2Y1j21Y9qjcEP64Zf0VHtqoQLjoll+73vhEsVEbajeBvCk
+vVIj604gOlOFXcemRWPG1AaOdexOZGt9mcM9crXLDE8nXDLNMSfP+i7y6tKMiez1
+XriUA1R3rjlEQF640oG8nZUegtgP111PcsUMFcXdF/aCEAyxjrtL+c7UsFdIn0YP
+lHNlQMMD9UmCWZtxhR+4aVAGlUx9099J8gRf25Rl2B9070SVi4zIwpWro3FDS7O8
+ehsvcjI4tGyeVHNlixqZGu9IQ78p0dS3eQoF6yJMY/jnJBlSollbGhfakiXMySts
+D61oSI78to2nrMtca0ROAgUejf7lD4YBN9RoEaK6qxPCvh6ctirfS3CnqcYan6sE
+PnP6ePVcVuj0JCD5JBU/PCXJkmoOma8aSWMHGp/t8C7blUWh5+exGfkiBpG4aKsx
+fhZpDlAjSMIIXniWxdz8RjGL3C0I/WzYYy3l4+u8/YuCFCfrXrN/i7OUZ4H59Qai
+N9TccLOoPT72OQ2raBFp
+=Irua
+-----END PGP SIGNATURE-----

Added: dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.tar.gz.md5
==============================================================================
--- dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.tar.gz.md5 (added)
+++ dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.tar.gz.md5 Sun Mar 16 22:21:04 2014
@@ -0,0 +1 @@
+bb5481cce080f70c42b6e0702e2311b2

Added: dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.zip.asc
==============================================================================
--- dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.zip.asc (added)
+++ dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.zip.asc Sun Mar 16 22:21:04 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJTJh+DAAoJEODyhZOu6tFRWNEP/2TANxYsKLdWAmslsAkGom9U
+JUJU006tFU5CF809dHkANkg5AymiAtc/V+XMOUHuOM9F91gc44+21p+w9DisflUp
+22H+RhLDng7EaW4DmRU6tM2YckU4+faMjAvs2uJqs8d7aybD5iNtsYWMCMIE3YLW
+u4CLkNxlePR9mHXAZ9DGZsGMLi2dEeUUuB2uyqL8cWTXNF2MhR2F9nz3jbLTvwpj
+SivBQPKyziKtUhVnZG0wCX4FUcgFfrywOjhunhlVLbjNRwBbrwgQFgGIZvjVJSUg
+/XBHSQlOVj3azVb/FaZq52pem2iUqbRYyDt++06NHvBzmVwD2JQqTJ7DAOPF4tCy
+iQaxdwBeKxd6F7j5h2jUsZT2har33VF660STh0ThLB00xI0IBvnOkCZRDtlsGe8x
+9LpdYgGlODSWdVyJWGuQgaoTurV6fgQWInyVoWF6SPEgUObm2B/AmadXriAwxWp1
+Y8+6vCGuzIaWWfKjCP7aCYaw/otthbEumHY3oRgrfX723dJZqXH1OqFG5APh8eGt
+4WRgzzptIFBXkOWEwSdEOiOJGJCl3a8U0NGTpH+xN2tsrka+PUYYwmagO65if3+V
+7cSIpmgjuWyuchho73a44r/V6IAXW8l44igqXQGuKJxOKZay6sp03D/pPbFHolt8
+74uZ88Hgh3bvB2j7h050
+=92hx
+-----END PGP SIGNATURE-----

Added: dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.zip.md5
==============================================================================
--- dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.zip.md5 (added)
+++ dev/flex/flexunit/4.2.0/rc1/apache-flexunit-4.2.0-4.12.0-src.zip.md5 Sun Mar 16 22:21:04 2014
@@ -0,0 +1 @@
+c2b15890895b5e5468bb30c2a06edb9f

Added: dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.tar.gz.asc
==============================================================================
--- dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.tar.gz.asc (added)
+++ dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.tar.gz.asc Sun Mar 16 22:21:04 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJTJh+DAAoJEODyhZOu6tFRoi4P/3nnmbJFxV9hbA+dZrlaAsdO
+JMFHjtzXkiU90pyDM8i8fvuXRg4Yg0udkVmWF1/ZVQXBQ/iCTCnO8UoshV9WHByz
+YVRqPyzPCNd2JtZzOyKIH3DrkesU0L7dyGYYPKw0n8THbuHRl9OkAm2YdYLkQtzv
+K5IjUyL5MI2W2iGzY0Zvzu2qDlgj1xbmZr2Yxpig9/7PqrfR21pFQz/hwRfoU1J3
+a4zoz7Pi5hL/JGI1LJAmPVI3YPTd1zHjZzihNABsQutT+OZyGXmx6yrqrIIO0VbP
+hQLJBziIwDn2ZoT2/rljY3x6/6EUd09TD6MjvxvTbrYBXy6IXUfKC1MH1TtkEV8j
+D4fXED/EUrYwH/ztPbjwJ/2KirgD34ZslHcItWjMlmRTx/BMl3dW9bgBZ9cvM1cE
+08kuquczSpobVagaqkJWjB8zmNDn5bYHL8ZgOJVrX9CQhQtiqzduD+9rC+7TzW7q
+Gv1X1ACU/PZzoEm0cOsrYBoICR2i1h7OsOCXJ7eHzV7nM7QEQCTeOR4c0Wn8Ld9Y
+GxmHl+XjS0yCBHHMFgGoes4JlOFg3nCmtIavnX6QETrpultMMY5StrU+KcEjlLDO
+J2aaTD3BCD+Dtyp0EBCACqlGwj4XRClGRZ4u0uMZo+2tbLKsCiurzBXk0vI4Np32
+A9u+rn9HCbAm/kh+x+P2
+=Knbv
+-----END PGP SIGNATURE-----

Added: dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.tar.gz.md5
==============================================================================
--- dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.tar.gz.md5 (added)
+++ dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.tar.gz.md5 Sun Mar 16 22:21:04 2014
@@ -0,0 +1 @@
+e15e8683c9532e857e95777fb861ba87

Added: dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.zip.asc
==============================================================================
--- dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.zip.asc (added)
+++ dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.zip.asc Sun Mar 16 22:21:04 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJTJh+DAAoJEODyhZOu6tFR9qgQAMp18yd5auG0XR5elFWrSSMo
+ebX2/T1nFJX1HNKtrSXknW4gS3Hp1pWb+/N5zehUeekYUYBVhe0ERYlgiwvN4T0e
+sHKmifAM0mIkBkrU9fkLLVkKdj/Xh0Mge9DdjMKUjyvM2/sNKuV0cdGW5g65nYPh
+j9m7D1oHLbOHjo6ga/+rwsiDL+FTGgt/7c0teQcnmpf9IcrkOWF/VCDJAAibSVWM
+L7f+JXs7w7fBY14qWIISpv2G/gqLeKR9moNsbJ96Wn+F23PFd0tQC2jU8VYwXW82
+NJCwMWlzV0XnWKxBZIjMgYO4EjywVMs3VSAIehDgod/TeobbyFT8SxyGlxPgiUQN
+TKCeEMI9kR/dQiSqhcfSCFF1sZmjOQgdoMN9dPx5oTYiOsf6fFXsCu+hVnz6G33/
+KMGPHo5/dain2VYXXxzt83+7PAopWNfUD4F2e6MHXQiTslBI91aCEN0HhxtzbGy5
+Ka0kkjMEK+DaAk4XrvmdzNAtgZpVm7CVz8yy9mVz+XHrOQbP8EbktJTx9orWgFfE
+1UdB/J8zJArlWvlpTumuhUF9x8b/KDxMtkyXc7ejas/Whc6HMORnv/8ClxUI1UD3
+IlWRVPhb/Yxqtf9U9PFbYdVSqymw9qe9gGCz0jYYCklSEGYtdIUr9Bp02BaGOL5q
+zfEGd2pLC+FFswT1YgPe
+=cz6T
+-----END PGP SIGNATURE-----

Added: dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.zip.md5
==============================================================================
--- dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.zip.md5 (added)
+++ dev/flex/flexunit/4.2.0/rc1/binaries/apache-flexunit-4.2.0-4.12.0-bin.zip.md5 Sun Mar 16 22:21:04 2014
@@ -0,0 +1 @@
+09fae9793dc29775c6fe573bd8f3e571