Subject GDS Error Codes in SQLExceptions/build.xml
Author Uwe Jäger
Hi,

in order to have the proper error codes in the SQLException (and make
firebirdsql more compatible with interclient) I have changed some catch
(GDSException e) { throw new SQLException("some text"); } to [...] throw
new FBSQLException(e); [...]. A patch is attached.

I also would like to a a target to build.xml to build one jar containing
the firebirdsql classes and the mini-j2ee classes. Patch also attached.
If there are any legal problems, I will keep my private build.xml.

Kind regards
Uwe Jäger