[JBoss JIRA] (JBIDE-24998) Compilation failure in org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24998?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-24998:
----------------------------------
Assignee: Ilya Buziuk
> Compilation failure in org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java
> ---------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-24998
> URL: https://issues.jboss.org/browse/JBIDE-24998
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: browsersim
> Affects Versions: 4.5.1.AM2
> Reporter: Nick Boldt
> Assignee: Ilya Buziuk
> Fix For: 4.5.1.AM2
>
>
> {code}
> 18:46:02 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.jboss.tools.browsersim.eclipse: Compilation failure: Compilation failure:
> 18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[43]
> 18:46:02 [ERROR] import org.jboss.tools.usage.googleanalytics.eclipse.LinuxSystem;
> 18:46:02 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 18:46:02 [ERROR] The import org.jboss.tools.usage.googleanalytics.eclipse cannot be resolved
> 18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[44]
> 18:46:02 [ERROR] import org.jboss.tools.usage.googleanalytics.eclipse.LinuxSystem.LinuxDistro;
> 18:46:02 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 18:46:02 [ERROR] The import org.jboss.tools.usage.googleanalytics.eclipse cannot be resolved
> 18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[245]
> 18:46:02 [ERROR] LinuxDistro distro = LinuxSystem.INSTANCE.getDistro();
> 18:46:02 [ERROR] ^^^^^^^^^^^
> 18:46:02 [ERROR] LinuxDistro cannot be resolved to a type
> 18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[245]
> 18:46:02 [ERROR] LinuxDistro distro = LinuxSystem.INSTANCE.getDistro();
> 18:46:02 [ERROR] ^^^^^^^^^^^
> 18:46:02 [ERROR] LinuxSystem cannot be resolved
> 18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[246]
> 18:46:02 [ERROR] return LinuxSystem.INSTANCE.REDHAT.equals(distro) && distro.getVersion().compareTo("7") >= 0; //$NON-NLS-1$
> 18:46:02 [ERROR] ^^^^^^^^^^^
> 18:46:02 [ERROR] LinuxSystem cannot be resolved
> 18:46:02 [ERROR] 5 problems (5 errors){code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24998) Compilation failure in org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24998?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24998:
-------------------------------
Fix Version/s: 4.5.1.AM2
> Compilation failure in org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java
> ---------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-24998
> URL: https://issues.jboss.org/browse/JBIDE-24998
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: browsersim
> Affects Versions: 4.5.1.AM2
> Reporter: Nick Boldt
> Assignee: Ilya Buziuk
> Fix For: 4.5.1.AM2
>
>
> {code}
> 18:46:02 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.jboss.tools.browsersim.eclipse: Compilation failure: Compilation failure:
> 18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[43]
> 18:46:02 [ERROR] import org.jboss.tools.usage.googleanalytics.eclipse.LinuxSystem;
> 18:46:02 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 18:46:02 [ERROR] The import org.jboss.tools.usage.googleanalytics.eclipse cannot be resolved
> 18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[44]
> 18:46:02 [ERROR] import org.jboss.tools.usage.googleanalytics.eclipse.LinuxSystem.LinuxDistro;
> 18:46:02 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 18:46:02 [ERROR] The import org.jboss.tools.usage.googleanalytics.eclipse cannot be resolved
> 18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[245]
> 18:46:02 [ERROR] LinuxDistro distro = LinuxSystem.INSTANCE.getDistro();
> 18:46:02 [ERROR] ^^^^^^^^^^^
> 18:46:02 [ERROR] LinuxDistro cannot be resolved to a type
> 18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[245]
> 18:46:02 [ERROR] LinuxDistro distro = LinuxSystem.INSTANCE.getDistro();
> 18:46:02 [ERROR] ^^^^^^^^^^^
> 18:46:02 [ERROR] LinuxSystem cannot be resolved
> 18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[246]
> 18:46:02 [ERROR] return LinuxSystem.INSTANCE.REDHAT.equals(distro) && distro.getVersion().compareTo("7") >= 0; //$NON-NLS-1$
> 18:46:02 [ERROR] ^^^^^^^^^^^
> 18:46:02 [ERROR] LinuxSystem cannot be resolved
> 18:46:02 [ERROR] 5 problems (5 errors){code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24998) Compilation failure in org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-24998:
----------------------------------
Summary: Compilation failure in org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java
Key: JBIDE-24998
URL: https://issues.jboss.org/browse/JBIDE-24998
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: browsersim
Affects Versions: 4.5.1.AM2
Reporter: Nick Boldt
{code}
18:46:02 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.jboss.tools.browsersim.eclipse: Compilation failure: Compilation failure:
18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[43]
18:46:02 [ERROR] import org.jboss.tools.usage.googleanalytics.eclipse.LinuxSystem;
18:46:02 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:46:02 [ERROR] The import org.jboss.tools.usage.googleanalytics.eclipse cannot be resolved
18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[44]
18:46:02 [ERROR] import org.jboss.tools.usage.googleanalytics.eclipse.LinuxSystem.LinuxDistro;
18:46:02 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:46:02 [ERROR] The import org.jboss.tools.usage.googleanalytics.eclipse cannot be resolved
18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[245]
18:46:02 [ERROR] LinuxDistro distro = LinuxSystem.INSTANCE.getDistro();
18:46:02 [ERROR] ^^^^^^^^^^^
18:46:02 [ERROR] LinuxDistro cannot be resolved to a type
18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[245]
18:46:02 [ERROR] LinuxDistro distro = LinuxSystem.INSTANCE.getDistro();
18:46:02 [ERROR] ^^^^^^^^^^^
18:46:02 [ERROR] LinuxSystem cannot be resolved
18:46:02 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-browsersim_master/sources/plugins/org.jboss.tools.browsersim.eclipse/src/org/jboss/tools/browsersim/eclipse/preferences/PreferencesUtil.java:[246]
18:46:02 [ERROR] return LinuxSystem.INSTANCE.REDHAT.equals(distro) && distro.getVersion().compareTo("7") >= 0; //$NON-NLS-1$
18:46:02 [ERROR] ^^^^^^^^^^^
18:46:02 [ERROR] LinuxSystem cannot be resolved
18:46:02 [ERROR] 5 problems (5 errors){code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24939) update target platform & Central to Oxygen.1
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24939?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24939:
-------------------------------
Attachment: 4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff-ignoreVersions_sorted_no_featurejars_no_sources.txt
> update target platform & Central to Oxygen.1
> --------------------------------------------
>
> Key: JBIDE-24939
> URL: https://issues.jboss.org/browse/JBIDE-24939
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.5.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.1.AM2
>
> Attachments: 4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff-ignoreVersions.txt, 4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff-ignoreVersions_sorted_no_featurejars_no_sources.txt, 4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff.txt
>
>
> Issue to track changes to target platform after AM1.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24939) update target platform & Central to Oxygen.1
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24939?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-24939 at 9/8/17 4:09 PM:
------------------------------------------------------------
p2diffs:
* Consider versions: [^4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff.txt]
* Ignore versions: [^4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff-ignoreVersions.txt]
* Ignore versions, feature.jars, sources & sorted: [^4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff-ignoreVersions_sorted_no_featurejars_no_sources.txt]
was (Author: nickboldt):
p2diffs:
* Consider versions: [^4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff.txt]
* Ignore versions: [^4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff-ignoreVersions.txt]
> update target platform & Central to Oxygen.1
> --------------------------------------------
>
> Key: JBIDE-24939
> URL: https://issues.jboss.org/browse/JBIDE-24939
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.5.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.1.AM2
>
> Attachments: 4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff-ignoreVersions.txt, 4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff-ignoreVersions_sorted_no_featurejars_no_sources.txt, 4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff.txt
>
>
> Issue to track changes to target platform after AM1.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24939) update target platform & Central to Oxygen.1
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24939?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-24939:
------------------------------------
p2diffs:
* Consider versions: [^4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff.txt]
* Ignore versions: [^4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff-ignoreVersions.txt]
> update target platform & Central to Oxygen.1
> --------------------------------------------
>
> Key: JBIDE-24939
> URL: https://issues.jboss.org/browse/JBIDE-24939
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.5.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.1.AM2
>
> Attachments: 4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff-ignoreVersions.txt, 4.70.2.Final_4.71.0.AM2-SNAPSHOT_p2diff.txt
>
>
> Issue to track changes to target platform after AM1.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBDS-4411) DevSuite 1.4 installer display required disk space
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4411?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4411:
--------------------------------
Story Points: 5
> DevSuite 1.4 installer display required disk space
> ---------------------------------------------------
>
> Key: JBDS-4411
> URL: https://issues.jboss.org/browse/JBDS-4411
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Environment: DevSuite 1.4 installer, Windows 10 Pro/64
> Reporter: Robert Terzi
> Assignee: Mohit Suman
> Priority: Minor
> Labels: ui
> Fix For: 11.x
>
> Attachments: install-size.png
>
>
> DevSuite 1.4 installer (online) should display the disk space requirements which should include the calculation for both the downloads and the unpacked/installed files.
> As a user,
> I would like to know the disk space required to complete the installation before starting
> so that I have an idea whether the installation can be completed successfully.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months