Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1491 Perform a review of Forge 2.x
  3. FORGE-1449

Copy/pasting several line in the Forge only pastes and executes the 1st line

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 2.1.0.Final
    • 2.0.0.CR2
    • UI - Shell
    • None

      I have a few commands in a text file :

      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 ;
      

      When I copy paste these 5 lines in the Forge shell I get :

      [Book.java]$ jpa-new-field --named isbn ;
      ***SUCCESS*** Field isbn created
      [Book.java]$
      

      Only the first line is pasted and executed (the other lines are ignored)

            spederse@redhat.com Stale Pedersen
            agoncal Antonio Goncalves (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: