Changed method of starting ATS4 components
authorMaciej Seroka <maciejs@symbian.org>
Tue, 15 Jun 2010 14:53:54 +0100
changeset 1092 157a547c2ccd
parent 1091 e29e83fc0026
child 1093 eb727f77b934
Changed method of starting ATS4 components
common/build.test.xml
--- a/common/build.test.xml	Tue Jun 15 11:09:33 2010 +0100
+++ b/common/build.test.xml	Tue Jun 15 14:53:54 2010 +0100
@@ -225,29 +225,19 @@
                 <forget>
                     <exec executable="cmd" dir="${ats.drive}" failonerror="true">
                         <arg value="/c"/>
-                        <arg value="start"/>
-                        <arg value='"ATS4 Agent"'/>
-                        <arg value="/D"/>
-                        <arg value="."/>
-                        <arg value="/MAX"/>
                         <arg value="startAgent.cmd"/>
                     </exec>
                 </forget>
-                <echo message="Waiting for 10 seconds for the ATS4 Agent(s) to start......."/>
-                <sleep seconds="10"/>
+                <echo message="Waiting for 20 seconds for the ATS4 Agent(s) to start......."/>
+                <sleep seconds="20"/>
                 <forget>
                     <exec executable="cmd" dir="${ats.drive}" failonerror="true">
                         <arg value="/c"/>
-                        <arg value="start"/>
-                        <arg value='"ATS4 Engine"'/>
-                        <arg value="/D"/>
-                        <arg value="."/>
-                        <arg value="/MAX"/>
                         <arg value="startEngine.cmd"/>
                     </exec>
                 </forget>
-                <echo message="Waiting for 10 seconds for the ATS4 Engine to start......."/>
-                <sleep seconds="10"/>
+                <echo message="Waiting for 20 seconds for the ATS4 Engine to start......."/>
+                <sleep seconds="20"/>
             </then>
         </if>
     </target>