source: Dev/branches/rest-dojo-ui/client/util/doh/robot/compilerobot.bat @ 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: 364 bytes
Line 
1setlocal
2set JDK14_HOME=C:\Program Files\IBM\Java60
3del DOHRobot*.class
4"%JDK14_HOME%\bin\javac" -source 1.4 -target 1.4 -classpath "%JDK14_HOME%\jre\lib\plugin.jar" DOHRobot.java
5del DOHRobot.jar
6"%JDK14_HOME%\bin\jar" cvf DOHRobot.jar DOHRobot*.class META-INF
7"%JDK14_HOME%\bin\jarsigner" -keystore ./dohrobot DOHRobot.jar dojo <key
8del DOHRobot*.class
9endlocal
Note: See TracBrowser for help on using the repository browser.