source:
Dev/trunk/src/client/util/doh/robot/compilerobot.bat
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 409 bytes |
Line | |
---|---|
1 | setlocal |
2 | set JDK14_HOME=C:\Program Files\IBM\Java70 |
3 | del DOHRobot*.class |
4 | "%JDK14_HOME%\bin\javac" -source 1.5 -target 1.5 -classpath "%JDK14_HOME%\jre\lib\plugin.jar" DOHRobot.java |
5 | del DOHRobot.jar |
6 | "%JDK14_HOME%\bin\jar" cvf DOHRobot.jar DOHRobot*.class |
7 | "%JDK14_HOME%\bin\jar" umvf manifest.txt DOHRobot.jar |
8 | "%JDK14_HOME%\bin\jarsigner" -keystore ./dohrobot DOHRobot.jar dojo <key |
9 | del DOHRobot*.class |
10 | endlocal |
Note: See TracBrowser
for help on using the repository browser.