Bug 1487480
| Summary: | Maven Build failure at RHQ Enterprise Core GUI | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Tyler Kelly <tkelly> | ||||
| Component: | Documentation | Assignee: | Nobody <nobody> | ||||
| Status: | ASSIGNED --- | QA Contact: | |||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 4.13 | CC: | hrupp | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | Type: | Bug | |||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Tyler Kelly
2017-09-01 04:02:44 UTC
Error caused by incorrect setting in the maven settings.xml file 'gecko' type browser option (such as: <gwt.userAgent>gecko</gwt.userAgent>) causes build to fail as gecko is no-longer supported by GWT. Documented in Bugzilla 1487480 (https://bugzilla.redhat.com/show_bug.cgi?id=1487480). https://stackoverflow.com/a/7992793/6328995 https://gwt.googlesource.com/gwt/+/master/user/src/com/google/gwt/useragent/UserAgent.gwt.xml Pull Request to update settings file to remove gecko from gwt.userAgent description: https://github.com/rhq-project/rhq/pull/325 Pull request 325 has been closed, wrong branch. New pull request on master branch: https://github.com/rhq-project/rhq/pull/326 To clarify, the error was due to the dev profile in the settings.xml being incomplete, once rectified new error was thrown regarding gwt, issue found to be resulting from the use of 'gecko' (ie Firefox 2) in the gwt.userAgent field in the dev profile. 'gecko' is no-longer supported by gwt. |