[JBoss JIRA] (FORGE-1742) When having a build command in a script, it times out
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1742?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-1742.
----------------------------------
Fix Version/s: 3.2.4.Final
Resolution: Done
> When having a build command in a script, it times out
> -----------------------------------------------------
>
> Key: FORGE-1742
> URL: https://issues.jboss.org/browse/FORGE-1742
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.4.1.Final
> Reporter: Antonio Goncalves
> Assignee: George Gastaldi
> Fix For: 3.2.4.Final, 2.6.0.Final
>
>
> Let's say you have a long scripts with several commands (creating a project, generating entities, scaffolding rest/jsf...), at the end, if you have a {{build}} command, there is a time-out message :
> {code}
> [TalkEndpoint.java]$ build ;
> ***ERROR*** ConferenceJSFApplication.fsh: timed out.
> [Devoxx]$ ***SUCCESS*** Build Success
> {code}
> Nothing special in the logs, the Maven build is ok, and the app is built. But because the {{build}} command takes time to execute, it displays a time out message
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (FORGE-1742) When having a build command in a script, it times out
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1742?page=com.atlassian.jira.plugin... ]
George Gastaldi reopened FORGE-1742:
------------------------------------
> When having a build command in a script, it times out
> -----------------------------------------------------
>
> Key: FORGE-1742
> URL: https://issues.jboss.org/browse/FORGE-1742
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.4.1.Final
> Reporter: Antonio Goncalves
> Assignee: George Gastaldi
> Fix For: 2.6.0.Final
>
>
> Let's say you have a long scripts with several commands (creating a project, generating entities, scaffolding rest/jsf...), at the end, if you have a {{build}} command, there is a time-out message :
> {code}
> [TalkEndpoint.java]$ build ;
> ***ERROR*** ConferenceJSFApplication.fsh: timed out.
> [Devoxx]$ ***SUCCESS*** Build Success
> {code}
> Nothing special in the logs, the Maven build is ok, and the app is built. But because the {{build}} command takes time to execute, it displays a time out message
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (FORGE-1742) When having a build command in a script, it times out
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1742?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-1742:
----------------------------------------
Hi [~labishahla], you are right, let me reopen this issue and get it fixed asap.
Thank you for finding this bug!
> When having a build command in a script, it times out
> -----------------------------------------------------
>
> Key: FORGE-1742
> URL: https://issues.jboss.org/browse/FORGE-1742
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.4.1.Final
> Reporter: Antonio Goncalves
> Assignee: George Gastaldi
> Fix For: 2.6.0.Final
>
>
> Let's say you have a long scripts with several commands (creating a project, generating entities, scaffolding rest/jsf...), at the end, if you have a {{build}} command, there is a time-out message :
> {code}
> [TalkEndpoint.java]$ build ;
> ***ERROR*** ConferenceJSFApplication.fsh: timed out.
> [Devoxx]$ ***SUCCESS*** Build Success
> {code}
> Nothing special in the logs, the Maven build is ok, and the app is built. But because the {{build}} command takes time to execute, it displays a time out message
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (FORGE-1742) When having a build command in a script, it times out
by layal abishahla (JIRA)
[ https://issues.jboss.org/browse/FORGE-1742?page=com.atlassian.jira.plugin... ]
layal abishahla commented on FORGE-1742:
----------------------------------------
even if we defined timeout and increased it, the command doesn't take it into consideration at run time (execute method) in RunCommand class, it only applies its default value.
> When having a build command in a script, it times out
> -----------------------------------------------------
>
> Key: FORGE-1742
> URL: https://issues.jboss.org/browse/FORGE-1742
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.4.1.Final
> Reporter: Antonio Goncalves
> Assignee: George Gastaldi
> Fix For: 2.6.0.Final
>
>
> Let's say you have a long scripts with several commands (creating a project, generating entities, scaffolding rest/jsf...), at the end, if you have a {{build}} command, there is a time-out message :
> {code}
> [TalkEndpoint.java]$ build ;
> ***ERROR*** ConferenceJSFApplication.fsh: timed out.
> [Devoxx]$ ***SUCCESS*** Build Success
> {code}
> Nothing special in the logs, the Maven build is ok, and the app is built. But because the {{build}} command takes time to execute, it displays a time out message
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (FORGE-2671) UIContext - Allow to open a file on a specific element / line number
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2671?page=com.atlassian.jira.plugin... ]
George Gastaldi reassigned FORGE-2671:
--------------------------------------
Assignee: George Gastaldi
> UIContext - Allow to open a file on a specific element / line number
> --------------------------------------------------------------------
>
> Key: FORGE-2671
> URL: https://issues.jboss.org/browse/FORGE-2671
> Project: Forge
> Issue Type: Feature Request
> Components: UI - API
> Affects Versions: 3.2.3.Final
> Reporter: Claus Ibsen
> Assignee: George Gastaldi
>
> [12:19:40] <davsclaus> gastaldi thanks for the open file - it works nicely
> [12:19:41] <davsclaus> https://github.com/fabric8io/fabric8-forge/blob/49efd47241fbe1805d5fc4218...
> [12:19:56] <davsclaus> one thing I would like to be able to do is to position the cursor on a specific element / line
> [12:20:02] <davsclaus> currently the cursor is open on line 1
> [12:20:12] <davsclaus> eg typically in a license header in the file etc
> [12:20:32] <@gastaldi> Ah
> [12:20:32] <davsclaus> i would like to set the cursor to a newly created class / method / field etc
> [12:20:45] <davsclaus> or in a .properties file / plain file - to say line 35 etc
> [12:21:00] <@gastaldi> Hm I think that's doable. Can you @issue it?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (FORGE-2671) UIContext - Allow to open a file on a specific element / line number
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2671?page=com.atlassian.jira.plugin... ]
Work on FORGE-2671 started by George Gastaldi.
----------------------------------------------
> UIContext - Allow to open a file on a specific element / line number
> --------------------------------------------------------------------
>
> Key: FORGE-2671
> URL: https://issues.jboss.org/browse/FORGE-2671
> Project: Forge
> Issue Type: Feature Request
> Components: UI - API
> Affects Versions: 3.2.3.Final
> Reporter: Claus Ibsen
> Assignee: George Gastaldi
>
> [12:19:40] <davsclaus> gastaldi thanks for the open file - it works nicely
> [12:19:41] <davsclaus> https://github.com/fabric8io/fabric8-forge/blob/49efd47241fbe1805d5fc4218...
> [12:19:56] <davsclaus> one thing I would like to be able to do is to position the cursor on a specific element / line
> [12:20:02] <davsclaus> currently the cursor is open on line 1
> [12:20:12] <davsclaus> eg typically in a license header in the file etc
> [12:20:32] <@gastaldi> Ah
> [12:20:32] <davsclaus> i would like to set the cursor to a newly created class / method / field etc
> [12:20:45] <davsclaus> or in a .properties file / plain file - to say line 35 etc
> [12:21:00] <@gastaldi> Hm I think that's doable. Can you @issue it?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (FORGE-2671) UIContext - Allow to open a file on a specific element / line number
by Claus Ibsen (JIRA)
Claus Ibsen created FORGE-2671:
----------------------------------
Summary: UIContext - Allow to open a file on a specific element / line number
Key: FORGE-2671
URL: https://issues.jboss.org/browse/FORGE-2671
Project: Forge
Issue Type: Feature Request
Components: UI - API
Affects Versions: 3.2.3.Final
Reporter: Claus Ibsen
[12:19:40] <davsclaus> gastaldi thanks for the open file - it works nicely
[12:19:41] <davsclaus> https://github.com/fabric8io/fabric8-forge/blob/49efd47241fbe1805d5fc4218...
[12:19:56] <davsclaus> one thing I would like to be able to do is to position the cursor on a specific element / line
[12:20:02] <davsclaus> currently the cursor is open on line 1
[12:20:12] <davsclaus> eg typically in a license header in the file etc
[12:20:32] <@gastaldi> Ah
[12:20:32] <davsclaus> i would like to set the cursor to a newly created class / method / field etc
[12:20:45] <davsclaus> or in a .properties file / plain file - to say line 35 etc
[12:21:00] <@gastaldi> Hm I think that's doable. Can you @issue it?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months