mei_rt2mei_rt2_fix_1
Last change
on this file since 89146cf was
ced90bc,
checked in by Mei <mei@…>, 12 years ago
|
1) add a single threaded java test prover script
|
-
Property mode set to
100644
|
File size:
809 bytes
|
Rev | Line | |
---|
[e3c7769] | 1 | The Java code lives in the swig/java subdirectory. |
---|
[c0bdce8] | 2 | |
---|
| 3 | The package should contain all dependencies necessary for |
---|
[ced90bc] | 4 | building/installing Java binding after main ABAC build which |
---|
| 5 | will generate the Java JNI via SWIG |
---|
[c0bdce8] | 6 | |
---|
| 7 | SIMPLE BUILD |
---|
| 8 | |
---|
| 9 | ant all |
---|
| 10 | |
---|
| 11 | OTHER OPTIONS |
---|
| 12 | |
---|
| 13 | The following ant targets are supported: |
---|
| 14 | |
---|
| 15 | all: clean then compile and make docs |
---|
[e3c7769] | 16 | compile: build the library |
---|
| 17 | run-setup: run Setup.java to test ABAC credentials creation |
---|
| 18 | run-test: run Setup.java and ProverTest.java to test ABAC query |
---|
| 19 | (params in target) |
---|
[c0bdce8] | 20 | jar: build jabac.jar in build/jar/jabac.jar |
---|
| 21 | doc: greate API javadocs in ./doc |
---|
| 22 | dev-doc: create developer API javadocs in ./dev-doc (includes |
---|
| 23 | package/private/protected functions) |
---|
| 24 | clean: remove created files (includes .der and .pem in this directory) |
---|
[e3c7769] | 25 | - |
---|
Note: See
TracBrowser
for help on using the repository browser.