[JBoss JIRA] (JBIDE-16606) New Server Wizard updated for 'profiles'
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16606?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-16606:
-------------------------------------
Hi Martin:
I made some commits this morning. Give this a day to build out and then give it another runthrough.
> New Server Wizard updated for 'profiles'
> ----------------------------------------
>
> Key: JBIDE-16606
> URL: https://issues.jboss.org/browse/JBIDE-16606
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: server
> Affects Versions: 4.2.0.Beta1
> Reporter: Rob Stryker
> Assignee: Martin Malina
> Fix For: 4.2.0.Beta1
>
> Attachments: new-new-server.png, new_server.jpg, new_server_remote.jpg
>
>
> With the additions of server profiles, servers in the rse profile (or others) do not necessarily require a local runtime. This means in a new server wizard, we don't need to force the user to create a runtime until they're in a profile that requires one.
> This will make changes to the new server wizard workflow which may affect some swt bot tests and documentation
--
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, 1 month
[JBoss JIRA] (JBIDE-16606) New Server Wizard updated for 'profiles'
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16606?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-16606:
--------------------------------
Assignee: Martin Malina (was: Rob Stryker)
> New Server Wizard updated for 'profiles'
> ----------------------------------------
>
> Key: JBIDE-16606
> URL: https://issues.jboss.org/browse/JBIDE-16606
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: server
> Affects Versions: 4.2.0.Beta1
> Reporter: Rob Stryker
> Assignee: Martin Malina
> Fix For: 4.2.0.Beta1
>
> Attachments: new-new-server.png, new_server.jpg, new_server_remote.jpg
>
>
> With the additions of server profiles, servers in the rse profile (or others) do not necessarily require a local runtime. This means in a new server wizard, we don't need to force the user to create a runtime until they're in a profile that requires one.
> This will make changes to the new server wizard workflow which may affect some swt bot tests and documentation
--
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, 1 month
[JBoss JIRA] (JBIDE-7515) Add (optional) start/stop script to the Deploy only server
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-7515?page=com.atlassian.jira.plugin... ]
Rob Stryker resolved JBIDE-7515.
--------------------------------
Resolution: Done
As shown above, this patch has fixed several things. First, the deploy-only server previously was not able to be created in rse mode. You had to create it in local mode, and then switch to rse in the editor. This was bad workflow.
Second, the enhancement of allowing launch scripts has been added. The launch tabs, however, will be inactive if your server is set to ignore launches in the server editor. If, however, that setting is not checked, then the launch tabs will be active and you can set startup or shutdown commands.
In the event of a shutdown, the shutdown script will be called. In the event the shutdown script fails, the initial launch process will be terminated.
If your initial launch leaves background processes running, and we force-kill the launched process, the deploy-only server will NOT terminate all of them! This is because java cannot send specific termination signals to a process. The java implementation of process.destroy() may kill, for example, a wildfly's standalone.sh, but will not kill the java process that standalone.sh has launched.
Users should take care when using this feature.
> Add (optional) start/stop script to the Deploy only server
> ----------------------------------------------------------
>
> Key: JBIDE-7515
> URL: https://issues.jboss.org/browse/JBIDE-7515
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Reporter: Max Rydahl Andersen
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta1
>
> Attachments: JBIDE-7515_1.png, JBIDE-7515_2.png, JBIDE-7515_3.png, JBIDE-7515_lc1.png, JBIDE-7515_lc2.png, JBIDE-7515_lc3.png
>
>
> Currently the "Deploy only" server can just "deploy" - I suggest we add support for running a start (and optional) a stop script to let users start/stop what they want.
> This would be a nice stop-gap feature for things like AS 7 or other runtimes out in the world until "native" integration is possible.
--
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, 1 month
[JBoss JIRA] (JBIDE-7515) Add (optional) start/stop script to the Deploy only server
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-7515?page=com.atlassian.jira.plugin... ]
Rob Stryker updated JBIDE-7515:
-------------------------------
Attachment: JBIDE-7515_lc2.png
JBIDE-7515_lc1.png
JBIDE-7515_lc3.png
JBIDE-7515_1.png
JBIDE-7515_3.png
JBIDE-7515_2.png
Attached some screenshots.
> Add (optional) start/stop script to the Deploy only server
> ----------------------------------------------------------
>
> Key: JBIDE-7515
> URL: https://issues.jboss.org/browse/JBIDE-7515
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Reporter: Max Rydahl Andersen
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta1
>
> Attachments: JBIDE-7515_1.png, JBIDE-7515_2.png, JBIDE-7515_3.png, JBIDE-7515_lc1.png, JBIDE-7515_lc2.png, JBIDE-7515_lc3.png
>
>
> Currently the "Deploy only" server can just "deploy" - I suggest we add support for running a start (and optional) a stop script to let users start/stop what they want.
> This would be a nice stop-gap feature for things like AS 7 or other runtimes out in the world until "native" integration is possible.
--
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, 1 month
[JBoss JIRA] (JBIDE-16584) Cordova engine version change is not reflected in running CordovaSim
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16584?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-16584:
-------------------------------------------
Assignee: Ilya Buziuk
> Cordova engine version change is not reflected in running CordovaSim
> --------------------------------------------------------------------
>
> Key: JBIDE-16584
> URL: https://issues.jboss.org/browse/JBIDE-16584
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, browsersim
> Affects Versions: 4.2.0.Alpha2
> Environment: JBT 4.2.0.Alpha2-v20140212-1651-B82
> Reporter: Vlado Pakan
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.Beta1
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> 1. Create Hybrid Mobile Project and download 3.1.0 and 3.2.0 Cordova engines
> 2. Select 3.1.0. as Cordova engine for project
> 3. Add device feature
> 4. Add this line to index.js deviceready: function()
> alert("Cordova version: " + device.cordova);
> 5. Run project with CordovaSim
> ASSERT: 3.1.0 version is displayed in CordovaSim
> 6. Change project Cordova engine version to 3.2.0
> ERROR: 3.1.0 version is displayed in CordovaSim
--
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, 1 month
[JBoss JIRA] (JBIDE-16617) New Hybrid Mobile dialog shows error before anything is entered
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16617?page=com.atlassian.jira.plugi... ]
Gorkem Ercan commented on JBIDE-16617:
--------------------------------------
This is now fixed as part of the new project wizard improvements.
http://www.youtube.com/watch?v=QrsQJvI6SO4
> New Hybrid Mobile dialog shows error before anything is entered
> ---------------------------------------------------------------
>
> Key: JBIDE-16617
> URL: https://issues.jboss.org/browse/JBIDE-16617
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.2.0.Alpha2
> Environment: JBDS 8.0.0.Alpha2b B71
> Reporter: Martin Malina
> Fix For: 4.2.0.Beta1
>
> Attachments: hybrid-dialog-1.png, hybrid-dialog-2.png
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> When you create a new hybrid mobile project (File -> New -> Hybrid Mobile...), on the first page of the dialog, you're shown an error at the top even though you haven't done anything yet.
> This is ugly and violates http://www.eclipse.org/articles/Article-UI-Guidelines/Contents.html#Wizards Guideline 5.3.
> !hybrid-dialog-1.png!
> Also, consider polishing the next page, too.
> !hybrid-dialog-2.png!
> If I don't have an engine installed, I get the error Please select a Hybrid Mobile Engine. This is not very nice, but I'm not sure how to improve it - perhaps if there are no engines installed, have a different message? And if you have at least one engine, select the first one by default, so that we avoid unnecessary errors?
--
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, 1 month