[JBoss JIRA] (JBDS-3868) Document (and check) required disk space before beginning install
by Robert Terzi (JIRA)
[ https://issues.jboss.org/browse/JBDS-3868?page=com.atlassian.jira.plugin.... ]
Robert Terzi edited comment on JBDS-3868 at 9/25/17 12:25 PM:
--------------------------------------------------------------
This looks good and I think will go a long way towards a better UX.
Some wording suggestions:
# Change "Downloaded" to "Previously downloaded"
# Change "Selected to Download" to "Will download"
# Change "Please verify the confirmation summary and proceed to Next step" to "Click _Next_ to begin installation." or
"Click _Next_ to begin installation, or _Back_ to make changes."
was (Author: rterzi):
This looks good and I think will go a long way towards a better UX.
Some wording suggestions:
# Change "Downloaded" to "Previously downloaded"
# Change "Selected to Download" to "Will download"
# Change "Please verify the confirmation summary and proceed to Next step" to "Click _Next_ to begin installation." or
"Click _Next_ to begin installation, or _Back _ to make changes."
> Document (and check) required disk space before beginning install
> -----------------------------------------------------------------
>
> Key: JBDS-3868
> URL: https://issues.jboss.org/browse/JBDS-3868
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.Beta1
> Environment: Windows 7/64 bit
> Reporter: Robert Terzi
> Assignee: Mohit Suman
> Priority: Minor
> Labels: ui
> Fix For: 11.x
>
> Attachments: confirmation-page.png, screenshot-1.png
>
>
> The installer and it's documentation should indicate the minimum required disk space before beginning the download and installation process.
> Between temporary files, and download/installs going on in parallel. I'm guessing at least 10-15 GB free is needed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBDS-3868) Document (and check) required disk space before beginning install
by Robert Terzi (JIRA)
[ https://issues.jboss.org/browse/JBDS-3868?page=com.atlassian.jira.plugin.... ]
Robert Terzi commented on JBDS-3868:
------------------------------------
This looks good and I think will go a long way towards a better UX.
Some wording suggestions:
# Change "Downloaded" to "Previously downloaded"
# Change "Selected to Download" to "Will download"
# Change "Please verify the confirmation summary and proceed to Next step" to "Click _Next _to begin installation." or "Click _Next _to begin installation, or _Back _ to make changes."
> Document (and check) required disk space before beginning install
> -----------------------------------------------------------------
>
> Key: JBDS-3868
> URL: https://issues.jboss.org/browse/JBDS-3868
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.Beta1
> Environment: Windows 7/64 bit
> Reporter: Robert Terzi
> Assignee: Mohit Suman
> Priority: Minor
> Labels: ui
> Fix For: 11.x
>
> Attachments: confirmation-page.png, screenshot-1.png
>
>
> The installer and it's documentation should indicate the minimum required disk space before beginning the download and installation process.
> Between temporary files, and download/installs going on in parallel. I'm guessing at least 10-15 GB free is needed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBDS-3868) Document (and check) required disk space before beginning install
by Catherine Robson (JIRA)
[ https://issues.jboss.org/browse/JBDS-3868?page=com.atlassian.jira.plugin.... ]
Catherine Robson updated JBDS-3868:
-----------------------------------
Attachment: screenshot-1.png
> Document (and check) required disk space before beginning install
> -----------------------------------------------------------------
>
> Key: JBDS-3868
> URL: https://issues.jboss.org/browse/JBDS-3868
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.Beta1
> Environment: Windows 7/64 bit
> Reporter: Robert Terzi
> Assignee: Mohit Suman
> Priority: Minor
> Labels: ui
> Fix For: 11.x
>
> Attachments: confirmation-page.png, screenshot-1.png
>
>
> The installer and it's documentation should indicate the minimum required disk space before beginning the download and installation process.
> Between temporary files, and download/installs going on in parallel. I'm guessing at least 10-15 GB free is needed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBDS-3868) Document (and check) required disk space before beginning install
by Catherine Robson (JIRA)
[ https://issues.jboss.org/browse/JBDS-3868?page=com.atlassian.jira.plugin.... ]
Catherine Robson commented on JBDS-3868:
----------------------------------------
A few suggestions captured in the screenshot.
!screenshot-1.png|thumbnail!
> Document (and check) required disk space before beginning install
> -----------------------------------------------------------------
>
> Key: JBDS-3868
> URL: https://issues.jboss.org/browse/JBDS-3868
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.Beta1
> Environment: Windows 7/64 bit
> Reporter: Robert Terzi
> Assignee: Mohit Suman
> Priority: Minor
> Labels: ui
> Fix For: 11.x
>
> Attachments: confirmation-page.png, screenshot-1.png
>
>
> The installer and it's documentation should indicate the minimum required disk space before beginning the download and installation process.
> Between temporary files, and download/installs going on in parallel. I'm guessing at least 10-15 GB free is needed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25098) Provide a status preserving the stacktrace in org.eclipse.core.runtime.CoreException
by Aurélien Pupier (JIRA)
Aurélien Pupier created JBIDE-25098:
---------------------------------------
Summary: Provide a status preserving the stacktrace in org.eclipse.core.runtime.CoreException
Key: JBIDE-25098
URL: https://issues.jboss.org/browse/JBIDE-25098
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: server
Affects Versions: 4.5.0.Final
Reporter: Aurélien Pupier
in org.jboss.tools.runtime.core.util.internal.DownloadRuntimeOperationUtility.downloadAndUnzip(String, String, String, boolean, String, String, TaskModel, IProgressMonitor)
a status is directly returned instead of following the guidelines explained in the javadoc for CoreException.getStatus to recreate a Status which will preserve the stacktrace
{noformat}
IStatus org.eclipse.core.runtime.CoreException.getStatus()
Returns the status object for this exception.
IMPORTANT:
The result must NOT be used for logging, error reporting, or as a method return value, since that code pattern hides the original stack trace. Instead, create a new Status with your plug-in ID and this CoreException, and use that new status for error reporting or as a method return value. For example, instead of:
yourPlugin.getLog().log(exception.getStatus());
Use: IStatus result = new Status(exception.getStatus().getSeverity(), pluginId, message, exception);
yourPlugin.getLog().log(result);
Returns:a status object
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months