aboutsummaryrefslogtreecommitdiff
path: root/GuessANumber/RandomBot
diff options
context:
space:
mode:
authorCamil Staps2015-02-21 09:45:04 +0100
committerCamil Staps2015-02-21 09:45:04 +0100
commit4910d8d14ef27d3a6098006e5ec767e7ca3a5112 (patch)
tree04e38a89b72f721863133c4bdbb757764f2dae49 /GuessANumber/RandomBot
parentdirectory structure (diff)
Added ant run targets
Diffstat (limited to 'GuessANumber/RandomBot')
-rw-r--r--GuessANumber/RandomBot/build.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/GuessANumber/RandomBot/build.xml b/GuessANumber/RandomBot/build.xml
index 770c483..ef48460 100644
--- a/GuessANumber/RandomBot/build.xml
+++ b/GuessANumber/RandomBot/build.xml
@@ -35,4 +35,13 @@
<delete dir="${build}"/>
<delete dir="${dist}"/>
</target>
+
+ <!-- Run like ant run -->
+ <target name="run"
+ description="run the program">
+ <java
+ classpath="${build}"
+ classname="nl.camilstaps.botleagues.bot.BotStarter">
+ </java>
+ </target>
</project>