Change run to do package-all

This commit is contained in:
Ziver Koc 2017-07-29 21:03:37 +02:00
parent 6e41f357b0
commit 279c19272e
2 changed files with 1 additions and 2 deletions

View file

@ -40,7 +40,7 @@
<!-- ________________________ EXECUTION TARGETS ________________________ --> <!-- ________________________ EXECUTION TARGETS ________________________ -->
<target name="run" depends="package"> <target name="run" depends="package-all">
<java fork="true" failonerror="true" classname="se.hal.HalServer"> <java fork="true" failonerror="true" classname="se.hal.HalServer">
<classpath> <classpath>
<pathelement path="${releaseDir}/${releaseJar}"/> <pathelement path="${releaseDir}/${releaseJar}"/>

1
run.sh
View file

@ -1,7 +1,6 @@
#!/bin/bash #!/bin/bash
ant clean ant clean
ant package
# Kill current session # Kill current session
screen -S hal -X kill screen -S hal -X kill
# Start new session # Start new session