You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2015/01/04 21:23:58 UTC

git commit: [flex-tlf] [refs/heads/develop] - Change location of TLF tests reports for flex unit tests

Repository: flex-tlf
Updated Branches:
  refs/heads/develop 5415cb32d -> 2bf4153c5


Change location of TLF tests reports for flex unit tests


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

Branch: refs/heads/develop
Commit: 2bf4153c54fd833af984d96b9016c9db29d51788
Parents: 5415cb3
Author: piotrz <pi...@gmail.com>
Authored: Sun Jan 4 21:23:38 2015 +0100
Committer: piotrz <pi...@gmail.com>
Committed: Sun Jan 4 21:23:38 2015 +0100

----------------------------------------------------------------------
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/2bf4153c/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 8df64da..02a499f 100644
--- a/build.xml
+++ b/build.xml
@@ -61,7 +61,7 @@
       </fileset>
     </classpath>
   </taskdef>
-  <target name="all" depends="clean,textLayout, asTestApps,textLayout_editBar, textLayout_ui, testApps, automation_core, automation_tests, automation_apps, flexunnit_tests" description="Clean build of TLF component and associated applications"/>
+  <target name="all" depends="main, asTestApps,textLayout_editBar, textLayout_ui, testApps, automation_core, automation_tests, automation_apps, flexunnit_tests" description="Clean build of TLF component and associated applications"/>
   <target name="main" depends="clean,textLayout" description="Clean build of textLayout.swc"/>
   <target name="clean" description="Cleans all SWCs and SWFs">
     <delete failonerror="false">
@@ -309,6 +309,6 @@
     </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"/>
+    <flexunit swf="${output.dir}/apps/automation_apps/bin/VellumUnit.swf" player="flash" toDir="${output.dir}/apps/automation_apps" haltonfailure="true" verbose="true" />
   </target>
 </project>