Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 58494 invoked from network); 5 Apr 2007 12:10:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2007 12:10:55 -0000 Received: (qmail 92777 invoked by uid 500); 5 Apr 2007 12:11:00 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 92750 invoked by uid 500); 5 Apr 2007 12:11:00 -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 92736 invoked by uid 99); 5 Apr 2007 12:11:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 05:11:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 05:10:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DA7F8714065 for ; Thu, 5 Apr 2007 05:10:32 -0700 (PDT) Message-ID: <14053652.1175775032886.JavaMail.jira@brutus> Date: Thu, 5 Apr 2007 05:10:32 -0700 (PDT) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (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 ] 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.