[JBoss JIRA] (ERT-476) User can install software from market without acceptation license agreements [EBZ#509500]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created ERT-476:
---------------------------------------
Summary: User can install software from market without acceptation license agreements [EBZ#509500]
Key: ERT-476
URL: https://issues.jboss.org/browse/ERT-476
Project: Eclipse Release Train
Issue Type: Task
Components: Community
Reporter: Friendly Jira Robot
Created attachment 265962
The "Review Licenses" window where the "Finish" button is available though the licence is not accepted.
User can install Red Hat JBoss Developer Studio from Eclipse Marketplace without acceptation terms of the licence agreements.
Step to reproduce:
1) Download, unpack and start Eclipse Neon 1
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downlo...
2) Help -> Eclipse Marketplace -> Search for "Red Hat JBoss Developer Studio 10.2.0.GA" -> Install
3) The window "Review Licenses" looks like on the attached screenshot
4) Notice that "I do not accept..." is selected but Finish button is enabled and user is able to install Developer Studio.
When I click "I accept..." radio button and then switch back to "I do not accept..." it starts work correctly. So, the availability of the 'Finish' button is evaluated badly only in initial state.
I tried to remove ~/.eclipse directory and start Eclipse with new workspace but it didn't solve my problem.
This problem doesn't occur when installing JBoss Tools.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBDS-3867) CDK file name should include version, match file name on RHCP
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3867?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3867:
--------------------------------
Sprint: (was: devex #124 December 2017)
> CDK file name should include version, match file name on RHCP
> -------------------------------------------------------------
>
> Key: JBDS-3867
> URL: https://issues.jboss.org/browse/JBDS-3867
> 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: Denis Golovin
> Priority: Minor
> Fix For: 10.3.0.AM2
>
>
> The platform installer uses a file name for the CDK box with no version information making it difficult to tell if you have the latest CDK box or not.
> The downloaded box file is saved in \cdk\boxes\rhel-vagrant-virtualbox.box.
> It should use the same file name as the Red Hat Customer Portal to make it easy to identify that it is the same file: rhel-cdk-kubernetes-7.2-23.x86_64.vagrant-virtualbox.box
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBDS-4010) DevSuite installer should check if virtualization extension is enabled
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4010?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4010:
--------------------------------
Sprint: (was: devex #124 December 2017)
> DevSuite installer should check if virtualization extension is enabled
> ----------------------------------------------------------------------
>
> Key: JBDS-4010
> URL: https://issues.jboss.org/browse/JBDS-4010
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Labels: ui
> Fix For: 10.3.0.AM2
>
>
> Oracle Virtualbox wont work w/o virtualization enabled in BIOS, so we should tell people to enable it for virtualbox to work after installation. Fortunately there is easy way to check it with powershell under windows.
> {code}PS C:\Users\eskimo> Get-WmiObject -class win32_processor -Property "VirtualizationFirmwareEnabled","SecondLevelAddressTr
> anslationExtensions"
> __GENUS : 2
> __CLASS : Win32_Processor
> __SUPERCLASS :
> __DYNASTY :
> __RELPATH :
> __PROPERTY_COUNT : 2
> __DERIVATION : {}
> __SERVER :
> __NAMESPACE :
> __PATH :
> SecondLevelAddressTranslationExtensions : True
> VirtualizationFirmwareEnabled : True
> PSComputerName :{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBDS-4207) Request for administrator credentials should say DevSuite Installer not osascript
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4207?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4207:
--------------------------------
Sprint: (was: devex #124 December 2017)
> Request for administrator credentials should say DevSuite Installer not osascript
> ---------------------------------------------------------------------------------
>
> Key: JBDS-4207
> URL: https://issues.jboss.org/browse/JBDS-4207
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.2.0.GA
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Labels: known_issue
> Fix For: 10.3.0.AM2
>
> Attachments: osascript.png
>
>
> Current implementation use osascript (AppleScript Engine) to run installation for vagrant and virtualbox as administrator. The consequence is osascript name in standard login/password dialog.
> !osascript.png!
> It should say Red Hat Development Suite Installer" instead
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBDS-4103) Prefer JDK over JRE as VM set in devstudio.ini
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4103?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4103:
--------------------------------
Sprint: (was: devex #124 December 2017)
> Prefer JDK over JRE as VM set in devstudio.ini
> ----------------------------------------------
>
> Key: JBDS-4103
> URL: https://issues.jboss.org/browse/JBDS-4103
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.1.0.GA
> Reporter: Aurélien Pupier
> Assignee: Denis Golovin
> Fix For: 10.3.0.AM2
>
>
> When using JBDS, a lot of people will use Maven and having a JDK by default is better.
> It allows to launch Maven install with java compilation directly, without extra configuration.
> (as a side note, do we really want to set a vm? when the Vm is updated, the link is broken and we need to update it)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months