Subject | Re: CVS update not build |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-11-17T15:42:50Z |
> AbstractConnection AbstractStatment and .....You have to make clean check-out or at least delete output/ directory.
> [javac]
> \client-java.cvs\src\main\org\firebirdsql\jdbc\FBResultSet.java:138:
> setConnection(org.firebirdsql.jdbc.FBConnection) in
> org.firebirdsql.jdbc.FBField cannot be applied to
> (org.firebirdsql.jdbc.AbstractConnection)
> [javac] fields[i].setConnection(c);
> [javac] ^
FBField is now located in org.firebirdsql.jdbc.field.* package. Since
you have it in old package, something went wrong.
Roman