[JBoss JIRA] (FORGE-1392) more command does not always work
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1392?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III commented on FORGE-1392:
-------------------------------------------
Was this occurring during a running resource-transaction?
> more command does not always work
> ---------------------------------
>
> Key: FORGE-1392
> URL: https://issues.jboss.org/browse/FORGE-1392
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.0.0.Beta4
> Reporter: Antonio Goncalves
> Fix For: 2.x Future
>
>
> When I create a project, I can do a {{more}} on the {{pom.xml}}. But then, after creating a few entities, I cannot do a {{more}} on the entity I've created.
> {code}
> [model]$ more Country.java
> /Users/antoniombp/Documents/Code/temp/Country.java: No such file or directory
> [model]$ pwd
> /Users/antoniombp/Documents/Code/temp/agoncal-application-petstore-ee7/src/main/java/org/agoncal/application/petstore/model
> {code}
> In this example I am on the {{model}} subdirectory, when I type {{more}} and hit TAB, the completion works for my entity {{Country}}, but then, the directory is not right :
> {code}
> /Users/antoniombp/Documents/Code/temp/Country.java
> {code}
> Instead of
> {code}
> /Users/antoniombp/Documents/Code/temp/agoncal-application-petstore-ee7/src/main/java/org/agoncal/application/petstore/model/Country.java
> {code}
--
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
12 years, 3 months
[JBoss JIRA] (FORGE-1449) Copy/pasting several line in the Forge shell hangs
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-1449?page=com.atlassian.jira.plugin... ]
Antonio Goncalves commented on FORGE-1449:
------------------------------------------
With the very latest SNAPSHOT (22/01/2014) it doesn't hang anymore, but copying several lines, only pastes the first lines and executes it (the other lines are omitted)
> 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
> 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
12 years, 3 months
[JBoss JIRA] (FORGE-1449) Copy/pasting several line in the Forge shell hangs
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-1449?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-1449:
-------------------------------------
Environment:
OS X Mavericks (10.9.1).
JDK version "1.7.0_51"
> 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
> 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
12 years, 3 months
[JBoss JIRA] (FORGE-1489) Remove addon removes incorrect addon
by Tom Cunningham (JIRA)
[ https://issues.jboss.org/browse/FORGE-1489?page=com.atlassian.jira.plugin... ]
Tom Cunningham commented on FORGE-1489:
---------------------------------------
Also, if I select both addons for removal, only the one that was selected by default is removed.
> Remove addon removes incorrect addon
> ------------------------------------
>
> Key: FORGE-1489
> URL: https://issues.jboss.org/browse/FORGE-1489
> Project: Forge
> Issue Type: Feature Request
> Components: Plugin Repository
> Affects Versions: 2.0.0.CR1
> Reporter: Tom Cunningham
> Attachments: Graphic1.jpg, Graphic2.jpg
>
>
> I've been installing two addons off and on and noticed that when I choose "Remove Addon" in the forge menu, one of my addons is selected for removal by default (see Graphic1). I unselect it, select my other addon (see Graphic2), but the first addon that was selected by default is removed and the addon that I selected is kept.
--
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
12 years, 3 months
[JBoss JIRA] (FORGE-1489) Remove addon removes incorrect addon
by Tom Cunningham (JIRA)
[ https://issues.jboss.org/browse/FORGE-1489?page=com.atlassian.jira.plugin... ]
Tom Cunningham commented on FORGE-1489:
---------------------------------------
I think there may be an issue with the addon that is being selected by default (I'm not seeing the wizards it contains, debugging that right now). However, I'd still assume that if I selected a different addon for removal the wizard would respect the user's selection.
> Remove addon removes incorrect addon
> ------------------------------------
>
> Key: FORGE-1489
> URL: https://issues.jboss.org/browse/FORGE-1489
> Project: Forge
> Issue Type: Feature Request
> Components: Plugin Repository
> Affects Versions: 2.0.0.CR1
> Reporter: Tom Cunningham
> Attachments: Graphic1.jpg, Graphic2.jpg
>
>
> I've been installing two addons off and on and noticed that when I choose "Remove Addon" in the forge menu, one of my addons is selected for removal by default (see Graphic1). I unselect it, select my other addon (see Graphic2), but the first addon that was selected by default is removed and the addon that I selected is kept.
--
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
12 years, 3 months
[JBoss JIRA] (FORGE-1489) Remove addon removes incorrect addon
by Tom Cunningham (JIRA)
[ https://issues.jboss.org/browse/FORGE-1489?page=com.atlassian.jira.plugin... ]
Tom Cunningham updated FORGE-1489:
----------------------------------
Attachment: Graphic2.jpg
Graphic1.jpg
> Remove addon removes incorrect addon
> ------------------------------------
>
> Key: FORGE-1489
> URL: https://issues.jboss.org/browse/FORGE-1489
> Project: Forge
> Issue Type: Feature Request
> Components: Plugin Repository
> Affects Versions: 2.0.0.CR1
> Reporter: Tom Cunningham
> Attachments: Graphic1.jpg, Graphic2.jpg
>
>
> I've been installing two addons off and on and noticed that when I choose "Remove Addon" in the forge menu, one of my addons is selected for removal by default (see Graphic1). I unselect it, select my other addon (see Graphic2), but the first addon that was selected by default is removed and the addon that I selected is kept.
--
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
12 years, 3 months
[JBoss JIRA] (FORGE-1489) Remove addon removes incorrect addon
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1489?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III commented on FORGE-1489:
-------------------------------------------
Uh oh! That's nasty :) Will have to look in to this.
> Remove addon removes incorrect addon
> ------------------------------------
>
> Key: FORGE-1489
> URL: https://issues.jboss.org/browse/FORGE-1489
> Project: Forge
> Issue Type: Feature Request
> Components: Plugin Repository
> Affects Versions: 2.0.0.CR1
> Reporter: Tom Cunningham
> Attachments: Graphic1.jpg, Graphic2.jpg
>
>
> I've been installing two addons off and on and noticed that when I choose "Remove Addon" in the forge menu, one of my addons is selected for removal by default (see Graphic1). I unselect it, select my other addon (see Graphic2), but the first addon that was selected by default is removed and the addon that I selected is kept.
--
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
12 years, 3 months
[JBoss JIRA] (FORGE-1489) Remove addon removes incorrect addon
by Tom Cunningham (JIRA)
Tom Cunningham created FORGE-1489:
-------------------------------------
Summary: Remove addon removes incorrect addon
Key: FORGE-1489
URL: https://issues.jboss.org/browse/FORGE-1489
Project: Forge
Issue Type: Feature Request
Components: Plugin Repository
Affects Versions: 2.0.0.CR1
Reporter: Tom Cunningham
I've been installing two addons off and on and noticed that when I choose "Remove Addon" in the forge menu, one of my addons is selected for removal by default (see Graphic1). I unselect it, select my other addon (see Graphic2), but the first addon that was selected by default is removed and the addon that I selected is kept.
--
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
12 years, 3 months
[JBoss JIRA] (FORGE-1313) Support commands without UI
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1313?page=com.atlassian.jira.plugin... ]
George Gastaldi reopened FORGE-1313:
------------------------------------
Begin and End Steps may not be considered in the current impl. Tests are also missing
> Support commands without UI
> ---------------------------
>
> Key: FORGE-1313
> URL: https://issues.jboss.org/browse/FORGE-1313
> Project: Forge
> Issue Type: Feature Request
> Components: UI - API, UI - Eclipse
> Affects Versions: 2.0.0.Beta2
> Reporter: George Gastaldi
> Assignee: George Gastaldi
> Fix For: 2.0.0.Final
>
>
> Some commands/steps may not need a UI for the user to interact during a wizard. The underlying UI provider should skip it during UI interaction, then execute during execution.
> We could assume that this happens when no input is added to the UIBuilder in the initializeUI method
--
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
12 years, 3 months