On 2014-01-02, Earl Hood wrote:

> On Sat, Dec 28, 2013 at 11:47 PM, Antoine Levy Lambert wrote:

>> The Apache Ant Team is proud to announce the 1.9.3 release of Ant.
>   [snip]

> I think I may have encountered a regression bug.

This is the only change between 1.9.2 and 1.9.3 in javadoc:

<http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Javadoc.java?r1=1504315&r2=1536161>

> BUILD FAILED
> java.lang.NullPointerException
>         at 
> org.apache.tools.ant.taskdefs.Javadoc.postProcessGeneratedJavadocs(Javadoc.java:2450)

So in your case destdir is null, something I didn't account for, sorry.

I'll open a bugzilla issue so it is properly tracked and fix it in
trunk.  Maybe you can set destdir to some non-null value as a
workaround?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to