]
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