source: Dev/branches/rest-dojo-ui/client/util/doh/robot/compilerobot.sh @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 231 bytes
Line 
1rm DOHRobot*.class
2javac -classpath /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/plugin.jar DOHRobot.java
3
4rm DOHRobot.jar
5jar cvf DOHRobot.jar DOHRobot*.class
6rm DOHRobot*.class
7
8jarsigner DOHRobot.jar dojo
Note: See TracBrowser for help on using the repository browser.