Rick Hillegas created DERBY-5950:
------------------------------------

             Summary: 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.0.0
            Reporter: Rick Hillegas


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 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

Reply via email to