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

2007-04-05 Thread Jukka Zitting (JIRA)

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



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

2007-02-25 Thread Jukka Zitting (JIRA)

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

Jukka Zitting updated JCR-750:
--

  Component/s: (was: contrib PMs)
 Assignee: Jukka Zitting
Affects Version/s: (was: 1.1)

Looks very nice, thanks!

There is one new file with a MPL license header. Could you please attach a new 
version of the patch using the appropriate Apache license header 
(http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-core/HEADER.txt)? 
Alternatively, you can just comment here that it's OK for me to change the 
header when applying your patch.

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



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

2007-02-19 Thread Alexander Klimetschek (JIRA)

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

Alexander Klimetschek updated JCR-750:
--

Attachment: jcr-commands-add-history-tabcompletion-status.patch

A patch including all mentioned features.

 [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
  Components: contrib PMs
Affects Versions: 1.1
 Environment: Tested under Mac OS 10.4.8
Reporter: Alexander Klimetschek
Priority: Minor
 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.