Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <target depends="init,compile,jar" description="Run console-based system tests." name="hurkleconsoledriver">
- <property name="systemtest.dir" value="systest"/>
- <echo message="running Hurkle Console Driver"/>
- <!-- Execute the console version of the app with test data -->
- <java classname="${main.class}"
- classpath="${dist.jar}"
- fork="true"
- input="${systemtest.dir}/consoledata1.txt">
- <arg line="Hurkle -c"/>
- </java>
- </target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement