From d7604b42a832e2af10d532fdb56e3ae5bad4fd10 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 25 Jun 2001 15:24:31 +0000 Subject: [PATCH] Add a FAQ entry about a common javadoc problem. Submitted by: John Brewer git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269225 13f79535-47bb-0310-9956-ffa450edef68 --- webpage/docs/faq.html | 22 ++++++++++++++++++++++ webpage/xdocs/faq.xml | 10 ++++++++++ 2 files changed, 32 insertions(+) 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.

    +
    +