TUDAI Utilities is a small library collecting some functionality which tend to be needed from time to time.
About
It has been started in matter of a Artificial Intelligence (AI) course at the Technical University Dresden (TUD). It is a Java library, holding several classes for "day-to-day" things one usually reimplement on each project.
It is released under the terms of the MIT license.
Building
To build the Java archive, download the source package and in a console run Ant:
cd path/to/tudai_utilities/src
ant dist
ant dist
The Jar should be build in the dist directory. Additionally, you can create Javadoc documentation, which is useful if you want to use the online help mechanisms of IDEs like Eclipse:
ant doc
Download
The source package can be downloaded via our Download Center
Development
There is a page in our Project Management category. There, you also can find a bug tracker to inform us about bugs or request new features.
