<target name="run" depends="jars">
<java jar="build/hafen.jar" fork="true" />
</target>
Starts the client and the only thing I get is a white screen, did I miss something ?
I made a quick/dirty fix for me:
<target name="run2" depends="jars">
<copy todir="build">
<fileset dir="etc" includes="*.bat"/>
</copy>
<exec dir="build" executable="run_debug.bat" />
</target>
Edit: indentation got lost when submitting, sorry for your eyes, please fix forum code pasting
![Trollface ¦]](./images/smilies/troll.gif)
But it isn't exactly the same thing...