[JBoss JIRA] (TOOLSDOC-731) Update: JBDS IS 9.0.0 GA Install Guide
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-731?page=com.atlassian.jira.plug... ]
Andrej Podhradsky edited comment on TOOLSDOC-731 at 4/27/16 8:15 AM:
---------------------------------------------------------------------
-> The information about the fact that some components/categories are only on early access is missing. (this was done in JBDS-IS 8.0.0 - 8.0.3 but I cannot find such old docs)
EDIT: this means that in section '5. Install JBoss Developer Studio Integration Stack in JBoss Developer Studio when Online' remove the step 3.
EDIT2: in section with online installations there should be a note about clicking on a checkbox 'Early Access' and in sections with offline installations there should be a note about using the zip file 'JBDS-IS Early Access'
was (Author: apodhrad):
-> The information about the fact that some components/categories are only on early access is missing. (this was done in JBDS-IS 8.0.0 - 8.0.3 but I cannot find such old docs)
EDIT: this means that in section '5. Install JBoss Developer Studio Integration Stack in JBoss Developer Studio when Online' remove the step 3.
> Update: JBDS IS 9.0.0 GA Install Guide
> --------------------------------------
>
> Key: TOOLSDOC-731
> URL: https://issues.jboss.org/browse/TOOLSDOC-731
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Components: Installation Guide
> Reporter: Supriya Bharadwaj
> Assignee: Andrej Podhradsky
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (TOOLSDOC-731) Update: JBDS IS 9.0.0 GA Install Guide
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-731?page=com.atlassian.jira.plug... ]
Andrej Podhradsky edited comment on TOOLSDOC-731 at 4/27/16 8:13 AM:
---------------------------------------------------------------------
-> The information about the fact that some components/categories are only on early access is missing. (this was done in JBDS-IS 8.0.0 - 8.0.3 but I cannot find such old docs)
EDIT: this means that in section '5. Install JBoss Developer Studio Integration Stack in JBoss Developer Studio when Online' remove the step 3.
was (Author: apodhrad):
-> The information about the fact that some components/categories are only on early access is missing. (this was done in JBDS-IS 8.0.0 - 8.0.3 but I cannot find such old docs)
> Update: JBDS IS 9.0.0 GA Install Guide
> --------------------------------------
>
> Key: TOOLSDOC-731
> URL: https://issues.jboss.org/browse/TOOLSDOC-731
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Components: Installation Guide
> Reporter: Supriya Bharadwaj
> Assignee: Andrej Podhradsky
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-21450) Allow for any adaptable to IServerModule to be opened via LiveReload
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21450?page=com.atlassian.jira.plugi... ]
Jan Richter closed JBIDE-21450.
-------------------------------
Verified with Livereload 1.4.0.Alpha1-B449.
> Allow for any adaptable to IServerModule to be opened via LiveReload
> --------------------------------------------------------------------
>
> Key: JBIDE-21450
> URL: https://issues.jboss.org/browse/JBIDE-21450
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: livereload
> Affects Versions: 4.3.1.Beta1
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.4.0.Alpha1
>
>
> The "Open in Web Browser via LiveReload" is only available if the selection is an `IServerModule` but this could be extended to any type of element that can be adapted to an `IServerModule, to provide more flexibility to other tools such as OpenShift where the server adapter is used as the target (ie, there is no server module for the deployed application)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-21469) Quick access 'open via livereload' with stopped application server is misbehaving
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21469?page=com.atlassian.jira.plugi... ]
Jan Richter closed JBIDE-21469.
-------------------------------
Verified with Livereload 1.4.0.Alpha1-B449.
> Quick access 'open via livereload' with stopped application server is misbehaving
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-21469
> URL: https://issues.jboss.org/browse/JBIDE-21469
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: livereload
> Affects Versions: 4.3.1.Beta2
> Reporter: Jan Richter
> Assignee: Xavier Coulon
> Fix For: 4.4.0.Alpha1
>
>
> Add a project to a stopped application server using the server's add/remove option. This adds the project to server without starting it up. Then you can select the newly added server module and use the quick access to 'Show in web browser via livereload'.
> If you have a livereload server running, it says 'Unable to open module ...'. But if no livereload server is running, it will create/start one and then leave you with a running livereload server and a stopped application server. It produces no immediate error/warning.
> It does however add this entry to the error log:
> {noformat}
> Problems occurred when invoking code from plug-in: "org.jboss.tools.livereload.ui".
> org.eclipse.swt.SWTException: Invalid thread access
> at org.eclipse.swt.SWT.error(SWT.java:4491)
> at org.eclipse.swt.SWT.error(SWT.java:4406)
> at org.eclipse.swt.SWT.error(SWT.java:4377)
> at org.eclipse.swt.widgets.Display.error(Display.java:1186)
> at org.eclipse.swt.widgets.Display.checkDevice(Display.java:765)
> at org.eclipse.swt.widgets.Display.getActiveShell(Display.java:1400)
> at org.jboss.tools.livereload.ui.internal.command.OpenInWebBrowserViaLiveReloadUtils.openInWebBrowser(OpenInWebBrowserViaLiveReloadUtils.java:180)
> at org.jboss.tools.livereload.ui.internal.command.LaunchLiveReloadServerCommandHandler.openInWebBrowser(LaunchLiveReloadServerCommandHandler.java:106)
> at org.jboss.tools.livereload.ui.internal.command.LaunchLiveReloadServerCommandHandler.access$0(LaunchLiveReloadServerCommandHandler.java:104)
> at org.jboss.tools.livereload.ui.internal.command.LaunchLiveReloadServerCommandHandler$1.done(LaunchLiveReloadServerCommandHandler.java:59)
> at org.eclipse.core.internal.jobs.JobListeners$3.notify(JobListeners.java:42)
> at org.eclipse.core.internal.jobs.JobListeners.doNotify(JobListeners.java:113)
> at org.eclipse.core.internal.jobs.JobListeners.done(JobListeners.java:151)
> at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:694)
> at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:105)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:72)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-20920) Livereload is broken since jetty v 9.3.2 was added to TP
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20920?page=com.atlassian.jira.plugi... ]
Jan Richter closed JBIDE-20920.
-------------------------------
Verified with Livereload 1.4.0.Alpha1-B449.
> Livereload is broken since jetty v 9.3.2 was added to TP
> --------------------------------------------------------
>
> Key: JBIDE-20920
> URL: https://issues.jboss.org/browse/JBIDE-20920
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: livereload
> Affects Versions: 4.4.0.Alpha1
> Reporter: Konstantin Marmalyukov
> Assignee: Konstantin Marmalyukov
> Fix For: 4.4.0.Alpha1
>
>
> In 4.60.0.Alpha1 we have jetty 9.3.2. Since in this jetty version bug with restriction of version of jetty dependencies we have to follow eclipse with jetty versions.
> The reason why Livereload cannot be launched: we have two versions of Jetty bundles in TP. Since we require lower versions we have dependency chains. To fix it, we need to update Jetty to 9.3.2
> See JBIDE-20670 for more details
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months