[tinysql] still having trouble

Ruben Paulo Martins Trancoso rubentrancoso@ig.com.br
Tue, 22 Oct 2002 18:58:24 -0200


Hello all,
I think that there is a problem when building tinySQL with ant
Now, I put the source from cvs and result below is what I get...

[ruben@miguelito tinySQL]$ pwd
/home/ruben/tinySQL
[ruben@miguelito tinySQL]$ l
total 384
drwxrwxr-x   6 ruben    ruben        4096 Oct 22 18:53 ./
drwx------  68 ruben    ruben        4096 Oct 22 18:51 ../
-r--r--r--   1 ruben    ruben          20 Dec  7  2001 .cvsignore
-r-xr-xr-x   1 ruben    ruben       26430 Oct  9  2001 COPYING*
drwxrwxr-x   2 ruben    ruben        4096 Oct 22 18:37 CVS/
-rw-rw-r--   1 ruben    ruben       17361 Apr  7  2002 ChangeLog
-r--r--r--   1 ruben    ruben        8313 Dec  7  2001 README
-rw-rw-r--   1 ruben    ruben       10133 Mar 24  2002 backend.txt
-rw-rw-r--   1 ruben    ruben        3151 Aug 18 10:37 build.xml
drwxrwxr-x   3 ruben    ruben        4096 Oct 22 18:53 classes/
-rw-rw-r--   1 ruben    ruben       13070 Mar 25  2002 dbase.txt
drwxrwxr-x   3 ruben    ruben        4096 Oct 22 18:37 examples/
-rw-rw-r--   1 ruben    ruben        3708 Mar 25  2002 parser.txt
drwxrwxr-x   5 ruben    ruben        4096 Oct 22 18:38 src/
-rw-rw-r--   1 ruben    ruben        7431 Mar 25  2002 textTables.txt
-rw-rw-r--   1 ruben    ruben      253002 Apr  7  2002 tinySQL.jar
[ruben@miguelito tinySQL]$ ant
Buildfile: build.xml

init:
    [delete] Deleting directory /home/ruben/tinySQL/classes
     [mkdir] Created dir: /home/ruben/tinySQL/classes

compile_base_classes:
     [javac] Compiling 99 source files to /home/ruben/tinySQL/classes
     [javac] 
/home/ruben/tinySQL/src/ORG/as220/tinySQL/tinySQLStatement.java:48: 
ORG.as220.tinySQL.tinySQLStatement should be declared abstract; it does 
not define getMoreResults(int) in ORG.as220.tinySQL.tinySQLStatement
     [javac] public class tinySQLStatement implements Statement {
     [javac]        ^
     [javac] 
/home/ruben/tinySQL/src/ORG/as220/tinySQL/tinySQLResultSet.java:70: 
ORG.as220.tinySQL.tinySQLResultSet should be declared abstract; it does 
not define getURL(int) in ORG.as220.tinySQL.tinySQLResultSet
     [javac] public class tinySQLResultSet implements java.sql.ResultSet {
     [javac]        ^
     [javac] 
/home/ruben/tinySQL/src/ORG/as220/tinySQL/dbfFileConnection.java:52: 
ORG.as220.tinySQL.dbfFileConnection should be declared abstract; it does 
not define setHoldability(int) in ORG.as220.tinySQL.tinySQLConnection
     [javac] public class dbfFileConnection extends tinySQLConnection {
     [javac]        ^
     [javac] 
/home/ruben/tinySQL/src/ORG/as220/tinySQL/dbfFileDatabaseMetaData.java:61: 
ORG.as220.tinySQL.dbfFileDatabaseMetaData should be declared abstract; 
it does not define supportsSavepoints() in 
ORG.as220.tinySQL.tinySqlDatabaseMetaData
     [javac] public class dbfFileDatabaseMetaData extends 
tinySqlDatabaseMetaData
     [javac]        ^
     [javac] 
/home/ruben/tinySQL/src/ORG/as220/tinySQL/textFileConnection.java:43: 
ORG.as220.tinySQL.textFileConnection should be declared abstract; it 
does not define setHoldability(int) in ORG.as220.tinySQL.tinySQLConnection
     [javac] public class textFileConnection extends tinySQLConnection {
     [javac]        ^
     [javac] 
/home/ruben/tinySQL/src/ORG/as220/tinySQL/textFileDatabaseMetaData.java:61: 
ORG.as220.tinySQL.textFileDatabaseMetaData should be declared abstract; 
it does not define supportsSavepoints() in 
ORG.as220.tinySQL.tinySqlDatabaseMetaData
     [javac] public class textFileDatabaseMetaData extends 
tinySqlDatabaseMetaData
     [javac]        ^
     [javac] 
/home/ruben/tinySQL/src/ORG/as220/tinySQL/tinySQLPreparedStatement.java:54: 
ORG.as220.tinySQL.tinySQLPreparedStatement should be declared abstract; 
it does not define setURL(int,java.net.URL) in 
ORG.as220.tinySQL.tinySQLPreparedStatement
     [javac] public class tinySQLPreparedStatement extends tinySQLStatement
     [javac]        ^
     [javac] Note: Some input files use or override a deprecated API.
     [javac] Note: Recompile with -deprecation for details.
     [javac] 7 errors

BUILD FAILED
file:/home/ruben/tinySQL/build.xml:45: Compile failed; see the compiler 
error output for details.

Total time: 23 seconds
[ruben@miguelito tinySQL]$