Advertisement
jdalbey

hurkleconsoledriver target

May 31st, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <target depends="init,compile,jar" description="Run console-based system tests." name="hurkleconsoledriver">
  2. <property name="systemtest.dir" value="systest"/>
  3. <echo message="running Hurkle Console Driver"/>
  4. <!-- Execute the console version of the app with test data -->
  5. <java classname="${main.class}"
  6. classpath="${dist.jar}"
  7. fork="true"
  8. input="${systemtest.dir}/consoledata1.txt">
  9. <arg line="Hurkle -c"/>
  10. </java>
  11. </target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement