[
https://issues.jboss.org/browse/FORGE-1449?page=com.atlassian.jira.plugin...
]
George Gastaldi closed FORGE-1449.
----------------------------------
Assignee: Ståle Pedersen
Fix Version/s: 2.0.1.Final
(was: 2.x Future)
Resolution: Done
Fixed in Aesh
Copy/pasting several line in the Forge only pastes and executes the
1st line
----------------------------------------------------------------------------
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.CR2
Environment: OS X Mavericks (10.9.1).
JDK version "1.7.0_51"
Reporter: Antonio Goncalves
Assignee: Ståle Pedersen
Fix For: 2.0.1.Final
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}
Only the first line is pasted and executed (the other lines are ignored)
--
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