Repository: flex-tlf
Updated Branches:
  refs/heads/develop 92989fb0c -> 658cf6036


Add echo to build.xml for print minimalTests value


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

Branch: refs/heads/develop
Commit: 658cf60363214352696a7c9da05e3d09b7aef48f
Parents: 92989fb
Author: piotrz <piotrzarzyck...@gmail.com>
Authored: Sun Oct 26 22:03:11 2014 +0100
Committer: piotrz <piotrzarzyck...@gmail.com>
Committed: Sun Oct 26 22:03:11 2014 +0100

----------------------------------------------------------------------
 build.properties | 2 +-
 build.xml        | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/658cf603/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index 23f4561..925d779 100644
--- a/build.properties
+++ b/build.properties
@@ -27,7 +27,7 @@ src.depend = true
 src.debug = on
 
 forkValue = true
-minimalTests = true
+minimalTests = false
 
 # JVM options for <compc> and <mxmlc> tasks
 jvm.args = ${local.d32} -Xms64m -Xmx1024m -XX:MaxPermSize=1024m 
-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -ea 
-Dapple.awt.UIElement=true

http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/658cf603/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 6feb0e3..a7c5bb5 100644
--- a/build.xml
+++ b/build.xml
@@ -26,7 +26,7 @@
     <!-- Default Flex SDK is the trunk.  Override on cmd line with 
-D=FLEX_HOME=path. -->
        <property name="FLEX_HOME" value="${basedir}/../flex-sdk"/>
        <echo>FLEX_HOME is ${FLEX_HOME}</echo>
-       
+    <echo>Minimal test is set ${minimalTests}</echo>
 
        <property name="flex.sdk.frameworks" value="${FLEX_HOME}/frameworks"/>
        <property name="flex.locale" value="en_US"/>
@@ -363,7 +363,6 @@
                        </fileset>
                </copy>
        </target>
-
     <target name="flexunnit_tests">
         <flexunit swf="${output.dir}/apps/automation_apps/bin/VellumUnit.swf" 
player="flash" toDir="${output.dir}/apps/automation_apps/bin" 
haltonfailure="true" verbose="true" />
     </target>

Reply via email to