Subject Re: [Firebird-Java] How to compile?
Author Roman Rokytskyy
> Was Firebird running and accepting connections? In general you do not
> need anything except to run build.bat...

Ok, I see the problem - the build system is not fully in sync with
changes in the test classes. At the moment I use Eclipse to run tests,
so did not notice it so far.

As a workaround copy the
client-java/src/test/unit_test_defaults.properties into
client-java/src/resources directory.

Will fix it later.

Roman