pengzhiwei created CALCITE-2788:
-----------------------------------
Summary: Building error for sub-project of calcite on
maven-checkstyle-plugin
Key: CALCITE-2788
URL: https://issues.apache.org/jira/browse/CALCITE-2788
Project: Calcite
Issue Type: Bug
Components: babel, core, server
Affects Versions: 1.18.0
Reporter: pengzhiwei
Assignee: Julian Hyde
Fix For: 1.19.0
When building a sub-project of calcite e.g. core,exception throws out as follow:
{code:java}
Failed to execute goal
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (validate) on
project calcite-core: Failed during checkstyle configuration: cannot initialize
module Header - illegal value 'src/main/config/checkstyle/header.java.txt' for
property 'headerFile' of module Header:
com.puppycrawl.tools.checkstyle.api.CheckstyleException: Unable to find:
src/main/config/checkstyle/header.java.txt -> [Help 1]
{code}
The reason for this exception is that the checker.xml use a location related to
the parent project for the header file,however the header file is not located
in the sub-project.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)