This is JavaSQL, a tool for checking the validity of connections, queries, and data
in JDBC.

INSTALL
-------

Note: For the build procedure covered here you will need Jakarta Ant. Jakarta Ant
is freely available under http://jakarta.apache.org. 

Unpack the sources to a directory of your choice with:
bunzip2 -c JavaSQL_src.tar.bz2|tar xf -

Go to the ./bin directory that will have been created in the previous step:
cd bin

Compile the project:
path/to/your/ant/script/ant

This will build the classes and pack everything into a JAR file by the name of
JavaSQL.jar. That jar file will be found in the ./bin directory when the build
process is completed.
Copy the JAR to a location of your choice.

RUN
---

To run the application, go to the directory where you have stored the JAR and
issue the command:

java -jar JavaSQL.jar


Other BUILD targets
-------------------

To build the (really incomplete) API documentation go the directory in which you
unpacked the sources and descend into the ./bin directory. Issue

path/to/your/ant/script/ant apidoc

Upon completion of the task you will find the documentation in the directory to which
you unpacked the sources in the subdirectory apidoc.

To clean up the mess go back to <unpacked sources>/bin and issue:

path/to/your/ant/script/ant clean.

Contact
-------

For questions or bug reports please contact via email:

al@alexander-lindhorst.de

DISCLAIMER
----------

No warranty whatsoever at all is included with this software. Potentially, you can
erase production databases with it, set your bank account to zero (or below) and set
your house on fire. Refer to the COPYING file for details.
