You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2007/04/05 14:10:32 UTC

[jira] Updated: (JCR-750) [Patch] Adding history, tab completion, status info command and masked password input for jcr-commands

     [ https://issues.apache.org/jira/browse/JCR-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-750:
------------------------------

    Fix Version/s: none

> [Patch] Adding history, tab completion, status info command and masked password input for jcr-commands
> ------------------------------------------------------------------------------------------------------
>
>                 Key: JCR-750
>                 URL: https://issues.apache.org/jira/browse/JCR-750
>             Project: Jackrabbit
>          Issue Type: New Feature
>         Environment: Tested under Mac OS 10.4.8
>            Reporter: Alexander Klimetschek
>         Assigned To: Jukka Zitting
>            Priority: Minor
>             Fix For: none
>
>         Attachments: jcr-commands-add-history-tabcompletion-status.patch
>
>
> I have created this patch which improves the usability of the interactive jcr command line client. It uses jline (http://jline.sourceforge.net) for the input, which gives history, tab completion and masked password input. Tab completion completes on available commands and on the jcr children of the current node for command arguments.
> The login command now asks for the password if none is given, this uses the advanced password masking feature of jline to avoid the echoing of the password while typing (which is not possible using standard java System.in).
> I also changed the Maven 2 pom to version 1.3-SNAPSHOT to compile with the current jackrabbit trunk and to include a manifest file with the correct starter class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.