source: Dev/trunk/src/client/util/doh/robot/compilerobot.bat @ 529

Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 409 bytes
Line 
1setlocal
2set JDK14_HOME=C:\Program Files\IBM\Java70
3del DOHRobot*.class
4"%JDK14_HOME%\bin\javac" -source 1.5 -target 1.5 -classpath "%JDK14_HOME%\jre\lib\plugin.jar" DOHRobot.java
5del 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
9del DOHRobot*.class
10endlocal
Note: See TracBrowser for help on using the repository browser.