Subject client-java compile
Author Luca Lafranchi
Hi :)

I checked out today the sources and tried a "build jars", but the
compiler complains about some unimplemented methods. Am I again a victim
of the 24h lag between developers and public cvs servers?

I'm using ant 1.6.1 and jdk1.4.2_04

Here is the output:

compile-driver:
[mkdir] Created dir: C:\JBuilder9\projects\client-java\output\classes
[javac] Compiling 158 source files to
C:\JBuilder9\projects\client-java\outp
ut\classes
[javac] This version of java does not support the classic compiler;
upgradin
g to modern
[javac]
C:\JBuilder9\projects\client-java\src\jdbc_30\org\firebirdsql\jdbc\F
BStatement.java:10: org.firebirdsql.jdbc.FBStatement is not abstract and
does no
t override abstract method isValid() in
org.firebirdsql.jdbc.FirebirdStatement
[javac] public class FBStatement extends AbstractStatement {
[javac] ^
[javac]
C:\JBuilder9\projects\client-java\src\main\org\firebirdsql\jdbc\Abst
ractCallableStatement.java:991: warning:
setUnicodeStream(int,java.io.InputStrea
m,int) in org.firebirdsql.jdbc.AbstractPreparedStatement has been deprecated
[javac] public void setUnicodeStream(int parameterIndex,
InputStream x,
int length)
[javac] ^
[javac]
C:\JBuilder9\projects\client-java\src\jdbc_30\org\firebirdsql\jdbc\F
BCallableStatement.java:33: org.firebirdsql.jdbc.FBCallableStatement is
not abst
ract and does not override abstract method isValid() in
org.firebirdsql.jdbc.Fir
ebirdStatement
[javac] public class FBCallableStatement extends
AbstractCallableStatement {

[javac] ^
[javac]
C:\JBuilder9\projects\client-java\src\jdbc_30\org\firebirdsql\jdbc\F
BPreparedStatement.java:29: org.firebirdsql.jdbc.FBPreparedStatement is
not abst
ract and does not override abstract method isValid() in
org.firebirdsql.jdbc.Fir
ebirdStatement
[javac] public class FBPreparedStatement extends
AbstractPreparedStatement {

[javac] ^
[javac] 3 errors
[javac] 1 warning

BUILD FAILED
C:\JBuilder9\projects\client-java\build\compile.xml:92: Compile failed;
see the
compiler error output for details.


Thanks
Luca