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