[
https://issues.apache.org/jira/browse/OOZIE-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13534136#comment-13534136
]
Robert Kanter commented on OOZIE-1126:
--------------------------------------
That's fine if that's not possible.
One last thing: can you fix the formatting? There's a few lines that are
indented too much and don't line up (it looks like you used some tabs in there
too). e.g.
{code}
+ <configuration>
+ <consoleOutput>true</consoleOutput>
+
<includeTestSourceDirectory>true</includeTestSourceDirectory>
+
<configLocation>src/main/resources/checkstyle.xml</configLocation>
+ </configuration>
{code}
should be
{code}
+ <configuration>
+ <consoleOutput>true</consoleOutput>
+
<includeTestSourceDirectory>true</includeTestSourceDirectory>
+
<configLocation>src/main/resources/checkstyle.xml</configLocation>
+ </configuration>
{code}
> see if checkstyle works for oozie development.
> ----------------------------------------------
>
> Key: OOZIE-1126
> URL: https://issues.apache.org/jira/browse/OOZIE-1126
> Project: Oozie
> Issue Type: Task
> Components: build
> Affects Versions: trunk
> Reporter: jun aoki
> Assignee: jun aoki
> Priority: Minor
> Fix For: trunk
>
> Attachments: OOZIE-1126.patch
>
>
> Currently, some code style check is done at the precmomit build
> http://svn.apache.org/viewvc/oozie/trunk/bin/
> It can be done at local machine by maven checkstyle plugin, so that devs
> would get much faster feedback comparing to waiting a precommit build
> completes on Jenkins server.
> The original thread is here
> http://mail-archives.apache.org/mod_mbox/oozie-dev/201212.mbox/%3CCAFc2gLnff6EABP2EWXgqfexaTy2PJETNuUtenmVrYVhF8%2Ba0vg%40mail.gmail.com%3E
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira