[
https://issues.apache.org/jira/browse/DERBY-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846924#action_12846924
]
Sylvain Leroux commented on DERBY-4561:
---------------------------------------
Hi Denis,
You certainly missed some required jar in your class path.
Here is mine:
sh$ echo $CLASSPATH
classes:tools/java/jakarta-oro-2.0.8.jar:tools/java/xalan.jar:tools/java/junit.jar
Please note that I am running all the tests from the base directory of my build
of Derby. So the 'classes' entry refers to the directory where ant store the
compiled files. The JAR in tools/java must have been downloaded to your
computer while you checked out the trunk.
Hope this helps,
- Sylvain
> Help in ij should fit in 80 columns terminal
> --------------------------------------------
>
> Key: DERBY-4561
> URL: https://issues.apache.org/jira/browse/DERBY-4561
> Project: Derby
> Issue Type: Bug
> Components: Tools
> Reporter: Sylvain Leroux
> Priority: Trivial
> Attachments: derby-4561-patch-1.diff, derby-4561-patch-2.diff
>
>
> In ij, some statements seem to assume 80 columns terminal to format their
> output (SHOW FUNCTION, SHOW PROCEDURE).
> But not HELP.
> HELP should assume the same defaults in order to fit nicely in 80 columns
> terminal. An other option would be to dynamically adjust the display to the
> real terminal width - but I don't know if there is a portable way of doing
> this in Java.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.