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/23 22:51:51 UTC

[1/3] git commit: [flex-flexunit] [refs/heads/release4.2.0] - Add Digital Primates to NOTICE file

Repository: flex-flexunit
Updated Branches:
  refs/heads/release4.2.0 03198dcb0 -> ab71c6d62


Add Digital Primates to NOTICE file


Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/5bd026ed
Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/5bd026ed
Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/5bd026ed

Branch: refs/heads/release4.2.0
Commit: 5bd026ed2da7af5b8f58e1e5d64d441540ed35d8
Parents: 03198dc
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 24 08:48:50 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 24 08:48:50 2014 +1100

----------------------------------------------------------------------
 NOTICE | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5bd026ed/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index a62964b..af8caa0 100644
--- a/NOTICE
+++ b/NOTICE
@@ -2,4 +2,8 @@ Apache Flex FlexUnit
 Copyright 2014 The Apache Software Foundation
 
 This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
+The Apache Software Foundation (http://www.apache.org/).
+
+The Initial Developer of the Original Code, known as FlexUnit, 
+is Digital Primates IT Consulting Group (http://www.digitalprimates.net).
+Copyright (c) 2007-2011, Digital Primates IT Consulting Group
\ No newline at end of file


[3/3] git commit: [flex-flexunit] [refs/heads/release4.2.0] - add listeners to main target

Posted by jm...@apache.org.
add listeners to main target


Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/ab71c6d6
Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/ab71c6d6
Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/ab71c6d6

Branch: refs/heads/release4.2.0
Commit: ab71c6d62c439cb06e816f58c89c220da7df9ab1
Parents: d208136
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 24 08:51:23 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 24 08:51:23 2014 +1100

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/ab71c6d6/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 350447c..239d26d 100644
--- a/build.xml
+++ b/build.xml
@@ -95,7 +95,7 @@ to contribute to our CI process.
       </delete>
    </target>
 	
-	<target name="main" depends="anttasks,core,fluint,cilistener,flexcoverlistener" />
+	<target name="main" depends="anttasks,core,fluint,cilistener,flexcoverlistener,listeners" />
    
     <target name="thirdparty-downloads">
 		<ant antfile="${basedir}/downloads.xml" dir="${basedir}" />	


[2/3] git commit: [flex-flexunit] [refs/heads/release4.2.0] - added info on Java 1.7 SSL error (github host config issue) and added link to Flex Unit wiki

Posted by jm...@apache.org.
added info on Java 1.7 SSL error (github host config issue) and added link to Flex Unit wiki


Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/d208136e
Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/d208136e
Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/d208136e

Branch: refs/heads/release4.2.0
Commit: d208136e4a8a10caedb264bfe14f0b40901cb4be
Parents: 5bd026e
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 24 08:50:17 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 24 08:50:17 2014 +1100

----------------------------------------------------------------------
 README | 29 +++++++++++++++++++++++++----
 1 file changed, 25 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/d208136e/README
----------------------------------------------------------------------
diff --git a/README b/README
index 51eef9a..960d1f6 100644
--- a/README
+++ b/README
@@ -60,10 +60,25 @@ Install Prerequisites
          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 
+         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.
-        
+         
+         Also if you use Java SDK 1.7 you may encounter SSL errors when downloading
+         3rd party files as part of the build process to fix this issue
+         
+         On Windows:
+         
+            create an environment variable called ANT_OPTS with the value
+            -Djsse.enableSNIExtension=false
+            
+         On the Mac (bash):
+         
+             export ANT_OPTS="-Djsse.enableSNIExtension=false"
+         
+   
     *3) FLEX_HOME should be set to a valid Apache Flex installation.
 	
 	
@@ -125,8 +140,14 @@ Building Apache Flex FlexUnit
         
  	To package the build use:
     
-        ant package        
-		
+        ant package   
+        
+For information on setting up FlexUnit, creating tests, using FlexUnit with
+ant or continuous integration please see the FlexUnit section of the Apache
+Flex wiki.
+
+https://cwiki.apache.org/confluence/display/FLEX/FlexUnit
+     
 Thanks for using Apache Flex FlexUnit.  Enjoy!
 
 The Apache Flex Project