[ http://issues.apache.org/jira/browse/DERBY-90?page=all ] A B closed DERBY-90: --------------------
> dblook displays message keys instead of their associated text > ------------------------------------------------------------- > > Key: DERBY-90 > URL: http://issues.apache.org/jira/browse/DERBY-90 > Project: Derby > Type: Bug > Components: Tools > Versions: 10.0.2.1 > Reporter: Ron Reuben > Assignee: 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, <sample> > -- CSLOOK_DBUrl, <jdbc:derby:sample> > -- 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://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
