[
https://issues.apache.org/jira/browse/HBASE-12918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14292881#comment-14292881
]
Andrew Purtell commented on HBASE-12918:
----------------------------------------
No, this checkstyle problem is a blocker that I'm not able to make progress on.
I've tried changing the path to it in the POM relative to $project.basedir but
whether this is needs $project.basedir/hbase-checkstyle/... or
$project.basedir/../hbase-checkstyle/... depends on phase. Copying the
resources around doesn't help.
I get this:
{noformat}
[INFO] Generating "Checkstyle" report --- maven-checkstyle-plugin:2.13
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] HBase .............................................. SUCCESS [08:28 min]
[INFO] HBase - Checkstyle ................................. SUCCESS [ 1.271 s]
[INFO] HBase - Annotations ................................ FAILURE [ 8.689 s]
[INFO] HBase - Common ..................................... SKIPPED
[INFO] HBase - Protocol ................................... SKIPPED
[INFO] HBase - Client ..................................... SKIPPED
[INFO] HBase - Hadoop Compatibility ....................... SKIPPED
[INFO] HBase - Hadoop Two Compatibility ................... SKIPPED
[INFO] HBase - Prefix Tree ................................ SKIPPED
[INFO] HBase - Server ..................................... SKIPPED
[INFO] HBase - Testing Util ............................... SKIPPED
[INFO] HBase - Thrift ..................................... SKIPPED
[INFO] HBase - Rest ....................................... SKIPPED
[INFO] HBase - Shell ...................................... SKIPPED
[INFO] HBase - Integration Tests .......................... SKIPPED
[INFO] HBase - Examples ................................... SKIPPED
[INFO] HBase - Assembly ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:39 min
[INFO] Finished at: 2015-01-26T18:34:18-08:00
[INFO] Final Memory: 142M/1206M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project
hbase-annotations: Error during page generation: Error rendering Maven report:
Failed during checkstyle execution: Unable to find configuration file at
location: hbase/checkstyle.xml: Could not find resource 'hbase/checkstyle.xml'.
-> [Help 1]
{noformat}
I wasted a whole day on this. I am just going to release 0.98.10 with docs
copied back from master prior to the asciidoc changes and move this to 0.98.11.
> Backport asciidoc changes
> -------------------------
>
> Key: HBASE-12918
> URL: https://issues.apache.org/jira/browse/HBASE-12918
> Project: HBase
> Issue Type: Bug
> Reporter: Enis Soztutar
> Labels: beginner
> Fix For: 1.0.0, 1.1.0, 0.98.11
>
> Attachments: HBASE-12918-0.98.patch.gz, HBASE-12918-0.98.patch.gz,
> HBASE-12918-1.0.patch.gz, HBASE-12918-1.0.patch.gz
>
>
> For releases, we usually whole-sale copy the docs from master to the release
> branch, and do the release with the latest-in-time documentation.
> With the asciidoc change, we cannot do that anymore unless we also get the
> pom.xml changes, etc.
> [~misty] FYI.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)