Subject | Re: [Firebird-Java] build firebirdsql failed |
---|---|
Author | Luca Lafranchi |
Post date | 2002-08-30T09:02:02Z |
Hi :)
deprecated in JDBC3.0, and since you are copmpiling with jdk 1.4 (which
includes the JDBC3.0 interfaces per default), you get the deprecation
warnings.
Copy junit.jar into ANT_HOME/lib and see if it works: it did for me...
Hope this helps
Luca
> But why are there so many deprecated messages?I think the driver implements many methods defined in JDBC2.0 which are
deprecated in JDBC3.0, and since you are copmpiling with jdk 1.4 (which
includes the JDBC3.0 interfaces per default), you get the deprecation
warnings.
> Why the build failed with "Process fork failed"? What is that?Could be that ant doesn't find the junit.jar file...
Copy junit.jar into ANT_HOME/lib and see if it works: it did for me...
Hope this helps
Luca