Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1627 Executing Forge scripts
  3. FORGE-1640

Cannot execute a command on several lines

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 2.7.1.Final
    • 2.1.1.Final
    • UI - Shell
    • None

      I have the following script (notice the ';' at the end) which executes fine with the run command :

      java-new-enum --named Language --targetPackage com.test.model ;
      

      But if I have the same command on several lines, it doesn't work anymore (so the ';' doesn't seem to mark the end of line)

      java-new-enum  
          --named Language 
          --targetPackage com.test.model ;
      

              rhn-support-ggastald George Gastaldi
              agoncal Antonio Goncalves (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: