![]() |
Documentation Index Compilation of Source Testing Binary Dist |
Cryptix Development Team |
To compile, see the scripts in the util directory and also the src/build.* scripts.
Here are some examples.
sh util/finalbuild.sh
util\finalbuild
cd src build # Unix: sh build.sh
util/buildjar.sh -verbose util/man/ijce.shand then, to build the Cryptix provider:
util/buildjar.sh util/man/spt.man util/buildjar.sh util/man/alg.man
By default, JARs are put in dist.o
directory.
These can then be tested with testjar.sh
:
cd src/dist.o ../../util/testjar.sh IJCE_*.jar ../../util/testjar.sh SPT_*.jar ../../util/testjar.sh ALG_*.jar
Note that there are currently no tests within the IJCE
JAR
(it is tested by TestIJCE
within the ALG
util/dist_binary.sh util/man/binary.manwhich creates all the JARs as instructed in the manifest and packages them into a zip. It doesn't succeed unless all the tests succeed.