[
https://issues.apache.org/jira/browse/CHUKWA-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14744063#comment-14744063
]
ASF GitHub Bot commented on CHUKWA-780:
---------------------------------------
GitHub user lewismc opened a pull request:
https://github.com/apache/chukwa/pull/3
CHUKWA-780 Chukwa master branch failing with RAT unapproved licsenses
This patch addresses https://issues.apache.org/jira/browse/CHUKWA-780 folks.
It also sorts out a bit of XML formatting.
Once patch is applied I am not getting successful build
```
...
[INFO] Installing
/usr/local/chukwa_gh/target/chukwa-0.7.0-SNAPSHOT-client.jar to
/Users/lmcgibbn/.m2/repository/org/apache/chukwa/chukwa/0.7.0-SNAPSHOT/chukwa-0.7.0-SNAPSHOT-client.jar
[INFO] Installing /usr/local/chukwa_gh/target/chukwa-0.7.0.tar.gz to
/Users/lmcgibbn/.m2/repository/org/apache/chukwa/chukwa/0.7.0-SNAPSHOT/chukwa-0.7.0-SNAPSHOT.tar.gz
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 56.539 s
[INFO] Finished at: 2015-09-14T12:12:19-07:00
[INFO] Final Memory: 63M/260M
[INFO]
------------------------------------------------------------------------
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lewismc/chukwa CHUKWA-780
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/chukwa/pull/3.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3
----
commit b4777cc66ed5e349e3f16570b5f84d2cc4cbc1df
Author: Lewis John McGibbney <[email protected]>
Date: 2015-09-14T19:13:40Z
CHUKWA-780 Chukwa master branch failing with RAT unapproved licsenses
----
> Chukwa master branch failing with RAT unapproved licsenses
> ----------------------------------------------------------
>
> Key: CHUKWA-780
> URL: https://issues.apache.org/jira/browse/CHUKWA-780
> Project: Chukwa
> Issue Type: Bug
> Components: Build and Test Code
> Affects Versions: 0.7.0
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Priority: Blocker
> Fix For: 0.7.0
>
>
> When I attempt to build Chuwka master as of today the RAT task takes a long
> time then pits out the following
> {code}
> ...
> [INFO] Exclude: src/main/web/hicc/home/fonts/codropsicons/*
> [INFO] Exclude: src/main/web/hicc/home/fonts/ecoicons/*
> [INFO] 871 resources included (use -debug for more details)
> Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property
> 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not
> recognized.
> Compiler warnings:
> WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property
> 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
> Warning: org.apache.xerces.parsers.SAXParser: Feature
> 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
> Warning: org.apache.xerces.parsers.SAXParser: Property
> 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
> Warning: org.apache.xerces.parsers.SAXParser: Property
> 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not
> recognized.
> [INFO] Rat check: Summary of files. Unapproved: 8 unknown: 8 generated: 0
> approved: 723 licence.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 08:35 min
> [INFO] Finished at: 2015-09-14T11:51:46-07:00
> [INFO] Final Memory: 62M/251M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check
> (default) on project chukwa: Too many files with unapproved license: 8 See
> RAT report in: /usr/local/chukwa_gh/target/rat.txt -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)