Rob Vesse created JENA-807: ------------------------------ Summary: jena-text places testing DB directory under module directory and not under target Key: JENA-807 URL: https://issues.apache.org/jira/browse/JENA-807 Project: Apache Jena Issue Type: Bug Components: Text Affects Versions: Jena 2.12.2 Reporter: Rob Vesse
The {{jena-text}} module creates a temporary testing {{DB/}} directory but does this under its module directory and not inside the {{target/}} directory. This means that on subsequent runs it can cause the RAT checks to fail because while RAT ignores the contents of the {{target/}} directory it will look in a top level {{DB/}} directory. There it will find some files it doesn't expect resulting in a RAT check failure and a failed build. Note that there is a related pull request (https://github.com/apache/jena/pull/9) which adds {{DB/}} to the exclusion list but really the directory should be placed in {{target/}} regardless -- This message was sent by Atlassian JIRA (v6.3.4#6332)