> just wanted to contribute some code, but the latest I got from CVS
> doesn't seem to compile (missing files?).
>
> Did I miss something? I just did a module checkout, dropped a junit.jar
> in the 'lib' directory, and ran ant.
There's a dependency in a few places in Hibernate and C3P0 on
javax.sql.DataSource, so adding jdbc2_0-stdext.jar (or equivalent) to the
build should do the trick. As Gavin recently pointed out, the Ant script
was contributed and is only infrequently maintained. However, it did work
when I tried it recently, with the addition of that library (which I had
forgotten about, otherwise I would have tried to fix it).
> BTW - releases don't seem to be labelled in CVS, can they be
> reconstructed based on date/time?
Don't know the answer to that... Gavin?
Anton
|