You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Lukas Theussl (JIRA)" <co...@jakarta.apache.org> on 2006/05/09 00:11:22 UTC

[jira] Created: (JELLY-229) Add list of possible completions to jelly-tags-interaction

Add list of possible completions to jelly-tags-interaction
----------------------------------------------------------

         Key: JELLY-229
         URL: http://issues.apache.org/jira/browse/JELLY-229
     Project: Jelly
        Type: New Feature

 Environment: Linux FC3, jdk-14.2_10, Maven-1.1-beta-3-SNAPSHOT
    Reporter: Lukas Theussl
 Assigned to: james strachan 


This is a follow-up of JELLY-175. I added a method setCompletor(list) allowing to set a list of strings that is used by jline for tab completion. Use it like: <i:ask completor="${list}" answer="a"/>. The list of tab-completion strings is added to the history list, ie new goals typed in console mode will always be tab-completed afterwards.

Please note that I have bumped the jline dependency to the latest 0.9.5. This is not on ibiblio yet, I have created an upload request ( http://jira.codehaus.org/browse/MAVENUPLOAD-883 ), if it is not found, you will have to put the jline-0.9.5.jar into your local repo by hand.

To test it: I have deployed a snapshot of the maven 1 console plugin:

maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-console-plugin -Dversion=1.2-SNAPSHOT

The default value for the completor list is "clean,java:compile,jar,test,xdoc,site,quit,help", but you can define your own custom list using the maven.console.completor.goals property.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (JELLY-229) Add list of possible completions to jelly-tags-interaction

Posted by "Paul Libbrecht (JIRA)" <co...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/JELLY-229?page=all ]

Paul Libbrecht updated JELLY-229:
---------------------------------

      Component: taglib.interaction
    Fix Version: 1.1
                     (was: 1.1-beta-1)
        Version: 1.0

Fixed components and versions.

> Add list of possible completions to jelly-tags-interaction
> ----------------------------------------------------------
>
>          Key: JELLY-229
>          URL: http://issues.apache.org/jira/browse/JELLY-229
>      Project: Jelly
>         Type: New Feature

>   Components: taglib.interaction
>     Versions: 1.0
>  Environment: Linux FC3, jdk-14.2_10, Maven-1.1-beta-3-SNAPSHOT
>     Reporter: Lukas Theussl
>     Assignee: Paul Libbrecht
>      Fix For: 1.1
>  Attachments: JELLY-229.patch
>
> This is a follow-up of JELLY-175. I added a method setCompletor(list) allowing to set a list of strings that is used by jline for tab completion. Use it like: <i:ask completor="${list}" answer="a"/>. The list of tab-completion strings is added to the history list, ie new goals typed in console mode will always be tab-completed afterwards.
> Please note that I have bumped the jline dependency to the latest 0.9.5. This is not on ibiblio yet, I have created an upload request ( http://jira.codehaus.org/browse/MAVENUPLOAD-883 ), if it is not found, you will have to put the jline-0.9.5.jar into your local repo by hand.
> To test it: I have deployed a snapshot of the maven 1 console plugin:
> maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-console-plugin -Dversion=1.2-SNAPSHOT
> The default value for the completor list is "clean,java:compile,jar,test,xdoc,site,quit,help", but you can define your own custom list using the maven.console.completor.goals property.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (JELLY-229) Add list of possible completions to jelly-tags-interaction

Posted by "Paul Libbrecht (JIRA)" <co...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/JELLY-229?page=comments#action_12378850 ] 

Paul Libbrecht commented on JELLY-229:
--------------------------------------

I changed the question to "born before the 20th century" ;-).

For release to happen is just to get a vote on commons-dev which I opened yesterday and expect to close on Friday 12:00 GMT.
Is that ok for you ?
paul

> Add list of possible completions to jelly-tags-interaction
> ----------------------------------------------------------
>
>          Key: JELLY-229
>          URL: http://issues.apache.org/jira/browse/JELLY-229
>      Project: Jelly
>         Type: New Feature

