Hello everyone! after painfully discovering that one cannot run build on the binary distribution I now downloaded the source packages and everything works just fine. build junit went of without a hitch, although some deprecated errors occured and prepare-testdb also worked and filled the poor mysql-server with lots and lots of tables :-). Now I am trying to generate model classes from the db-schema I already have in place and the gui that starts up when calling 'build reverse-db' connects fine to the database as well. Unfortunatly, when trying to 'Read schema' I get the following stacktrace:
[reversedb] 12:null: Can't read dir of '.\%\' (Errcode: 2) [reversedb] java.sql.SQLException: null: Can't read dir of '.\%\' (Errcode: 2) [reversedb] at com.mysql.jdbc.MysqlIO.nextRow(Unknown Source) [reversedb] at com.mysql.jdbc.MysqlIO.getResultSet(Unknown Source) [reversedb] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(Unknown Source) [reversedb] at com.mysql.jdbc.MysqlIO.sqlQuery(Unknown Source) [reversedb] at com.mysql.jdbc.Connection.execSQL(Unknown Source) [reversedb] at com.mysql.jdbc.Connection.execSQL(Unknown Source) [reversedb] at com.mysql.jdbc.Statement.executeQuery(Unknown Source) [reversedb] at com.mysql.jdbc.jdbc2.Statement.executeQuery(Unknown Source) [reversedb] at com.mysql.jdbc.DatabaseMetaData.getTables(Unknown Source) ... <snip> for breveties sake. Does reverse-db generally work? Is *it* broken or me? I am sorry to bother you all with this, but I couldn't find any dokumentation on the reverse-db tool and how to fix errors occuring when using it. Any pointers would be greatly appreciated :-). I also hope to someday be abled to make more valuable contribtutions besides asking 'noob' questions. Sincerely, Wulf PS: "I am using the current 1.4.1_01 j2sdk on win2k/SP3 with mysql version 4.0.4-(*errrm*)-beta-max-nt and the com.mysql.jdbc.Driver of the MySQL Connector/J 2.0.14 package/jar/distribution" -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
