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:
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 |
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. |