[JBoss JIRA] (JBIDE-25139) migrate PR build jobs on fusesource jenkins to dev-platform
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25139?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-25139:
------------------------------------
Current status: both PR jobs on dev-platform are failing. Both suffering from these problems:
* test failures - see below
* missing IRC config:
{code}11:35:59 IRC notifier plugin: Sending notification to: #fusetools
11:35:59 IRC notifier plugin: [ERROR] not connected. Cannot send message to '#fusetools'{code}
* sonarqube misconfiguration? see below
Test failures in OLD job:
* {code}15:11:33 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.0.0:test (default-test) on project
* org.fusesource.ide.projecttemplates.tests.integration: An unexpected error occured while launching the test runtime (return code 143). {code}
SonarQube failures in NEW & OLD job:
* {code}16:01:03 [ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.4:sonar (default-cli) on project
* project: SonarQube 6.6.0.30458 does not support Maven 3{code}
> migrate PR build jobs on fusesource jenkins to dev-platform
> -----------------------------------------------------------
>
> Key: JBIDE-25139
> URL: https://issues.jboss.org/browse/JBIDE-25139
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: fusetools
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.1.Final
>
> Attachments: all-three-PR-builders.png
>
>
> I believe the current PR build job is this one:
> https://fusesource-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Fuse%20To...
> [~lhein] [~aurelien.pupier] is that correct?
> Yes, it is correct
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25139) migrate PR build jobs on fusesource jenkins to dev-platform
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25139?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-25139 at 10/10/17 12:21 PM:
---------------------------------------------------------------
Current status: both PR jobs on dev-platform are failing. Both suffering from these problems:
* test failures - see below
* missing IRC config:
{code}11:35:59 IRC notifier plugin: Sending notification to: #fusetools
11:35:59 IRC notifier plugin: [ERROR] not connected. Cannot send message to '#fusetools'{code}
* sonarqube misconfiguration? see below
----
Test failures in OLD job:
{code}15:11:33 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.0.0:test (default-test) on project
org.fusesource.ide.projecttemplates.tests.integration: An unexpected error occured while launching the test runtime (return code 143). {code}
----
SonarQube failures in NEW & OLD job:
{code}16:01:03 [ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.4:sonar (default-cli) on project
project: SonarQube 6.6.0.30458 does not support Maven 3{code}
was (Author: nickboldt):
Current status: both PR jobs on dev-platform are failing. Both suffering from these problems:
* test failures - see below
* missing IRC config:
{code}11:35:59 IRC notifier plugin: Sending notification to: #fusetools
11:35:59 IRC notifier plugin: [ERROR] not connected. Cannot send message to '#fusetools'{code}
* sonarqube misconfiguration? see below
Test failures in OLD job:
* {code}15:11:33 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.0.0:test (default-test) on project
* org.fusesource.ide.projecttemplates.tests.integration: An unexpected error occured while launching the test runtime (return code 143). {code}
SonarQube failures in NEW & OLD job:
* {code}16:01:03 [ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.4:sonar (default-cli) on project
* project: SonarQube 6.6.0.30458 does not support Maven 3{code}
> migrate PR build jobs on fusesource jenkins to dev-platform
> -----------------------------------------------------------
>
> Key: JBIDE-25139
> URL: https://issues.jboss.org/browse/JBIDE-25139
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: fusetools
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.1.Final
>
> Attachments: all-three-PR-builders.png
>
>
> I believe the current PR build job is this one:
> https://fusesource-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Fuse%20To...
> [~lhein] [~aurelien.pupier] is that correct?
> Yes, it is correct
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months
[JBoss JIRA] (JBIDE-24766) verify correct copyright dates, terms and licenses
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24766?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-24766:
------------------------------------
Fixed a few more places with the old 'JBoss, Home of Professional Open Source' blurbs:
https://github.com/jbosstools/jbosstools-fuse/pull/1134
> verify correct copyright dates, terms and licenses
> --------------------------------------------------
>
> Key: JBIDE-24766
> URL: https://issues.jboss.org/browse/JBIDE-24766
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: fusetools, fusetools-extras
> Affects Versions: 4.5.0.AM2
> Reporter: Nick Boldt
> Assignee: Lars Heinemann
> Fix For: 4.5.1.AM3
>
> Attachments: fuse_feature_info.png, fuse_installed_software.png
>
>
> Verify the following are true:
> * plugins should have the updated license terms/address: "General Counsel, 100 East Davie St., Raleigh NC 27601 USA" - see https://github.com/jbosstools/jbosstools-base/blob/master/foundation/feat...
> * copyrights should state Red Hat, Inc. and others., with current date, and EPL 1.0 license (unless it's another license?) - see https://github.com/jbosstools/jbosstools-base/blob/master/foundation/feat...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months
[JBoss JIRA] (JBDS-4407) DevSuite 1.4 Installer, No Help, About, Place to Report Bugs, etc.
by Mohit Suman (JIRA)
[ https://issues.jboss.org/browse/JBDS-4407?page=com.atlassian.jira.plugin.... ]
Mohit Suman commented on JBDS-4407:
-----------------------------------
[~dgolovin] As now we have *About *Page in place, where we mention the _Documentation_, _Issues_, _Release Notes_. Can we close this JIRA?
> DevSuite 1.4 Installer, No Help, About, Place to Report Bugs, etc.
> ------------------------------------------------------------------
>
> Key: JBDS-4407
> URL: https://issues.jboss.org/browse/JBDS-4407
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.4.0.GA
> Environment: DevSuite 1.4 installer, Windows 10 Pro/64
> Reporter: Robert Terzi
> Assignee: Denis Golovin
> Labels: ui
> Fix For: 11.x
>
>
> The DevSuite 1.4 installer has No Help or About links. There are absolutely no clues for the user where to go for help or how to resolve problems.
> Note: A version number is shown but only on the first screen. It disappears after you login and is difficult to get back to.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months
[JBoss JIRA] (JBDS-4407) DevSuite 1.4 Installer, No Help, About, Place to Report Bugs, etc.
by Mohit Suman (JIRA)
[ https://issues.jboss.org/browse/JBDS-4407?page=com.atlassian.jira.plugin.... ]
Mohit Suman edited comment on JBDS-4407 at 10/10/17 11:57 AM:
--------------------------------------------------------------
[~dgolovin] As now we have *About* Page in place, where we mention the _Documentation_, _Issues_, _Release Notes_. Can we close this JIRA?
was (Author: msuman):
[~dgolovin] As now we have *About *Page in place, where we mention the _Documentation_, _Issues_, _Release Notes_. Can we close this JIRA?
> DevSuite 1.4 Installer, No Help, About, Place to Report Bugs, etc.
> ------------------------------------------------------------------
>
> Key: JBDS-4407
> URL: https://issues.jboss.org/browse/JBDS-4407
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.4.0.GA
> Environment: DevSuite 1.4 installer, Windows 10 Pro/64
> Reporter: Robert Terzi
> Assignee: Denis Golovin
> Labels: ui
> Fix For: 11.x
>
>
> The DevSuite 1.4 installer has No Help or About links. There are absolutely no clues for the user where to go for help or how to resolve problems.
> Note: A version number is shown but only on the first screen. It disappears after you login and is difficult to get back to.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months