You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Alec Taylor (JIRA)" <ji...@apache.org> on 2014/12/25 08:26:13 UTC

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

Alec Taylor created HADOOP-11449:
------------------------------------

             Summary: 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: 2.6.0, site, trunk-win
         Environment: 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


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)