[forge-issues] [JBoss JIRA] (FORGE-1453) Cannot scaffold JSF pages using a * target

Antonio Goncalves (JIRA) issues at jboss.org
Wed Jan 29 12:43:28 EST 2014


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

Antonio Goncalves updated FORGE-1453:
-------------------------------------

    Parent Issue: FORGE-1491  (was: FORGE-1505)

    
> Cannot scaffold JSF pages using a * target
> ------------------------------------------
>
>                 Key: FORGE-1453
>                 URL: https://issues.jboss.org/browse/FORGE-1453
>             Project: Forge
>          Issue Type: Sub-task
>          Components: UI - Shell
>    Affects Versions: 2.0.0.CR2
>            Reporter: Antonio Goncalves
>            Priority: Critical
>             Fix For: 2.x Future
>
>
> When I want to generate JSF pages for each of my entities, I can write the following in Forge 1.x :
> {code}
> scaffold from-entity ~.model.* ;
> {code}
> In Forge 2.CR1 I cannot use the '*' and need to specify each entity :
> {code}
> [TalkEndpoint.java]$ scaffold-generate --targets ~.model.*
> Targets must be specified.
> [TalkEndpoint.java]$ scaffold-generate --targets org.javaone.javaee7.model.*
> Targets must be specified.
> [TalkEndpoint.java]$ scaffold-generate --targets org.javaone.javaee7.model.Book org.javaone.javaee7.model.Speaker  org.javaone.javaee7.model.Talk
> ***SUCCESS*** Scaffold was generated successfully.
> [TalkEndpoint.java]$
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list