summaryrefslogtreecommitdiff
path: root/roombacomm-client/src/scripts/build-jar.bat
blob: 58ac9cdd646ee764f1fcb66f89660b2b85b86607 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"