| 13 | |
| 14 | == Installation == |
| 15 | |
| 16 | The Java code all lives in the [source:java Java subdirectory] of the main source tree. |
| 17 | |
| 18 | === Just Compile === |
| 19 | |
| 20 | {{{ |
| 21 | ant all |
| 22 | }}} |
| 23 | |
| 24 | === Other Compile Options === |
| 25 | |
| 26 | The following {{{ ant }}} targets are supported: |
| 27 | |
| 28 | * {{{all}}}: clean then compile and make docs |
| 29 | * {{{compile}}}: build the library and test programs |
| 30 | * {{{run-test}}}: run a simple test program in !GraphTest.java (params in target) |
| 31 | * {{{run-dump}}}: run a program to dump a certificate in ASN1 (params in target) |
| 32 | * {{{jar}}}: build jabac.jar in build/jar/jabac.jar |
| 33 | * {{{doc}}}: greate API javadocs in ./doc |
| 34 | * {{{dev-doc}}} create developer API javadocs in ./dev-doc (includes package/private/protected functions) |
| 35 | * {{{clean}}}: remove created files (includes .der and .pem in this directory) |