https://github.com/rdkit/ava-formake
Fork of the upstream repo https://github.com/rohdebe1/ava-formake.git
https://github.com/rdkit/ava-formake
Last synced: 12 months ago
JSON representation
Fork of the upstream repo https://github.com/rohdebe1/ava-formake.git
- Host: GitHub
- URL: https://github.com/rdkit/ava-formake
- Owner: rdkit
- License: other
- Created: 2023-07-14T08:26:49.000Z (almost 3 years ago)
- Default Branch: pre-release
- Last Pushed: 2023-11-15T09:51:06.000Z (over 2 years ago)
- Last Synced: 2025-05-19T14:02:36.398Z (about 1 year ago)
- Language: C
- Size: 2.96 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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. |