[ 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to