Subject Re: [Firebird-Java] error with build
Author Luca Lafranchi
Hi :)

Carsten Schäfer wrote:
> When i look online at cvs client-java,
> i do not see any directory called thirdparty.
> Where can i find it ?

The directory is automatically created when you run the build script.
I had the same problem because cvs wasn't in PATH environment variable
and so the jboss sources weren't checked out...

Following should work:
a) Make sure that cvs is in PATH;
b) Delete your current "thirdparty" directory;
c) run the build script anew

Ciao
Luca