javadoc.bat invokes the wrong executable
Javier Fernandez-Ivern
javier at ivern.org
Wed May 21 07:59:49 PDT 2008
javadoc.bat searches for and executes javac.exe, it should instead use
javadoc.exe. I'm using Closures 2008-05-11 with the 1.6.0_06 JDK.
I've verified that once I replace javac.exe with javadoc.exe in javadoc.bat,
javadocs are generated as intended (I'm invoking it with Ant 1.7.0's javadoc
task).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/closures-dev/attachments/20080521/21c7066b/attachment.html
More information about the closures-dev
mailing list