Skip to content

rdkit/ava-formake

Repository files navigation

Avalon Toolkit Repo

This repository contains the public parts of the Avalon toolkit. Building it with make all will create a number of artifacts for the running platform.

The file makefile.defs contains definitions that may be specific for the respective platform:

Pointers to JAR archives to be used on the classpath

Variable Description
LOG4J_URL Points to the JAR file that implements LOG4J
COMMONS_URL
CORS_URL
PROP_UTILS_URL
XOM_URL
JSTL_URL
SERVLET_URL

Home directories of standard tools

These variable should normally be set and exported already by build environment. The makefile.defs file contains example settings if the environment doesn't provide it.

Directory Tool description
JAVA_HOME Main root of the Java SDK tools
ANT_HOME Main root of Jakarta Ant. Ant is used to create the JAR artifacts ot the repo.