Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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