Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1491 Perform a review of Forge 2.x
  3. FORGE-1453

Cannot scaffold JSF pages using a * target

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Critical
    • 2.6.0.Final
    • 2.0.0.CR2
    • UI - Shell
    • None

    Description

      When I want to generate JSF pages for each of my entities, I can write the following in Forge 1.x :

      scaffold from-entity ~.model.* ;
      

      In Forge 2.CR1 I cannot use the '*' and need to specify each entity :

      [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]$
      

      Attachments

        Issue Links

          Activity

            People

              lincolnthree Lincoln Baxter III (Inactive)
              agoncal Antonio Goncalves (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: