[SPIGOT-935] Javadoc error Created: 28/May/15 Updated: 11/Dec/17 Resolved: 28/May/15 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Eccentric Devotion | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | buildtools, javadocs | ||
Environment: |
Mac OS X 10.10.3 |
Description |
BuildTools reports a failure when generating javadocs with the --generate-docs flag due to recent commit to Bukkit - https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/diff/src/main/java/org/bukkit/inventory/PlayerInventory.java?until=b465559cb5e8ff4fb028f61e7a740788e3f0b0f2 Javadoc 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 - /Users/macgeek/Documents/Plugins/Builds/Bukkit/src/main/java/org/bukkit/inventory/PlayerInventory.java:60: error: malformed HTML [ERROR] * @throws ArrayIndexOutOfBoundsException when index < 0 || index > 39 [ERROR] ^ [ERROR] /Users/macgeek/Documents/Plugins/Builds/Bukkit/src/main/java/org/bukkit/inventory/PlayerInventory.java:60: error: bad use of '>' [ERROR] * @throws ArrayIndexOutOfBoundsException when index < 0 || index > 39 [ERROR] ^ |
Comments |
Comment by md_5 [ 28/May/15 ] |
Actual availability may be delayed a bit, build server is having issues deploying the maven jars. |
Comment by Eccentric Devotion [ 28/May/15 ] |
As listed above 1.8.0_31 Thanks |
Comment by md_5 [ 28/May/15 ] |
Java version? |