[ https://issues.apache.org/jira/browse/RANGER-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16688070#comment-16688070 ]
Leonid commented on RANGER-2254: -------------------------------- Nigel, thnx for script, it's useful. But it didn't work for 1.2 branch "Failed to find goal assembly:assembly..." I have removed all docker images from previous building and have built 1.2.0 from archive. Thanks! > Ranger haven't building by "build_ranger_using_docker.sh" > --------------------------------------------------------- > > Key: RANGER-2254 > URL: https://issues.apache.org/jira/browse/RANGER-2254 > Project: Ranger > Issue Type: Bug > Components: audit, Ranger > Affects Versions: 1.2.0 > Environment: docker > Reporter: Leonid > Priority: Major > Labels: build > Fix For: 1.2.0 > > Attachments: first.log, second.log > > > I have tried to build Ranger 1.2.0 with > {code:java} > sh ./build_ranger_using_docker.sh mvn clean compile package install > assembly:assembly > {code} > and had gotten this: > {code:java} > [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check > (default) on project ranger: Too many files with unapproved license: 22 See > RAT report in: /ranger/target/rat.txt -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute > goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project ranger: > Too many files with unapproved license: 22 See RAT report in: > /ranger/target/rat.txt > {code} > if I have tried use *_-Drat.skip=true_* I had gotten many errors in Audit > Component like *_error: cannot find symbol_* -- This message was sent by Atlassian JIRA (v7.6.3#76005)