ANT bugfix

This commit is contained in:
Ziver Koc 2016-03-14 22:45:44 +01:00
parent 554dd09e6a
commit 606e767f34
2 changed files with 2 additions and 1 deletions

View file

@ -40,7 +40,7 @@
<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?-->
<pathelement path="${releaseDir}/hal.jar"/> <!--wildcard may not be platform independent, ok?-->
<pathelement path="${libDir}/*"/> <!--wildcard may not be platform independent, ok?-->
</classpath>
</java>

1
run.sh
View file

@ -3,6 +3,7 @@
# java -cp sqlite-jdbc-3.7.2.jar:jSerialComm-1.3.4.jar:hal.jar:. se.hal.plugin.tellstick.TelstickSerialCommTest
#ant clean
ant release
screen -S hal -L -d -m ant run
echo "-----------------"