Add an ant build file so people building this project don't have a brain aneurysm trying to compile it... Also to have a one stop build for making a downloadable version of this library.
Done.
Anyone who want to access the version before this change should look into tag "initial-version"
(see http://nuggu.svn.sourceforge.net/viewvc/nuggu/)
When I wrote this library we were using Java 1.4. Java 1.5 added a concurrency library that makes many of the classes in this library redundant.
Things like:
- The default thread cache
- Callable
- ExecutionException
- other stuff.
Should be replaced by the concurrency library equivalents.