[Libguestfs] [PATCH 3/5] java: Turn off doclint to prevent errors on JDK 8

Margaret Lewicka margaret at meaningless.name
Mon Feb 9 14:53:55 UTC 2015


On 9 February 2015 at 13:27, Pino Toscano <ptoscano at redhat.com> wrote:
> On Monday 09 February 2015 11:06:17 Margaret Lewicka wrote:
[...]
>>  JAVAC_FLAGS = $(EXTRA_JAVAC_FLAGS) -encoding utf-8
>> -JAVADOC_FLAGS = -encoding utf-8
>> +JAVADOC_FLAGS = -encoding utf-8 -Xdoclint:none
>
> I'd say it would be much better to fix the issues doclint issues,
> if possible, rather than disabling all of them.

By all means, but in the meantime this is preventing compilation with
java bindings enabled.


-- 
M.




More information about the Libguestfs mailing list