Change run to do package-all
This commit is contained in:
parent
6e41f357b0
commit
279c19272e
2 changed files with 1 additions and 2 deletions
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
<!-- ________________________ EXECUTION TARGETS ________________________ -->
|
||||
|
||||
<target name="run" depends="package">
|
||||
<target name="run" depends="package-all">
|
||||
<java fork="true" failonerror="true" classname="se.hal.HalServer">
|
||||
<classpath>
|
||||
<pathelement path="${releaseDir}/${releaseJar}"/>
|
||||
|
|
|
|||
1
run.sh
1
run.sh
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
ant clean
|
||||
ant package
|
||||
# Kill current session
|
||||
screen -S hal -X kill
|
||||
# Start new session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue