added build dep. to run for ANT

This commit is contained in:
Ziver Koc 2016-03-14 22:41:43 +01:00
parent 4f3f95c992
commit 554dd09e6a
2 changed files with 1 additions and 2 deletions

View file

@ -37,7 +37,7 @@
<!-- ________________________ EXECUTION TARGETS ________________________ -->
<target name="run" depends="">
<target name="run" depends="release">
<java fork="true" failonerror="true" classname="se.hal.HalServer">
<classpath>
<pathelement path="${buildDir}/hal.jar"/> <!--wildcard may not be platform independent, ok?-->