[JBoss JIRA] (JBDS-3827) DevStudio installation fails when (windows) user has non-ascii chars in the name
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3827?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3827:
--------------------------------
Sprint: devex #118 July 2016 (was: devex #118 July 2016, devex #132 May 2017)
> DevStudio installation fails when (windows) user has non-ascii chars in the name
> --------------------------------------------------------------------------------
>
> Key: JBDS-3827
> URL: https://issues.jboss.org/browse/JBDS-3827
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.CR1, 10.4.0.GA
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 11.0.0.AM1
>
>
> I have created a user named Pakoň and tried to install everything into the default folder. JBDS failed with:
> {noformat}Fri, 15 Apr 2016 12:38:40 GMT-ERROR: jbds - Error: Command failed: c:\DeveloperPlatform\jdk8\bin\java.exe -DTRACE=true -jar C:\WINDOWS\7zS9F06.tmp\jbds.jar C:\Users\Pakoň\AppData\Local\Temp\jbds-autoinstall.xml
> - ERROR -
> java.io.FileNotFoundException: C:\Users\Pakon\AppData\Local\Temp\jbds-autoinstall.xml (The system cannot find the path specified)
> java.io.FileNotFoundException: C:\Users\Pakon\AppData\Local\Temp\jbds-autoinstall.xml (The system cannot find the path specified)
> at java.io.FileInputStream.open0(Native Method)
> at java.io.FileInputStream.open(FileInputStream.java:195)
> at java.io.FileInputStream.<init>(FileInputStream.java:138)
> at com.izforge.izpack.installer.AutomatedInstaller.getXMLData(AutomatedInstaller.java:564)
> at com.izforge.izpack.installer.AutomatedInstaller.<init>(AutomatedInstaller.java:86)
> at com.izforge.izpack.installer.Installer.main(Unknown Source){noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBDS-4414) Add DevSuite Installation to Windows Control Panel
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4414?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4414:
--------------------------------
Description:
Dev Suite Uninstaller now can be called form Windows Control Panel
!rhdevsuite-control-panel.png!
> Add DevSuite Installation to Windows Control Panel
> --------------------------------------------------
>
> Key: JBDS-4414
> URL: https://issues.jboss.org/browse/JBDS-4414
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Labels: New_and_noteworthy, Sprint_Demo
> Fix For: 11.0.0.AM1
>
> Attachments: rhdevsuite-control-panel.png
>
>
> Dev Suite Uninstaller now can be called form Windows Control Panel
> !rhdevsuite-control-panel.png!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-24523) compilation error in org.jboss.tools.openshift.ui.bot.test: LOCAL_TEMPLATE cannot be resolved or is not a field
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24523?page=com.atlassian.jira.plugi... ]
Pavol Srna reassigned JBIDE-24523:
----------------------------------
Assignee: Radim Hopp (was: Pavol Srna)
> compilation error in org.jboss.tools.openshift.ui.bot.test: LOCAL_TEMPLATE cannot be resolved or is not a field
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-24523
> URL: https://issues.jboss.org/browse/JBIDE-24523
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests, openshift
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Radim Hopp
>
> {code}
> 20:33:49 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.jboss.tools.openshift.ui.bot.test: Compilation failure: Compilation failure:
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/basic/NewApplicationWizardHandlingTest.java:[81]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/basic/NewApplicationWizardHandlingTest.java:[132]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/basic/NewApplicationWizardHandlingTest.java:[142]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/basic/NewApplicationWizardHandlingTest.java:[148]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/basic/NewApplicationWizardHandlingTest.java:[196]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/create/CreateApplicationFromTemplateTest.java:[138]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/create/CreateApplicationFromTemplateTest.java:[161]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/create/CreateApplicationFromTemplateTest.java:[174]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] 8 problems (8 errors)
> {code}
> -- https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBDS-4399) Include latest JBoss EAP GA release available from developers.redhat.com into DevSuite Installer
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4399?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4399:
--------------------------------
Summary: Include latest JBoss EAP GA release available from developers.redhat.com into DevSuite Installer (was: Include latest JBoss EAP available from developers.redhat.com into DevSuite Installer)
> Include latest JBoss EAP GA release available from developers.redhat.com into DevSuite Installer
> ------------------------------------------------------------------------------------------------
>
> Key: JBDS-4399
> URL: https://issues.jboss.org/browse/JBDS-4399
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 11.0.0.AM1
> Environment: Windows/macOS
> Reporter: Denis Golovin
> Assignee: Sudhir Verma
> Labels: New_and_noteworthy, Sprint_Demo
> Fix For: 11.0.0.AM1
>
> Attachments: install.xml, install.xml.variables
>
>
> DevSuite Installer should include JBoss EAP 7.1.0.Alpha version.
> Features to implement:
> 1. Install into ${target-folder}/jboss-eap-7.1
> 2. Install from IzPack jar installer the same way it is implemented for DevStudio
> 3. OpenJDK should be a requirement and selected by default if JBoss EAP is selected
> 4. Add it to developer-studio/runtimes.properties file so runtime detection will pick it up
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months