You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2017/05/05 22:43:04 UTC

[jira] [Updated] (GEODE-2887) Exclude build-* output directories from rat license checking

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

Kirk Lund updated GEODE-2887:
-----------------------------
    Description: 
The rat.gradle excludes {code}**/build/**{code} which is the directory that gradle writes to when building geode on the command-line.

I'd like to configure IntelliJ to write output to build-intellij and have this not cause rat failures when building my checkout on the command-line.

I've also seen others configure Eclipse to write output to build-eclipse, so **/build-*/** would be a good pattern to exclude in addition to **/build/**.


  was:
The rat.gradle excludes **/build/** which is the directory that gradle writes to when building geode on the command-line.

I'd like to configure IntelliJ to write output to build-intellij and have this not cause rat failures when building my checkout on the command-line.

I've also seen others configure Eclipse to write output to build-eclipse, so **/build-*/** would be a good pattern to exclude in addition to **/build/**.



> Exclude build-* output directories from rat license checking
> ------------------------------------------------------------
>
>                 Key: GEODE-2887
>                 URL: https://issues.apache.org/jira/browse/GEODE-2887
>             Project: Geode
>          Issue Type: Wish
>          Components: build
>            Reporter: Kirk Lund
>
> The rat.gradle excludes {code}**/build/**{code} which is the directory that gradle writes to when building geode on the command-line.
> I'd like to configure IntelliJ to write output to build-intellij and have this not cause rat failures when building my checkout on the command-line.
> I've also seen others configure Eclipse to write output to build-eclipse, so **/build-*/** would be a good pattern to exclude in addition to **/build/**.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)