source: Dev/branches/rest-dojo-ui/client/util/doh/robot/README @ 265

Last change on this file since 265 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: 351 bytes
Line 
1Notes on generating JAR file:
2
3PC
4--
51. Download JDK 1.4.
62. create key file called "key" (using keytool and jarsigner?)
73. compilerobot.bat
8
9MAC
10---
11I used the version of java preinstalled and the mac and it seemed to work.
12
131. create key file:
14
15  $ keytool -genkey -alias dojo
16
172. Run compilerobot.sh (creates DOHRobot.jar):
18
19  $ sh compilerobot.sh
Note: See TracBrowser for help on using the repository browser.