[JBoss JIRA] (FORGE-1849) Scripts with prompts freezes when the user is prompted
by Matej Briskar (JIRA)
[ https://issues.jboss.org/browse/FORGE-1849?page=com.atlassian.jira.plugin... ]
Matej Briskar commented on FORGE-1849:
--------------------------------------
[~danielcunha], thanks for trying. However, it really freezes on master branch on my local computer.
The prompt message "Project name:" is displayed, however I am not able to type anything.
> Scripts with prompts freezes when the user is prompted
> ------------------------------------------------------
>
> Key: FORGE-1849
> URL: https://issues.jboss.org/browse/FORGE-1849
> Project: Forge
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: UI - Shell
> Reporter: Matej Briskar
>
> When running a .fsh forge script with forge 2, it freezes when the user is prompted (e.g cannot answer the prompt).
> To reproduce:
> 1.) Create a simple script.fsh file with a one-line command like "project-new;"
> 2.) Run forge and run the script using "run script.fsh".
> 3.) Freeze
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (FORGE-1849) Scripts with prompts freezes when the user is prompted
by Daniel Cunha (JIRA)
[ https://issues.jboss.org/browse/FORGE-1849?page=com.atlassian.jira.plugin... ]
Daniel Cunha edited comment on FORGE-1849 at 6/24/14 10:56 PM:
---------------------------------------------------------------
I can't reproduce. Here doesn't freeze.
[~mbriskar]: Can you try again?
was (Author: danielcunha):
I can't reproduce.
> Scripts with prompts freezes when the user is prompted
> ------------------------------------------------------
>
> Key: FORGE-1849
> URL: https://issues.jboss.org/browse/FORGE-1849
> Project: Forge
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: UI - Shell
> Reporter: Matej Briskar
>
> When running a .fsh forge script with forge 2, it freezes when the user is prompted (e.g cannot answer the prompt).
> To reproduce:
> 1.) Create a simple script.fsh file with a one-line command like "project-new;"
> 2.) Run forge and run the script using "run script.fsh".
> 3.) Freeze
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (FORGE-1275) @PUT method shouldn't have a @Path
by Daniel Cunha (JIRA)
[ https://issues.jboss.org/browse/FORGE-1275?page=com.atlassian.jira.plugin... ]
Daniel Cunha updated FORGE-1275:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/forge/core/pull/475
> @PUT method shouldn't have a @Path
> ----------------------------------
>
> Key: FORGE-1275
> URL: https://issues.jboss.org/browse/FORGE-1275
> Project: Forge
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Scaffold
> Affects Versions: 1.4.2.Final
> Reporter: Antonio Goncalves
> Fix For: 2.x Future
>
>
> Hi,
> In the REST scaffolding, the generate {{update}} method looks like this :
> {code}
> @PUT
> @Path("/{id:[0-9][0-9]*}")
> @Consumes("application/xml")
> public Response update(Book entity) {
> em.merge(entity);
> return Response.noContent().build();
> }
> {code}
> The method has a {{@Path}} annotation with an id and therefore cannot be invoked (without the id that is not used in the method). So it should simply be :
> {code}
> @PUT
> @Consumes("application/xml")
> public Response update(Book entity) {
> em.merge(entity);
> return Response.noContent().build();
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (FORGE-1896) Install Forge from CURL
by George Gastaldi (JIRA)
George Gastaldi created FORGE-1896:
--------------------------------------
Summary: Install Forge from CURL
Key: FORGE-1896
URL: https://issues.jboss.org/browse/FORGE-1896
Project: Forge
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Forge Build
Reporter: George Gastaldi
Fix For: 2.x Future
This will alow Linux and Mac users to install Forge by copying and paste a shell command (see MeteorJS home page as an example)
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months