[JBoss JIRA] (JBDS-3820) Run the msi installers with suppressed UI
by Jan Richter (JIRA)
Jan Richter created JBDS-3820:
---------------------------------
Summary: Run the msi installers with suppressed UI
Key: JBDS-3820
URL: https://issues.jboss.org/browse/JBDS-3820
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Enhancement
Components: installer
Affects Versions: 9.1.0.GA
Reporter: Jan Richter
Assignee: Denis Golovin
If I remember correctly, we've been running the msi installers with reduced UI (/qb) because suppressing the UI required administrative privileges.
Since the 7zipped installer needs those privileges to start, we could switch to using suppressed UI (/qn), could we not?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3812) Target folder input looks weird
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3812?page=com.atlassian.jira.plugin.... ]
Jan Richter updated JBDS-3812:
------------------------------
Description:
There are a few visual issues with the target folder input group that make it look really weird:
- When not focused, there is no real border around the input box, just a little line on the bottom
- The Browse button is shoved right on top of the input field - when the field is focused, its border is hidden under the button on the right
- The input field should probably be auto-focused
- When the validation message shows an error, it has a red icon with black text
- The path with spaces warning has black text - plus since this path is not allowed, it should show as error, not a warning
- The message that folder will be created looks exactly like a warning, it should be styled as info (no orange text and icon)
was:
There are a few visual issues with the target folder input group that make it look really weird:
- When not focused, there is no real border around the input box, just a little line on the bottom
- The Browse button is shoved right on top of the input field - when the field is focused, its border is hidden under the button on the right
- The input field should probably be auto-focused
- When the validation message shows an error, it has a red icon with black text
- The path with spaces warning has black text - plus since this path is not allowed, it should show as error, not a warning
> Target folder input looks weird
> -------------------------------
>
> Key: JBDS-3812
> URL: https://issues.jboss.org/browse/JBDS-3812
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.GA
> Reporter: Jan Richter
> Assignee: Joshua Wilson
> Labels: havoc, ui
> Attachments: selected.png, unselected.png
>
>
> There are a few visual issues with the target folder input group that make it look really weird:
> - When not focused, there is no real border around the input box, just a little line on the bottom
> - The Browse button is shoved right on top of the input field - when the field is focused, its border is hidden under the button on the right
> - The input field should probably be auto-focused
> - When the validation message shows an error, it has a red icon with black text
> - The path with spaces warning has black text - plus since this path is not allowed, it should show as error, not a warning
> - The message that folder will be created looks exactly like a warning, it should be styled as info (no orange text and icon)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3819) Showing that we detected 0 existing components is useless
by Jan Richter (JIRA)
Jan Richter created JBDS-3819:
---------------------------------
Summary: Showing that we detected 0 existing components is useless
Key: JBDS-3819
URL: https://issues.jboss.org/browse/JBDS-3819
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Enhancement
Components: installer
Affects Versions: 9.1.0.GA
Reporter: Jan Richter
Assignee: Joshua Wilson
Priority: Minor
We found 0 installed component that meets the requirement. Apart from the fact that only 1 component should be singular, saying that we've found nothing does not provide any additional information.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3818) Installer does not remember my selected folder until 'continue' is pressed
by Jan Richter (JIRA)
Jan Richter created JBDS-3818:
---------------------------------
Summary: Installer does not remember my selected folder until 'continue' is pressed
Key: JBDS-3818
URL: https://issues.jboss.org/browse/JBDS-3818
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 9.1.0.GA
Reporter: Jan Richter
Assignee: Denis Golovin
Priority: Minor
For some reason installer remembers the selected folder only if it reached the confirmation page.
Log in -> select a target folder -> go back to login -> log in again -> selected folder is back to default
Log in -> select a target folder -> continue -> go back to login -> log in again -> target folder stays the way it was selected
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3817) Folder validation does not check if the selected drive even exists
by Jan Richter (JIRA)
Jan Richter created JBDS-3817:
---------------------------------
Summary: Folder validation does not check if the selected drive even exists
Key: JBDS-3817
URL: https://issues.jboss.org/browse/JBDS-3817
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 9.1.0.GA
Reporter: Jan Richter
Assignee: Denis Golovin
I can type in a path to an arbitrary drive that does not exist and continue to confirmation page. Pressing 'Download and install' then does nothing, because it fails on creating the installation folder.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3748) Installer - We need to define/document the minimum hardware requirements for the installer (and packages installed by the installer)
by Hardy Ferentschik (JIRA)
[ https://issues.jboss.org/browse/JBDS-3748?page=com.atlassian.jira.plugin.... ]
Hardy Ferentschik commented on JBDS-3748:
-----------------------------------------
+1, not quite sure where the 2 * 16 GB is coming from the in the recommended configuration. Is it not enough to tell the user the required space (10G). How much space is then needed for OS or user sources will vary. I guess what we should take into though is the size of the running VM. The CDK defines per default a 40 GB partition. That's the maximum the VM data can grow to w/o config changes. This happens dynamically. Right now for example my CDK VM takes 8GB. That's just running OpenShift and a couple of apps. Maybe that's where Denis'es 2 * 16GB come from. So for me I would say min required disk space for installing and running the CDK is ~20 GB. This allows for 10GB for installing everything and 10GB for the CDK VM (the latter can greo up to 40GB).
> Installer - We need to define/document the minimum hardware requirements for the installer (and packages installed by the installer)
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3748
> URL: https://issues.jboss.org/browse/JBDS-3748
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Components: documentation, installer
> Affects Versions: 9.1.0.GA
> Reporter: Len DiMaggio
> Assignee: Misha Ali
> Labels: havoc
> Fix For: 9.1.0.GA
>
>
> The latest information that I can find for JBDS is:
> https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Developer_Stu...
> This is not adequate for the CDK, etc.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3816) Limit the target folder length to avoid path too long for Windows
by Jan Richter (JIRA)
Jan Richter created JBDS-3816:
---------------------------------
Summary: Limit the target folder length to avoid path too long for Windows
Key: JBDS-3816
URL: https://issues.jboss.org/browse/JBDS-3816
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Enhancement
Components: installer
Affects Versions: 9.1.0.GA
Reporter: Jan Richter
Assignee: Denis Golovin
Looks like no length limit is set for the target folder, this way one can run into the path too long error when installing.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3815) Folder validation inconsistency
by Jan Richter (JIRA)
Jan Richter created JBDS-3815:
---------------------------------
Summary: Folder validation inconsistency
Key: JBDS-3815
URL: https://issues.jboss.org/browse/JBDS-3815
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 9.1.0.GA
Reporter: Jan Richter
Assignee: Denis Golovin
Priority: Minor
- '/' or '\' as the is accepted and resolves to 'c:\' but using '\folder' or '/folder' is not accepted
- forward and back-slashes are interchangable, meaning you can create valid paths like 'c:\/\/\/\/\/\/a/\/\/\/sd/\/\/\/f\/\/\/g\/\a\/a\/d\///\s\a/a\'
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years