[
https://issues.apache.org/jira/browse/OOZIE-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16355416#comment-16355416
]
Attila Sasvari commented on OOZIE-3176:
---------------------------------------
[~alishap] many thanks for filing this JIRA, I added you to contributors and
assigned the ticket too you.
I can confirm {{mvn clean install -DskipTests
-Dmaven.javadoc.opts="-Xdoclint:none"}} fails on master because of a checkstyle
error, {{core/target/checkstyle-result.xml}} shows:
{code}
<file
name="/Users/asasvari/workspace/apache/oozie_master_push/core/src/main/java/org/apache/oozie/executor/jpa/WorkflowJobsBasicInfoFromParentId.java">
<error line="10" severity="error" message="Line does not match expected header
line of ' * http://www.apache.org/licenses/LICENSE-2.0'."
source="com.puppycrawl.tool
s.checkstyle.checks.header.HeaderCheck"/>
{code}
WorkflowJobsBasicInfoFromParentId was introduced by OOZIE-1401.amend.003.patch.
On that day, the Oozie PreCommit build failed to add comment (JIRA was
updated).
> Oozie-core fails with checkstyle errors.
> ----------------------------------------
>
> Key: OOZIE-3176
> URL: https://issues.apache.org/jira/browse/OOZIE-3176
> Project: Oozie
> Issue Type: Bug
> Components: core
> Affects Versions: 5.0.0b1
> Environment: # uname -a
> Linux in-ibmibm283.persistent.co.in 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug
> 25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
> Reporter: Alisha Prabhu
> Priority: Minor
> Attachments: Checkstyle-erros.txt
>
>
> There are multiple checkstyle violations in the Oozie-core module.
> Maven command used is mvn clean install -DskipTests
> I have attached the Checkstyle-errors.txt file, that has the errors occurred
> while building.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)