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