[forge-issues] [JBoss JIRA] (FORGE-1449) Copy/pasting several line in the Forge only pastes and executes the 1st line

Antonio Goncalves (JIRA) issues at jboss.org
Wed Jan 22 12:18:28 EST 2014


     [ https://issues.jboss.org/browse/FORGE-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Goncalves updated FORGE-1449:
-------------------------------------

    Summary: Copy/pasting several line in the Forge only pastes and executes the 1st line  (was: Copy/pasting several line in the Forge shell hangs)

    
> 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.CR1
>         Environment: OS X Mavericks (10.9.1). 
> JDK version "1.7.0_51"
>            Reporter: Antonio Goncalves
>             Fix For: 2.x Future
>
>
> 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


More information about the forge-issues mailing list