Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 97288 invoked from network); 5 Mar 2008 14:13:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2008 14:13:02 -0000 Received: (qmail 21843 invoked by uid 500); 5 Mar 2008 14:12:56 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 21820 invoked by uid 500); 5 Mar 2008 14:12:56 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 21811 invoked by uid 99); 5 Mar 2008 14:12:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2008 06:12:56 -0800 X-ASF-Spam-Status: No, hits=-1998.0 required=10.0 tests=ALL_TRUSTED,URIBL_BLACK X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2008 14:12:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BDC4F234C096 for ; Wed, 5 Mar 2008 06:11:40 -0800 (PST) Message-ID: <253635714.1204726300776.JavaMail.jira@brutus> Date: Wed, 5 Mar 2008 06:11:40 -0800 (PST) From: "Alexander Klimetschek (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Closed: (JCR-750) [Patch] Adding history, tab completion, status info command and masked password input for jcr-commands In-Reply-To: <21817120.1171934645920.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek closed JCR-750. ------------------------------------- > [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 > Assignee: 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.