added build dep. to run for ANT
This commit is contained in:
parent
4f3f95c992
commit
554dd09e6a
2 changed files with 1 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
<!-- ________________________ EXECUTION TARGETS ________________________ -->
|
<!-- ________________________ EXECUTION TARGETS ________________________ -->
|
||||||
|
|
||||||
<target name="run" depends="">
|
<target name="run" depends="release">
|
||||||
<java fork="true" failonerror="true" classname="se.hal.HalServer">
|
<java fork="true" failonerror="true" classname="se.hal.HalServer">
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement path="${buildDir}/hal.jar"/> <!--wildcard may not be platform independent, ok?-->
|
<pathelement path="${buildDir}/hal.jar"/> <!--wildcard may not be platform independent, ok?-->
|
||||||
|
|
|
||||||
1
run.sh
1
run.sh
|
|
@ -3,7 +3,6 @@
|
||||||
# java -cp sqlite-jdbc-3.7.2.jar:jSerialComm-1.3.4.jar:hal.jar:. se.hal.plugin.tellstick.TelstickSerialCommTest
|
# java -cp sqlite-jdbc-3.7.2.jar:jSerialComm-1.3.4.jar:hal.jar:. se.hal.plugin.tellstick.TelstickSerialCommTest
|
||||||
|
|
||||||
#ant clean
|
#ant clean
|
||||||
ant build
|
|
||||||
screen -S hal -L -d -m ant run
|
screen -S hal -L -d -m ant run
|
||||||
|
|
||||||
echo "-----------------"
|
echo "-----------------"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue