The Java code lives in the java subdirectory. The package should contain all dependencies necessary for building/installing Java. SIMPLE BUILD ant all OTHER OPTIONS The following ant targets are supported: all: clean then compile and make docs compile: build the library and test programs regression-test: run a set of regression test programs jar: build jabac.jar in build/jar/jabac.jar doc: greate API javadocs in ./doc dev-doc: create developer API javadocs in ./dev-doc (includes package/private/protected functions) clean: remove created files (includes .der and .pem in this directory)