[
https://issues.apache.org/jira/browse/BEAM-6946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Luckey updated BEAM-6946:
---------------------------------
Description:
The folder .test-infra/tools/vendor/ is created during build, but not part of
.gitignore.
This causes rat task to fail, if reexecuted without explicit clean before.
Steps to reproduce:
{noformat}
# ./gradlew -p .test-infra/tools/ build
# git status --porcelain
?? .test-infra/tools/vendor/
# ./gradlew rat
{noformat}
was:
The folder .test-infra/tools/vendor/ is created during build, but not part of
.gitignore.
This causes rat task to fail, if reexecuted without explicit clean before.
> rat task failing on .test-infra/tools/vendor/
> ---------------------------------------------
>
> Key: BEAM-6946
> URL: https://issues.apache.org/jira/browse/BEAM-6946
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Reporter: Michael Luckey
> Assignee: Michael Luckey
> Priority: Major
>
> The folder .test-infra/tools/vendor/ is created during build, but not part of
> .gitignore.
> This causes rat task to fail, if reexecuted without explicit clean before.
> Steps to reproduce:
> {noformat}
> # ./gradlew -p .test-infra/tools/ build
> # git status --porcelain
> ?? .test-infra/tools/vendor/
> # ./gradlew rat
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)