You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Alex Herbert (Jira)" <ji...@apache.org> on 2020/02/13 07:12:00 UTC

[jira] [Commented] (NUMBERS-144) Rat check fails on examples module files

    [ https://issues.apache.org/jira/browse/NUMBERS-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17035974#comment-17035974 ] 

Alex Herbert commented on NUMBERS-144:
--------------------------------------

This is strange. The rat check should ignore items in the main project .gitignore file. This contains:
{noformat}
.classpath
.project
.settings
target
{noformat}

What build environment are you using?


> Rat check fails on examples module files
> ----------------------------------------
>
>                 Key: NUMBERS-144
>                 URL: https://issues.apache.org/jira/browse/NUMBERS-144
>             Project: Commons Numbers
>          Issue Type: Task
>            Reporter: Matt Juntunen
>            Priority: Trivial
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The rat check can fail due to the presence of generated files from the examples module. For example, the following files caused the rat check to fail on my machine:
> {noformat}
>   commons-numbers-examples/examples-jmh/target/rat.txt
>   commons-numbers-examples/examples-jmh/target/osgi/MANIFEST.MF
>   commons-numbers-examples/examples-jmh/.classpath
>   commons-numbers-examples/examples-jmh/.settings/org.eclipse.m2e.core.prefs
>   commons-numbers-examples/examples-jmh/.settings/org.eclipse.jdt.core.prefs
>   commons-numbers-examples/examples-jmh/.settings/org.eclipse.core.resources.prefs
>   commons-numbers-examples/examples-jmh/.project
>   commons-numbers-examples/.settings/org.eclipse.m2e.core.prefs
>   commons-numbers-examples/.settings/org.eclipse.core.resources.prefs
>   commons-numbers-examples/.project
> {noformat}



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