Changes between Version 1 and Version 2 of JavaSupport


Ignore:
Timestamp:
Mar 30, 2011 2:29:46 PM (13 years ago)
Author:
Mike Ryan
Comment:

installation instructions

Legend:

Unmodified
Added
Removed
Modified
  • JavaSupport

    v1 v2  
    11Native Java is supported by ABAC since 0.1.3
     2
     3[[TOC]]
    24
    35== Documentation ==
     
    911
    1012All normal ABAC keystores and examples work equally well with Java.
     13
     14== Installation ==
     15
     16The Java code all lives in the [source:java Java subdirectory] of the main source tree.
     17
     18=== Just Compile ===
     19
     20{{{
     21ant all
     22}}}
     23
     24=== Other Compile Options ===
     25
     26The 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)