Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 1 year ago)
- Default Branch: pre-release
- Last Pushed: 2023-11-15T09:51:06.000Z (about 1 year ago)
- Last Synced: 2024-03-25T20:06:00.934Z (9 months ago)
- Language: C
- Size: 2.96 MB
- Stars: 0
- Watchers: 4
- 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 JakartaAnt
.Ant
is used to create the JAR artifacts ot the repo. |