Subject | Re: [Firebird-Java] Firebird 2.5 Services API extensions? |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-10-07T07:55:26Z |
> I've checked out client-java HEAD and I guess the related source is inCorrect.
> main\ right? Especially in org.firebirdsql.management for the Servics
> API stuff and org.firebird.gds for the SPB constant stuff ...
> Can you give me a quick startup for an Eclipsed based environment toYes and no, different test paths are used to build driver for different
> work on the Jaybird source? I'm not able to build the entire client-java
> project due to missing Hibernate, ... Does it make sense just to build
> the main path? If so, how? Just removing everything else from the build
> path?
JDKs. But the Hibernate stuff is in the test/ path, so simply exclude
the org/firebird/hibernate path for the client-java/test folder.
Roman