dblook displays message keys instead of their associated text ------------------------------------------------------------- Key: DERBY-90 URL: http://nagoya.apache.org/jira/browse/DERBY-90 Project: Derby Type: Bug Components: Tools Versions: 10.0.2.1 Reporter: Ron Reuben Assigned to: A B Fix For: 10.0.2.1 Using Derby version 10.0.2.1 - (106978), when I execute java org.apache.derby.tools.dblook instead of getting the usage message, I get CSLOOK_Usage Similarly, when using dblook to generate database schema, the output text contains keys such as the one above, instead of their associated text. e.g. -- CSLOOK_Timestamp, <2004-12-04 19:22:57.038> -- CSLOOK_DBName, -- CSLOOK_DBUrl, -- appendLogs: false -- ---------------------------------------------- -- CSLOOK_SchemasHeader -- ---------------------------------------------- CREATE SCHEMA "SAMP"; -- ---------------------------------------------- -- CSLOOK_TablesHeader -- ---------------------------------------------- CREATE TABLE "SAMP"."IN_TRAY" ("RECEIVED" TIMESTAMP, "SOURCE" CHAR(8), "SUBJECT" CHAR(64), "NOTE_TEXT" VARCHAR(3000)); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira