diff --git a/webpage/docs/faq.html b/webpage/docs/faq.html index a380e496e..1b269e48d 100644 --- a/webpage/docs/faq.html +++ b/webpage/docs/faq.html @@ -178,6 +178,9 @@
  • <chmod> or <exec> don't work in Ant 1.3 on Unix +
  • +
  • + JavaDoc failed: java.io.IOException: javadoc: cannot execute
  • @@ -757,6 +760,25 @@ mv /tmp/foo $ANT_HOME/bin/antRun + + + + + +
    + + + JavaDoc failed: java.io.IOException: javadoc: cannot execute + + +
    +
    +

    There is a bug in the Solaris reference implementation of + the JDK, see http://developer.java.sun.com/developer/bugParade/bugs/4230399.html. + This also appears to be true under Linux, moving the JDK to + the front of the PATH fixes the problem.

    +
    +
    diff --git a/webpage/xdocs/faq.xml b/webpage/xdocs/faq.xml index 50f26797d..84e72c902 100644 --- a/webpage/xdocs/faq.xml +++ b/webpage/xdocs/faq.xml @@ -362,6 +362,16 @@ mv /tmp/foo $ANT_HOME/bin/antRun ]]> + + + JavaDoc failed: java.io.IOException: javadoc: cannot execute + +

    There is a bug in the Solaris reference implementation of + the JDK, see http://developer.java.sun.com/developer/bugParade/bugs/4230399.html. + This also appears to be true under Linux, moving the JDK to + the front of the PATH fixes the problem.

    +
    +