A Java library based on the VLog rule engine
To build vlog4j from source, you need to install Maven and perform the following steps:
- In the directory
./vlog-core/libcopy the jar tojvlog-local.jar(the current default is a Linux library there) - Run
mvn initialize - Run
mvn install - If this fails, you can run the script build-vlog-library.sh to compile and install this jar from the latest online sources using your local compiler
- JavaDoc is available online and through the Maven packages.
