Browse Source

Add a FAQ entry about a common javadoc problem.

Submitted by:	John Brewer <jbrewer@jera.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269225 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
d7604b42a8
2 changed files with 32 additions and 0 deletions
  1. +22
    -0
      webpage/docs/faq.html
  2. +10
    -0
      webpage/xdocs/faq.xml

+ 22
- 0
webpage/docs/faq.html View File

@@ -178,6 +178,9 @@
<li><a href="#remove-cr"> <li><a href="#remove-cr">
&lt;chmod&gt; or &lt;exec&gt; don't work in Ant &lt;chmod&gt; or &lt;exec&gt; don't work in Ant
1.3 on Unix 1.3 on Unix
</a></li>
<li><a href="#javadoc-cannot-execute">
JavaDoc failed: java.io.IOException: javadoc: cannot execute
</a></li> </a></li>
</ul> </ul>
</blockquote> </blockquote>
@@ -757,6 +760,25 @@ mv /tmp/foo $ANT_HOME/bin/antRun
</blockquote> </blockquote>
</td></tr> </td></tr>
</table> </table>
</a>
<a name="javadoc-cannot-execute">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>
JavaDoc failed: java.io.IOException: javadoc: cannot execute
</strong>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>There is a bug in the Solaris reference implementation of
the JDK, see <a href="http://developer.java.sun.com/developer/bugParade/bugs/4230399.html">http://developer.java.sun.com/developer/bugParade/bugs/4230399.html</a>.
This also appears to be true under Linux, moving the JDK to
the front of the PATH fixes the problem.</p>
</blockquote>
</td></tr>
</table>
</a> </a>
</blockquote> </blockquote>
</td></tr> </td></tr>


+ 10
- 0
webpage/xdocs/faq.xml View File

@@ -362,6 +362,16 @@ mv /tmp/foo $ANT_HOME/bin/antRun
]]></source> ]]></source>
</answer> </answer>
</faq> </faq>

<faq id="javadoc-cannot-execute">
<question>JavaDoc failed: java.io.IOException: javadoc: cannot execute</question>
<answer>
<p>There is a bug in the Solaris reference implementation of
the JDK, see <a href="http://developer.java.sun.com/developer/bugParade/bugs/4230399.html">http://developer.java.sun.com/developer/bugParade/bugs/4230399.html</a>.
This also appears to be true under Linux, moving the JDK to
the front of the PATH fixes the problem.</p>
</answer>
</faq>
</faqsection> </faqsection>


</document> </document>

Loading…
Cancel
Save