Uploaded image for project: 'BuildTools'
  1. BuildTools
  2. BUILDTOOLS-206

--generate-docs Not working

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Minor Minor

      https://hub.spigotmc.org/jira/browse/BUILDTOOLS-203

      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD FAILURE
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 42.023 s
      [INFO] Finished at: 2016-03-04T14:36:32+08:00
      [INFO] Final Memory: 15M/97M
      [INFO] ------------------------------------------------------------------------
      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (default-cli) on project bukkit: MavenReportException: Error while generating Javadoc:
      [ERROR] Exit code: 1 - E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\World.java:1201: 警告: <T>没有 @param
      [ERROR] public <T> void spawnParticle(Particle particle, Location location, int count, T data);
      [ERROR] ^
      [ERROR] E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\World.java:1216: 警告: <T>没有 @param
      [ERROR] public <T> void spawnParticle(Particle particle, double x, double y, double z, int count, T data);
      [ERROR] ^
      [ERROR] E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\World.java:1265: 警告: <T>没有 @param
      [ERROR] public <T> void spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ, T data);
      [ERROR] ^
      [ERROR] E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\World.java:1284: 警告: <T>没有 @param
      [ERROR] public <T> void spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, T data);
      [ERROR] ^
      [ERROR] E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\World.java:1339: 警告: <T>没有 @param
      [ERROR] public <T> void spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ, double extra, T data);
      [ERROR] ^
      [ERROR] E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\World.java:1360: 警告: <T>没有 @param
      [ERROR] public <T> void spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double extra, T data);
      [ERROR] ^
      [ERROR] E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\entity\Player.java:1114: 警告: <T>没有 @param
      [ERROR] public <T> void spawnParticle(Particle particle, Location location, int count, T data);
      [ERROR] ^
      [ERROR] E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\entity\Player.java:1129: 警告: <T>没有 @param
      [ERROR] public <T> void spawnParticle(Particle particle, double x, double y, double z, int count, T data);
      [ERROR] ^
      [ERROR] E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\entity\Player.java:1178: 警告: <T>没有 @param
      [ERROR] public <T> void spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ, T data);
      [ERROR] ^
      [ERROR] E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\entity\Player.java:1197: 警告: <T>没有 @param
      [ERROR] public <T> void spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, T data);
      [ERROR] ^
      [ERROR] E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\entity\Player.java:1252: 警告: <T>没有 @param
      [ERROR] public <T> void spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ, double extra, T data);
      [ERROR] ^
      [ERROR] E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\entity\Player.java:1273: 警告: <T>没有 @param
      [ERROR] public <T> void spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double extra, T data);
      [ERROR] ^
      [ERROR] E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\entity\Villager.java:49: 警告: @throws 没有说明
      [ERROR] * @throws IndexOutOfBoundsException
      [ERROR] ^
      [ERROR] E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\entity\Villager.java:58: 警告: @throws 没有说明
      [ERROR] * @throws IndexOutOfBoundsException
      [ERROR] ^
      [ERROR] E:\game\MC\1.9\server\spigot_git\Bukkit\src\main\java\org\bukkit\entity\Villager.java:75: 错误: 内嵌标记的用法不正确
      [ERROR] * @inheritDoc
      [ERROR] ^
      [ERROR]
      [ERROR] Command line was: "C:\Program Files\Java\jdk1.8.0_74\jre\..\bin\javadoc.exe" @options @packages
      [ERROR]
      [ERROR] Refer to the generated Javadoc files in 'E:\game\MC\1.9\server\spigot_git\Bukkit\target\apidocs' 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
      Exception in thread "main" java.lang.RuntimeException: Error running command, return status !=0: [sh, E:\game\MC\1.9\server\spigot_git\apache-maven-3.2.5/bin/mvn, javadoc:jar]
      at org.spigotmc.builder.Builder.runProcess(Builder.java:540)
      at org.spigotmc.builder.Builder.main(Builder.java:410)

            Unassigned Unassigned
            Cat73 Cat73
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: