You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Alexander Klimetschek (JIRA)" <ji...@apache.org> on 2007/02/20 02:24:05 UTC

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

[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


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] Resolved: (JCR-750) [Patch] Adding history, tab completion, status info command and masked password input for jcr-commands

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved JCR-750.
-------------------------------

    Resolution: Fixed

Patch applied in revision 511907. Thanks a lot for the contribution!

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

Posted by "Jukka Zitting (JIRA)" <ji...@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.


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

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ 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

Posted by "Alexander Klimetschek (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Alexander Klimetschek (JIRA)" <ji...@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.


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

Posted by "Alexander Klimetschek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475764 ] 

Alexander Klimetschek commented on JCR-750:
-------------------------------------------

Ah, that license header was automatically added by Eclipse, I didn't notice this. It is ok for me to change it to the Apache license.

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