common/build.test.xml
changeset 1095 ba7030efb4da
parent 1093 eb727f77b934
child 1096 7e7420e7272c
--- a/common/build.test.xml	Wed Jun 16 10:12:38 2010 +0100
+++ b/common/build.test.xml	Wed Jun 16 11:54:52 2010 +0100
@@ -223,31 +223,11 @@
         <if><equals arg1="${sf.spec.ats.version}" arg2="ats4"/>
             <then>
                 <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 executable="startAgent.cmd" dir="${ats.drive}" failonerror="false">
                     </exec>
                 </forget>
                 <echo message="Waiting for 10 seconds for the ATS4 Agent(s) to start......."/>
                 <sleep seconds="10"/>
-                <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"/>
             </then>
         </if>
     </target>