Change location of TLF tests reports for flex unit tests
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>