-Xdoclint:all -Xdoclint:-missing -Xdoclint:-html That should fix the issue. ATTN: this must ONLY be done in a java8 profile! If you set those params in older java versions (1.7, 1.6) then the build will blow up...
LieGrue, strub On Wednesday, 30 April 2014, 7:47, Paul Benedict <pbened...@apache.org> wrote: Looks like I found the message I alluded to. Make sure you read the whole >thread for fun ;-) >http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-July/019269.html > > > >On Wed, Apr 30, 2014 at 12:36 AM, Thomas Neidhart <thomas.neidh...@gmail.com >> wrote: > >> On 04/30/2014 03:50 AM, Gary Gregory wrote: >> > Well, it does not support HTML in the sense that you MUST close all tags. >> > No lonely <p>s... >> >> Unless something has changed for jdk8, lonely <p>s are supported and >> even advertised like this in the main javadoc guide from Sun/Oracle: >> >> >> http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html >> >> Also there are components like collections that heavily rely on this. >> >> Thomas >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >> For additional commands, e-mail: dev-h...@commons.apache.org >> >> > > >-- >Cheers, >Paul > > > >