You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Yuqi Gu (Jira)" <ji...@apache.org> on 2019/10/31 01:08:00 UTC

[jira] [Updated] (BIGTOP-3266) Rat check failed for one file with unapproved/unknown licenses

     [ https://issues.apache.org/jira/browse/BIGTOP-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuqi Gu updated BIGTOP-3266:
----------------------------
    Description: 
Run ./gradlew --no-daemon rat: 

 
{code:java}
> Task :rat FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':rat'.
> Found 1 files with unapproved/unknown licenses. See file:/ws/build/reports/rat/index.html
{code}
 

 

Check the build/reports/rat/index.html:
{code:java}
Unapproved Licenses:
/ws/bigtop-bigpetstore/bigpetstore-transaction-queue/.dockerignore
{code}
 

Solution:

Add .dockerignore to Rat exclude-file list.

 

  was:
Run ./gradlew --no-daemon rat: 

 
{code:java}
> Task :rat FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':rat'.
> Found 1 files with unapproved/unknown licenses. See file:/ws/build/reports/rat/index.html
{code}
 

 

Check the build/reports/rat/index.html:
{code:java}
Unapproved Licenses:
/ws/bigtop-bigpetstore/bigpetstore-transaction-queue/.dockerignore
{code}
 

Solution:

Add .dockerignore to Rat exclude-file list.

 

 

 

 

 

 

 

 


> Rat check failed for one file with unapproved/unknown licenses
> --------------------------------------------------------------
>
>                 Key: BIGTOP-3266
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3266
>             Project: Bigtop
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.4.0
>            Reporter: Yuqi Gu
>            Assignee: Yuqi Gu
>            Priority: Major
>
> Run ./gradlew --no-daemon rat: 
>  
> {code:java}
> > Task :rat FAILED
> FAILURE: Build failed with an exception.
> * What went wrong:
> Execution failed for task ':rat'.
> > Found 1 files with unapproved/unknown licenses. See file:/ws/build/reports/rat/index.html
> {code}
>  
>  
> Check the build/reports/rat/index.html:
> {code:java}
> Unapproved Licenses:
> /ws/bigtop-bigpetstore/bigpetstore-transaction-queue/.dockerignore
> {code}
>  
> Solution:
> Add .dockerignore to Rat exclude-file list.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)