On 12.10.2012 18:46, Rick Hillegas wrote: > Are there other tools that are not invokeable in that way? > Not that I know of. I just verified that SignatureChecker can be > invoked via derbyrun.
Ah, yes. But the --help option doesn't list that one either. Bug? $ java -jar jars/sane/derbyrun.jar --help Usage: java -jar derbyrun.jar ij [-p propertiesfile] [sql script] java -jar derbyrun.jar sysinfo [-cp ...] [-cp help] java -jar derbyrun.jar dblook [args] (or no arguments for usage) java -jar derbyrun.jar server [args] (or no arguments for usage) Thanks, Dag > > Thanks, > -Rick >> On 11.10.2012 19:05, Rick Hillegas (JIRA) wrote: >>> Rick Hillegas created DERBY-5944: >>> ------------------------------------ >>> >>> Summary: The hard-coded PlanExporter help message >>> should be internationalized so that it can be translated >>> Key: DERBY-5944 >>> URL: https://issues.apache.org/jira/browse/DERBY-5944 >>> Project: Derby >>> Issue Type: Bug >>> Components: Localization, Tools >>> Affects Versions: 10.10.0.0 >>> Reporter: Rick Hillegas >>> >>> >>> The help message for PlanExporter is hard-coded in >>> PlanExporter.printHelp(). In contrast, other Derby tools use the >>> message lookup logic for their help messages. This means that for >>> those other tools, on supported locales, users see translated >>> versions of the help messages. For PlanExporter, the help message >>> always appears in English. PlanExporter should use the message >>> lookup logic like the other tools do. >>> >>> -- >>> This message is automatically generated by JIRA. >>> If you think it was sent incorrectly, please contact your JIRA >>> administrators >>> For more information on JIRA, see: >>> http://www.atlassian.com/software/jira >> >
