diff options
Diffstat (limited to 'GuessANumber/RandomBot/build.xml')
-rw-r--r-- | GuessANumber/RandomBot/build.xml | 9 |
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> |