You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2015/09/18 18:03:31 UTC

[Bug 58429] compilerarg for javadoc task

https://bz.apache.org/bugzilla/show_bug.cgi?id=58429

Charles Parker <ch...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Charles Parker <ch...@gmail.com> ---
I just discovered that these flags can be passed to the javadoc task via
multiple args elements as follows:

    <arg value="-Xmaxerrs" />
    <arg value="1000" />

    <arg value="-Xmaxwarns" />
    <arg value="1000" />

I'm uncertain if the Ant maintainers would still consider adding the
compilerarg flag to javadoc (extremely low priority, given the working
alternative above). I'm marking this as Resolved/Invalid.

-- 
You are receiving this mail because:
You are the assignee for the bug.