Antonio Goncalves created FORGE-1449:
----------------------------------------
Summary: Copy/pasting several line in the Forge shell hangs
Key: FORGE-1449
URL:
https://issues.jboss.org/browse/FORGE-1449
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.0.0.CR1
Reporter: Antonio Goncalves
I have a few commands in a text file :
{code}
jpa-new-entity --named Book ;
jpa-new-field --named isbn ;
jpa-new-field --named title ;
jpa-new-field --named author ;
jpa-new-field --named description --length 2000 ;
{code}
When I copy paste these 5 lines in the Forge shell I get :
{code}
[Book.java]$ jpa-new-field --named isbn ;
***SUCCESS*** Field isbn created
[Book.java]$
{code}
The first two lines have been executed and then the shell hangs. CTRL+C doesn't work,
I can't type anything (e.g. exit) so I need to kill the process
--
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