>   Components: taglib.interaction
>     Versions: 1.0
>  Environment: Linux FC3, jdk-14.2_10, Maven-1.1-beta-3-SNAPSHOT
>     Reporter: Lukas Theussl
>     Assignee: Paul Libbrecht
>      Fix For: 1.1
>  Attachments: JELLY-229.patch
>
> This is a follow-up of JELLY-175. I added a method setCompletor(list) allowing to set a list of strings that is used by jline for tab completion. Use it like: <i:ask completor="${list}" answer="a"/>. The list of tab-completion strings is added to the history list, ie new goals typed in console mode will always be tab-completed afterwards.
> Please note that I have bumped the jline dependency to the latest 0.9.5. This is not on ibiblio yet, I have created an upload request ( http://jira.codehaus.org/browse/MAVENUPLOAD-883 ), if it is not found, you will have to put the jline-0.9.5.jar into your local repo by hand.
> To test it: I have deployed a snapshot of the maven 1 console plugin:
> maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-console-plugin -Dversion=1.2-SNAPSHOT
> The default value for the completor list is "clean,java:compile,jar,test,xdoc,site,quit,help", but you can define your own custom list using the maven.console.completor.goals property.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (JELLY-229) Add list of possible completions to jelly-tags-interaction

Posted by "Lukas Theussl (JIRA)" <co...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/JELLY-229?page=all ]

Lukas Theussl updated JELLY-229:
--------------------------------

    Attachment: JELLY-229.patch

> Add list of possible completions to jelly-tags-interaction
> ----------------------------------------------------------
>
>          Key: JELLY-229
>          URL: http://issues.apache.org/jira/browse/JELLY-229
>      Project: Jelly
>         Type: New Feature

