[
https://issues.jboss.org/browse/FORGE-1640?page=com.atlassian.jira.plugin...
]
George Gastaldi edited comment on FORGE-1640 at 7/9/14 3:27 PM:
----------------------------------------------------------------
Fixed, you need to add a backslash to the end of each line for that to work:
Eg:
{code}
java-new-enum \
--named Language \
--targetPackage com.test.model ;
{code}
was (Author: gastaldi):
Fixed, you need to add a {{\}} to the end of each line for that to work:
Eg:
{code}
java-new-enum \
--named Language \
--targetPackage com.test.model ;
{code}
Cannot execute a command on several lines
-----------------------------------------
Key: FORGE-1640
URL:
https://issues.jboss.org/browse/FORGE-1640
Project: Forge
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: UI - Shell
Affects Versions: 2.1.1.Final
Reporter: Antonio Goncalves
Assignee: George Gastaldi
Fix For: 2.7.1.Final
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 was sent by Atlassian JIRA
(v6.2.6#6264)