[forge-dev] [JBoss JIRA] Closed: (SEAMFORGE-35) Support <TAB>-complete when prompting for missing required parameters

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Tue Mar 15 12:51:46 EDT 2011


     [ https://issues.jboss.org/browse/SEAMFORGE-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lincoln Baxter III closed SEAMFORGE-35.
---------------------------------------

         Assignee: Lincoln Baxter III
    Fix Version/s: 1.0.0.Alpha3
       Resolution: Done


Done...

[example] example $ persistence setup
[provider=ARG (of type org.jboss.seam.forge.spec.jpa.api.JPAProvider)]: 
[provider=ARG (of type org.jboss.seam.forge.spec.jpa.api.JPAProvider)]: 
HIBERNATE      OPENJPA        ECLIPSELINK    
[provider=ARG (of type org.jboss.seam.forge.spec.jpa.api.JPAProvider)]: 1
[provider=ARG (of type org.jboss.seam.forge.spec.jpa.api.JPAProvider)]: 

  1 - [HIBERNATE]
  2 - [OPENJPA]
  3 - [ECLIPSELINK]

Choose an option by typing the number of the selection: 1
[container=ARG (of type org.jboss.seam.forge.spec.jpa.api.JPAContainer)]: 
[container=ARG (of type org.jboss.seam.forge.spec.jpa.api.JPAContainer)]: 1
[container=ARG (of type org.jboss.seam.forge.spec.jpa.api.JPAContainer)]: 

  1 - [JBOSS_AS6]
  2 - [GLASSFISH_3]
  3 - [CUSTOM_JDBC]
  4 - [CUSTOM_JTA]
  5 - [CUSTOM_NON_JTA]

Choose an option by typing the number of the selection: 1
Wrote /home/lb3/Desktop/example/src/main/resources/META-INF/persistence.xml
[example] example $ 
[example] example $ 
[example] example $ 
[example] example $ set VERBOSE false
[example] example $ persistence setup
[provider=ARG (of type org.jboss.seam.forge.spec.jpa.api.JPAProvider)]: 
HIBERNATE      OPENJPA        ECLIPSELINK    
[provider=ARG (of type org.jboss.seam.forge.spec.jpa.api.JPAProvider)]: 
HIBERNATE      OPENJPA        ECLIPSELINK    
[provider=ARG (of type org.jboss.seam.forge.spec.jpa.api.JPAProvider)]: 
***INFO*** Aborted.
[example] example $ 
[example] example $ persistence setup
[provider=ARG (of type org.jboss.seam.forge.spec.jpa.api.JPAProvider)]: 
HIBERNATE      OPENJPA        ECLIPSELINK    
[provider=ARG (of type org.jboss.seam.forge.spec.jpa.api.JPAProvider)]: 
***INFO*** Aborted.


> Support <TAB>-complete when prompting for missing required parameters
> ---------------------------------------------------------------------
>
>                 Key: SEAMFORGE-35
>                 URL: https://issues.jboss.org/browse/SEAMFORGE-35
>             Project: Seam Forge
>          Issue Type: Feature Request
>    Affects Versions: 1.0.0.Alpha1
>            Reporter: Lincoln Baxter III
>            Assignee: Lincoln Baxter III
>              Labels: autocomplete
>             Fix For: 1.0.0.Alpha3
>
>
> [example] example $ persistence setup foo bar
> ***INFO*** The command [setup] takes [0] unnamed argument(s), but found [1].
> ***INFO*** Swallowed unknown token [foo] for command [setup].
> ***INFO*** Swallowed unknown token [bar] for command [setup].
> [provider=ARG (org.jboss.seam.forge.spec.jpa.api.JPAProvider)]: // <TAB>-complete should function here

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-dev mailing list