[forge-issues] [JBoss JIRA] (FORGE-1640) Cannot execute a command on several lines

Antonio Goncalves (JIRA) issues at jboss.org
Wed Mar 5 17:03:33 EST 2014


Antonio Goncalves created FORGE-1640:
----------------------------------------

             Summary: Cannot execute a command on several lines
                 Key: FORGE-1640
                 URL: https://issues.jboss.org/browse/FORGE-1640
             Project: Forge
          Issue Type: Sub-task
          Components: UI - Shell
    Affects Versions: 2.1.1.Final
            Reporter: Antonio Goncalves
             Fix For: 2.x Future


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

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

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)

{code}
java-new-enum  
    --named Language 
    --targetPackage com.test.model ;
{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