[
https://issues.jboss.org/browse/FORGEPLUGINS-189?page=com.atlassian.jira....
]
Jérémie Lagarde commented on FORGEPLUGINS-189:
----------------------------------------------
This is a problem in the range version, I fixed it on the master, but I expect FORGE-1975
to release a new version.
For your information *[8.0.0,9.0.0[* contain 9.0.0.Alpha1 and 9.0.0.CR1 , so I change
the range and add a wilfdly9 specific server provider.
The as-setup command should give the version of the server
----------------------------------------------------------
Key: FORGEPLUGINS-189
URL:
https://issues.jboss.org/browse/FORGEPLUGINS-189
Project: Forge Plugins/Addons
Issue Type: Enhancement
Components: JBoss AS Plugin
Reporter: Antonio Goncalves
Assignee: James Perkins
The {{as-setup}} command has a {{server}} parameter. When pressing TAB the completion
shows the app server with version :
{code}
$ as-setup --server
jbossas7 wildfly8
{code}
But this is confusing because when you choose the appserver, you have the {{version}}
parameter :
{code}
$ as-setup --server wildfly8 --version
8.0.0.Alpha1 8.0.0.Alpha4 8.0.0.Final 8.1.0.Final 9.0.0.Beta1
8.0.0.Alpha2 8.0.0.Beta1 8.1.0.CR1 8.2.0.Final 9.0.0.Beta2
8.0.0.Alpha3 8.0.0.CR1 8.1.0.CR2 9.0.0.Alpha1 9.0.0.CR1
{code}
For clarity the {{server}} parameter should only show the app server without version
number :
{code}
$ as-setup --server
jbossas wildfly
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)