source: doc/java_install @ c0bdce8

abac0-leakabac0-meicompt_changesgec13mei-idmei-rt0-nmei_rt0mei_rt2mei_rt2_fix_1meiyap-rt1meiyap1rt2tvf-new-xml 0.1.3
Last change on this file since c0bdce8 was c0bdce8, checked in by Mike Ryan <mikeryan@…>, 13 years ago

java build instructions

  • Property mode set to 100644
File size: 737 bytes
Line 
1The Java code lives in the java subdirectory.
2
3The package should contain all dependencies necessary for
4building/installing Java.
5
6SIMPLE BUILD
7
8    ant all
9
10OTHER OPTIONS
11
12The following ant targets are supported:
13
14    all: clean then compile and make docs
15    compile: build the library and test programs
16    run-test: run a simple test program in GraphTest.java (params in target)
17    run-dump: run a program to dump a certificate in ASN1 (params in target)
18    jar: build jabac.jar in build/jar/jabac.jar
19    doc: greate API javadocs in ./doc
20    dev-doc: create developer API javadocs in ./dev-doc (includes
21            package/private/protected functions)
22    clean: remove created files (includes .der and .pem in this directory)
Note: See TracBrowser for help on using the repository browser.