You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2015/03/03 03:09:06 UTC

[jira] [Commented] (HADOOP-11449) [JDK8] Cannot build on Windows: error: unexpected end tag:

    [ https://issues.apache.org/jira/browse/HADOOP-11449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14344321#comment-14344321 ] 

Steve Loughran commented on HADOOP-11449:
-----------------------------------------

HADOOP-10320 fixed this in trunk; the backporting of this (via a cherry pick) actually introduced the bug back into 2.6; commit 6cda3a7. 

I propose to fix this by reverting the HADOP-10320 patch from branch-2. trunk does not have the problem

> [JDK8] Cannot build on Windows: error: unexpected end tag: </ul>
> ----------------------------------------------------------------
>
>                 Key: HADOOP-11449
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11449
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: site, 3.0.0, trunk-win, 2.6.0
>         Environment: jdk8
> Windows 8.1 x64
> java version "1.8.0_25"
> Java(TM) SE Runtime Environment (build 1.8.0_25-b18)
> Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-15T04:29:2 3)
>            Reporter: Alec Taylor
>            Assignee: Anu Engineer
>              Labels: build, easyfix, hadoop, windows
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Tried on hadoop-2.6.0-src, branch-2.5 and branch-trunk-win. All gave this error:
> ```
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:jar (module-javadocs) on project hadoop-annotations: MavenReportException: Error while creating archive:
> [ERROR] Exit code: 1 - E:\Projects\hadoop-common\hadoop-common-project\hadoop-annotations\src\main\java\org\apache\hadoop\classification\InterfaceStability.java:27: error: unexpected end tag: </ul>
> [ERROR] * </ul>
> [ERROR] ^
> [ERROR] 
> [ERROR] Command line was: "C:\Program Files\Java\jdk1.8.0_25\jre\..\bin\javadoc.exe" @options @packages
> [ERROR] 
> [ERROR] Refer to the generated Javadoc files in 'E:\Projects\hadoop-common\hadoop-common-project\hadoop-annotations\target' dir.
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :hadoop-annotations
> ```



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)