From 53b947df484159f5934898ba6c0aa69a9c869007 Mon Sep 17 00:00:00 2001 From: Ido Hadanny Date: Thu, 22 Sep 2011 21:30:13 +0300 Subject: added stuff --- roombacomm-client/src/scripts/build-jar.bat | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 roombacomm-client/src/scripts/build-jar.bat (limited to 'roombacomm-client/src/scripts/build-jar.bat') diff --git a/roombacomm-client/src/scripts/build-jar.bat b/roombacomm-client/src/scripts/build-jar.bat new file mode 100755 index 0000000..58ac9cd --- /dev/null +++ b/roombacomm-client/src/scripts/build-jar.bat @@ -0,0 +1,12 @@ +:: +:: Builds the jar file for the core RoombaComm classes +:: This core is used for all direct-connect (serial,etc) cases +:: +:: Before running this script, compile all the .java files to .class files +:: and "cd build" +:: +:: + +REM "buidling roombacomm.jar..." +jar -cfm roombacomm.jar packaging/Manifest.txt roombacomm +REM "done" -- cgit v1.3.1