Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-2785

Script does not wait until execution is finished to return on a Wizard command

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 3.9.1.Final
    • 3.9.0.Final
    • Script
    • None
    • Hide

      Having the following script:

      project-new --named example --stack JAVA_EE_7
      jpa-new-entity --named SampleEntity
      rest-new-endpoint --named HelloEndpoint
      

      When invoking ScriptOperations.evaluate, the execution will return after rest-setup completes (which is part of rest-new-endpoint)
      The execution ends

      Show
      Having the following script: project- new --named example --stack JAVA_EE_7 jpa- new -entity --named SampleEntity rest - new -endpoint --named HelloEndpoint When invoking ScriptOperations.evaluate , the execution will return after rest-setup completes (which is part of rest-new-endpoint) The execution ends

    Description

      When executing a Forge script, if a command in the script is a wizard (many steps), the execution may not wait until completion.

      Attachments

        Activity

          People

            rhn-support-ggastald George Gastaldi
            rhn-support-ggastald George Gastaldi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: