[
https://issues.jboss.org/browse/FORGE-550?page=com.atlassian.jira.plugin....
]
George Gastaldi commented on FORGE-550:
---------------------------------------
The scaffold plugin has:
{code}
@RequiresFacet(ScaffoldProvider.class)
{code}
AFAIK, this means that you must have scaffold set up before running anything else,in other
words, you can“t call _scaffold list-providers_ BEFORE calling _scaffold setup_.
Maybe we could add that functionality to the completer ? I was planning to use @Help to
fetch the description from each ScaffoldProvider.
Should be able to list all available (not necessarily in use)
scaffold providers
--------------------------------------------------------------------------------
Key: FORGE-550
URL:
https://issues.jboss.org/browse/FORGE-550
Project: Forge
Issue Type: Enhancement
Components: Scaffold
Affects Versions: 1.0.2.Final
Reporter: Lincoln Baxter III
Assignee: George Gastaldi
Right now the only way to "discover" which types of scaffold are installed is
to either:
a) Check your installed plugins
b) type: "scaffold setup --scaffoldType <TAB>" and see which options it
comes up with as completion proposals.
It would be grand to have a "scaffold list-providers" command, to list and
display basic information about each scaffold.
E.g:
{code}
$ scaffold list-providers
* Aerogear: Basic PoH5 & Rest Mobile Scaffolding
* Faces: JavaServer Faces scaffolding
* SpringMVC: What it sounds like...
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira