source:
Dev/trunk/src/client/util/doh/robot/compilerobot.sh
@
483
Last change on this file since 483 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 266 bytes |
Line | |
---|---|
1 | rm DOHRobot*.class |
2 | javac -classpath /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/plugin.jar DOHRobot.java |
3 | |
4 | rm DOHRobot.jar |
5 | jar cvf DOHRobot.jar DOHRobot*.class |
6 | jar umvf manifest.txt DOHRobot.jar |
7 | rm DOHRobot*.class |
8 | |
9 | jarsigner DOHRobot.jar dojo |
Note: See TracBrowser
for help on using the repository browser.