Subject Problems with Java-client...
Author Kurt Bilde
Hi !

Facing problems with the build. I'm using JDK 1.2.2 in order to get
this up and running on a Novell server. I'm kida stuck... Here is the
output:

Buildfile: build.xml

prepare:
[mkdir] Created dir: C:\Programmer\GNU\WinCvs
1.2\client-java\build
[mkdir] Created dir: C:\Programmer\GNU\WinCvs 1.2\client-java\dist
[mkdir] Created dir: C:\Programmer\GNU\WinCvs
1.2\client-java\build\docs
[mkdir] Created dir: C:\Programmer\GNU\WinCvs 1.2\client-java\db

compile:
[mkdir] Created dir: C:\Programmer\GNU\WinCvs
1.2\client-java\build\classes
[depend] Duration = 531
[javac] Compiling 75 source files to C:\Programmer\GNU\WinCvs
1.2\client-java\build\classes
[javac] C:\Programmer\GNU\WinCvs
1.2\client-java\src\org\firebirdsql\jdbc\FB
DataSource.java:0: Class javax.naming.Referenceable not found in
interface javax.resource.Referenceable.
[javac] /* The contents of this file are subject to the Mozilla
Public
[javac] ^
[javac] C:\Programmer\GNU\WinCvs
1.2\client-java\src\org\firebirdsql\jdbc\FB
DataSource.java:37: Class javax.naming.Reference not found in import.
[javac] import javax.naming.Reference;
[javac] ^
[javac] C:\Programmer\GNU\WinCvs
1.2\client-java\src\org\firebirdsql\jdbc\FB
WrappingDataSource.java:37: Class javax.naming.Reference not found in
import.
[javac] import javax.naming.Reference;
[javac] ^
[javac] 3 errors

BUILD FAILED

C:\Programmer\GNU\WinCvs 1.2\client-java\src\build\build.xml:95:
Compile failed, messages should have been provided.

-Kurt