[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 29 12:41:28 EST 2014


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

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

    Parent Issue: FORGE-1491  (was: FORGE-1505)

    
> 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
>             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}
> 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


More information about the forge-issues mailing list