You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2001/06/25 17:24:33 UTC

cvs commit: jakarta-ant/webpage/xdocs faq.xml

bodewig     01/06/25 08:24:33

  Modified:    webpage/docs faq.html
               webpage/xdocs faq.xml
  Log:
  Add a FAQ entry about a common javadoc problem.
  
  Submitted by:	John Brewer <jb...@jera.com>
  
  Revision  Changes    Path
  1.8       +22 -0     jakarta-ant/webpage/docs/faq.html
  
  Index: faq.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/webpage/docs/faq.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- faq.html	2001/05/02 10:04:59	1.7
  +++ faq.html	2001/06/25 15:24:25	1.8
  @@ -179,6 +179,9 @@
     &lt;chmod&gt; or &lt;exec&gt; don't work in Ant
           1.3 on Unix
     </a></li>
  +                    <li><a href="#javadoc-cannot-execute">
  +  JavaDoc failed: java.io.IOException: javadoc: cannot execute
  +  </a></li>
                   </ul>
         </blockquote>
       </td></tr>
  @@ -754,6 +757,25 @@
         </tr>
       </table>
     </div>
  +                        </blockquote>
  +    </td></tr>
  +  </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>
  
  
  
  1.6       +10 -0     jakarta-ant/webpage/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/webpage/xdocs/faq.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- faq.xml	2001/05/02 10:05:06	1.5
  +++ faq.xml	2001/06/25 15:24:31	1.6
  @@ -362,6 +362,16 @@
   ]]></source>
         </answer>
       </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>
   
   </document>