[
https://issues.apache.org/jira/browse/DERBY-5950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15125693#comment-15125693
]
ASF subversion and git services commented on DERBY-5950:
--------------------------------------------------------
Commit 1727887 from [~bryanpendleton] in branch 'code/trunk'
[ https://svn.apache.org/r1727887 ]
DERBY-5950: PlanExporter and SignatureChecker don't appear in derbyrun.
This patch was contributed by Yun Fang (fangyuncn at gmail dot com)
This patch externalizes the help for 'java -jar derbyrun.jar' to reflect that
the PlanExporter and SignatureChecker tools are available from derbyrun.
The patch also enables PlanExporter from derbyrun, as it was not previously
available via this launch technique.
> PlanExporter and SignatureChecker don't appear in the list of tools supported
> by derbyrun.
> ------------------------------------------------------------------------------------------
>
> Key: DERBY-5950
> URL: https://issues.apache.org/jira/browse/DERBY-5950
> Project: Derby
> Issue Type: Bug
> Components: Tools
> Affects Versions: 10.10.1.1
> Reporter: Rick Hillegas
> Assignee: Yun Fang
> Labels: derby_triage10_11
> Attachments: run.java.diff, svn_status.txt,
> toolsmessages.properties.diff, toolsmessages_zh_CN.properties.diff
>
>
> The help message for derbyrun does not mention PlanExporter or
> SignatureChecker. It should.
> java -jar trunk/jars/sane/derbyrun.jar
> 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)
> Note that SignatureChecker can still be invoked via derbyrun. However,
> PlanExporter can't:
> java -jar trunk/jars/sane/derbyrun.jar SignatureChecker
> Usage if running on J2SE:
>
> java org.apache.derby.tools.SignatureChecker connectionUrlToDatabase
>
> Usage if running on J2ME:
>
> java org.apache.derby.tools.SignatureChecker databaseName
> java -jar trunk/jars/sane/derbyrun.jar PlanExporter
> 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)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)