hai
I am writing tasks for Junit using ant tool
Is there any task/command which will run the batch file task and continue
with the next task?In exec task we can run batch file and it's stopping
there ,not proceeding to the next..
So I am pasting the that particular task here ..
Could you please clarify me...
<project name="tomcat-test" default="tomcatexecute" basedir=".">
<target name="tomcatexecute">
<execon executable="${tomcat.home}/bin/startup.bat" taskname="tomcat"
os="Windows NT" >
</execon>
<mkdir dir="conf"/>
</target>
</project>
Thanks&Regards,
Sudhir