[
https://issues.jboss.org/browse/FORGE-1669?page=com.atlassian.jira.plugin...
]
George Gastaldi commented on FORGE-1669:
----------------------------------------
Example with Arquillian Addon:
{code}
[demo]$ arquillian-setup
Downloading:
https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquil...
Downloading:
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
Downloaded:
https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquil...
(2 KB at 0.2 KB/sec)
Downloaded:
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
(425 B at 0.1 KB/sec)
***INFO*** Required inputs not satisfied, entering interactive mode
[0] ( ) junit
[1] ( ) testng
Press <ENTER> to confirm, or <CTRL>+C to cancel.
? Test Framework: [0-1] 0
Downloading:
https://repository.jboss.org/nexus/content/repositories/snapshots/junit/j...
Downloading:
https://repository.jboss.org/nexus/content/groups/public/junit/junit/mave...
Downloaded:
https://repository.jboss.org/nexus/content/groups/public/junit/junit/mave...
(968 B at 3.7 KB/sec)
[0] ( ) 3.7
[1] ( ) 3.8
[2] ( ) 3.8.1
[3] ( ) 3.8.2
[4] ( ) 3.8.2-brew
[5] ( ) 4.0
[6] ( ) 4.1
[7] ( ) 4.2
[8] ( ) 4.3
[9] ( ) 4.3.1
[10] ( ) 4.4
[11] ( ) 4.5
[12] ( ) 4.6
[13] ( ) 4.7
[14] ( ) 4.8
[15] ( ) 4.8.1
[16] ( ) 4.8.2
[17] ( ) 4.9
[18] ( ) 4.10
[19] ( ) 4.11-beta-1
[20] (x) 4.11
[21] ( ) 4.12-SNAPSHOT
Press <ENTER> to confirm, or <CTRL>+C to cancel.
? Test Framework Version: [0-21] 20
[0] ( ) droidium-container-depchain
[1] ( ) glassfish-embedded-3.1
[2] ( ) glassfish-managed-3.1
[3] ( ) glassfish-remote-3.1
[4] ( ) jbossas-embedded-6
[5] ( ) jbossas-managed-4.2
[6] ( ) jbossas-managed-5.1
[7] ( ) jbossas-managed-6
[8] ( ) jbossas-managed-7
[9] ( ) jbossas-remote-4.2
[10] ( ) jbossas-remote-5
[11] ( ) jbossas-remote-5.1
[12] ( ) jbossas-remote-6
[13] ( ) jbossas-remote-7
[14] ( ) jetty-embedded-6.1
[15] ( ) jetty-embedded-7
[16] ( ) openejb-embedded-3.1
[17] ( ) openejb-embedded-4
[18] ( ) openshift-express
[19] ( ) openwebbeans-embedded-1
[20] ( ) tomcat-embedded-6
[21] ( ) tomcat-embedded-7
[22] ( ) tomcat-managed-5.5
[23] ( ) tomcat-managed-6
[24] ( ) tomcat-managed-7
[25] ( ) tomcat-remote-6
[26] ( ) tomee-embedded
[27] ( ) tomee-remote
[28] ( ) was-embedded-8
[29] ( ) was-remote-7
[30] ( ) was-remote-8
[31] ( ) weld-ee-embedded-1.1
[32] ( ) weld-se-embedded-1
[33] ( ) weld-se-embedded-1.1
[34] ( ) wildfly-managed
[35] ( ) wildfly-remote
[36] ( ) wls-remote-10.3
Press <ENTER> to confirm, or <CTRL>+C to cancel.
? Container Adapter: [0-36] 35
Downloading:
https://repository.jboss.org/nexus/content/groups/public/org/wildfly/wild...
Downloading:
https://repository.jboss.org/nexus/content/repositories/snapshots/org/wil...
Downloaded:
https://repository.jboss.org/nexus/content/groups/public/org/wildfly/wild...
(702 B at 0.1 KB/sec)
[0] ( ) 8.0.0.Alpha1
[1] ( ) 8.0.0.Alpha2
[2] ( ) 8.0.0.Alpha3
[3] ( ) 8.0.0.Alpha4
[4] ( ) 8.0.0.Beta1
[5] ( ) 8.0.0.CR1
[6] ( ) 8.0.0.Final
[7] ( ) 8.1.0.CR1
[8] ( ) 8.1.0.CR2
[9] (x) 8.1.0.Final
Press <ENTER> to confirm, or <CTRL>+C to cancel.
? Container Adapter Version: [0-9]
***SUCCESS*** Arquillian setup complete
***SUCCESS*** Installed Arquillian 1.1.5.Final
***SUCCESS*** Installed junit
***SUCCESS*** Installed Arquillian Container WildFly Remote 8.x
***SUCCESS*** Installed Arquillian Container WildFly Remote 8.x dependencies
{code}
Allow alternative Interactive Wizard execution style
----------------------------------------------------
Key: FORGE-1669
URL:
https://issues.jboss.org/browse/FORGE-1669
Project: Forge
Issue Type: Feature Request
Components: UI - Shell
Affects Versions: 2.1.1.Final
Reporter: Aslak Knutsen
Assignee: George Gastaldi
Fix For: 2.12.3.Final
Allow for the following flow:
{code}
01 Wizard.isEnabled
02 Wizard.prompt for UIInput
03 Wizard.execute
04 for each Step in Wizard.next
05 Step.isEnabled
06 Step.prompt for UIInput
07 Step.execute
08 for each Step in Step.next
09 goto 05
{code}
as an alternative to the current single command wizard
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)