>  Environment: Linux FC3, jdk-14.2_10, Maven-1.1-beta-3-SNAPSHOT
>     Reporter: Lukas Theussl
>     Assignee: james strachan
>  Attachments: JELLY-229.patch
>
> This is a follow-up of JELLY-175. I added a method setCompletor(list) allowing to set a list of strings that is used by jline for tab completion. Use it like: <i:ask completor="${list}" answer="a"/>. The list of tab-completion strings is added to the history list, ie new goals typed in console mode will always be tab-completed afterwards.
> Please note that I have bumped the jline dependency to the latest 0.9.5. This is not on ibiblio yet, I have created an upload request ( http://jira.codehaus.org/browse/MAVENUPLOAD-883 ), if it is not found, you will have to put the jline-0.9.5.jar into your local repo by hand.
> To test it: I have deployed a snapshot of the maven 1 console plugin:
> maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-console-plugin -Dversion=1.2-SNAPSHOT
> The default value for the completor list is "clean,java:compile,jar,test,xdoc,site,quit,help", but you can define your own custom list using the maven.console.completor.goals property.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (JELLY-229) Add list of possible completions to jelly-tags-interaction

Posted by "Lukas Theussl (JIRA)" <co...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/JELLY-229?page=comments#action_12378920 ] 

Lukas Theussl commented on JELLY-229:
-------------------------------------

Fantastic! Thanks so much for your quick response!

-Lukas

> Add list of possible completions to jelly-tags-interaction
> ----------------------------------------------------------
>
>          Key: JELLY-229
>          URL: http://issues.apache.org/jira/browse/JELLY-229
>      Project: Jelly
>         Type: New Feature

>   Components: taglib.interaction
>     Versions: 1.0
>  Environment: Linux FC3, jdk-14.2_10, Maven-1.1-beta-3-SNAPSHOT
>     Reporter: Lukas Theussl
>     Assignee: Paul Libbrecht
>      Fix For: 1.1
>  Attachments: JELLY-229.patch
>
> This is a follow-up of JELLY-175. I added a method setCompletor(list) allowing to set a list of strings that is used by jline for tab completion. Use it like: <i:ask completor="${list}" answer="a"/>. The list of tab-completion strings is added to the history list, ie new goals typed in console mode will always be tab-completed afterwards.
> Please note that I have bumped the jline dependency to the latest 0.9.5. This is not on ibiblio yet, I have created an upload request ( http://jira.codehaus.org/browse/MAVENUPLOAD-883 ), if it is not found, you will have to put the jline-0.9.5.jar into your local repo by hand.
> To test it: I have deployed a snapshot of the maven 1 console plugin:
> maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-console-plugin -Dversion=1.2-SNAPSHOT
> The default value for the completor list is "clean,java:compile,jar,test,xdoc,site,quit,help", but you can define your own custom list using the maven.console.completor.goals property.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (JELLY-229) Add list of possible completions to jelly-tags-interaction

Posted by "Lukas Theussl (JIRA)" <co...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/JELLY-229?page=comments#action_12378771 ] 

Lukas Theussl commented on JELLY-229:
-------------------------------------

Thanks Paul!

What else does it take to get commons-jelly-tags-interaction-1.1 released? Can you give me an ETA? I can't release the console plugin with a snapshot dependency so I'm kind of tied to this now unless I roll back this nice feature. Also, JELLY-175 can be marked resolved as well now?

(Btw: I don't agree with you calling Einstein 'a physicist before the 20th century', all his major contributions were done after 1905! ;) )

> Add list of possible completions to jelly-tags-interaction
> ----------------------------------------------------------
>
>          Key: JELLY-229
>          URL: http://issues.apache.org/jira/browse/JELLY-229
>      Project: Jelly
>         Type: New Feature

>  Environment: Linux FC3, jdk-14.2_10, Maven-1.1-beta-3-SNAPSHOT
>     Reporter: Lukas Theussl
>     Assignee: Paul Libbrecht
>      Fix For: 1.1-beta-1
>  Attachments: JELLY-229.patch
>
> This is a follow-up of JELLY-175. I added a method setCompletor(list) allowing to set a list of strings that is used by jline for tab completion. Use it like: <i:ask completor="${list}" answer="a"/>. The list of tab-completion strings is added to the history list, ie new goals typed in console mode will always be tab-completed afterwards.
> Please note that I have bumped the jline dependency to the latest 0.9.5. This is not on ibiblio yet, I have created an upload request ( http://jira.codehaus.org/browse/MAVENUPLOAD-883 ), if it is not found, you will have to put the jline-0.9.5.jar into your local repo by hand.
> To test it: I have deployed a snapshot of the maven 1 console plugin:
> maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-console-plugin -Dversion=1.2-SNAPSHOT
> The default value for the completor list is "clean,java:compile,jar,test,xdoc,site,quit,help", but you can define your own custom list using the maven.console.completor.goals property.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Resolved: (JELLY-229) Add list of possible completions to jelly-tags-interaction

Posted by "Paul Libbrecht (JIRA)" <co...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/JELLY-229?page=all ]
     
Paul Libbrecht resolved JELLY-229:
----------------------------------

    Fix Version: 1.1-beta-1
     Resolution: Fixed
      Assign To: Paul Libbrecht  (was: james strachan)

Applying patch and successfully run the described test and the included sample.
I'd wish for automated tests but this seems impossible for now. So we'll... just... accept by seeing that the sample works.
paul

> Add list of possible completions to jelly-tags-interaction
> ----------------------------------------------------------
>
>          Key: JELLY-229
>          URL: http://issues.apache.org/jira/browse/JELLY-229
>      Project: Jelly
>         Type: New Feature

>  Environment: Linux FC3, jdk-14.2_10, Maven-1.1-beta-3-SNAPSHOT
>     Reporter: Lukas Theussl
>     Assignee: Paul Libbrecht
>      Fix For: 1.1-beta-1
>  Attachments: JELLY-229.patch
>
> This is a follow-up of JELLY-175. I added a method setCompletor(list) allowing to set a list of strings that is used by jline for tab completion. Use it like: <i:ask completor="${list}" answer="a"/>. The list of tab-completion strings is added to the history list, ie new goals typed in console mode will always be tab-completed afterwards.
> Please note that I have bumped the jline dependency to the latest 0.9.5. This is not on ibiblio yet, I have created an upload request ( http://jira.codehaus.org/browse/MAVENUPLOAD-883 ), if it is not found, you will have to put the jline-0.9.5.jar into your local repo by hand.
> To test it: I have deployed a snapshot of the maven 1 console plugin:
> maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-console-plugin -Dversion=1.2-SNAPSHOT
> The default value for the completor list is "clean,java:compile,jar,test,xdoc,site,quit,help", but you can define your own custom list using the maven.console.completor.goals property.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org