Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

madphysicist/JTools

Repository files navigation

This project has moved to GitLab: https://gitlab.com/madphysicist/jtools. Please download the latest code and submit issues there rather than GitHub, which will no longer be monitored until this stale clone is deleted.

JTools

A collection of Java tools and utilities. These tools are written in pure Java. They do not depend on any third party libraries except for test code, which uses TestNG. Additional tools that do have external dependencies are available in the JTools-extras project.

Usage

This package is intended as a utility library. Some classes have main methods to demo various components. The Javadocs for the packages are not complete yet, but the main classes are pretty well documented.

Dependencies

Local dependencies (specifically TestNG) can be edited in config/local.properties in the section containing the test.*.jar properties

If testng requires additional dependencies (older versions require qdox.jar and bsh.jar, while some newer versions require jcommander.jar), edit the testng-jars path in the compile-test-init target in config/setup.xml

Versions of config/local.properties suitable for Ubuntu and Arch based systems are present in the repository. They should be renamed to config/local.properties before use.

About

Collection of Java tools and utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published