On 9 February 2015 at 13:27, Pino Toscano <ptoscano(a)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.