Issue Details (XML | Word | Printable)

Key: DERBY-90
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: A B
Reporter: Ron Reuben
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

dblook displays message keys instead of their associated text

Created: 06/Dec/04 10:45 PM   Updated: 03/Jun/05 06:14 AM
Return to search
Component/s: Tools
Affects Version/s: 10.0.2.1
Fix Version/s: 10.0.2.1

Time Tracking:
Not Specified

Resolution Date: 06/Dec/04 10:50 PM


 Description  « Hide
 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));

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.