cziegeler 2002/06/07 03:45:22 Modified: src/documentation/xdocs/faq index.xml Added: src/documentation/xdocs/faq faq-building.xml Log: Added faq for javadocs and jdk1.4 Revision Changes Path 1.5 +1 -0 xml-cocoon2/src/documentation/xdocs/faq/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/faq/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.xml 3 Jun 2002 18:50:29 -0000 1.4 +++ index.xml 7 Jun 2002 10:45:22 -0000 1.5 @@ -26,6 +26,7 @@ <ul> <li><link href="faq-install.html">Installing Cocoon</link></li> +<li><link href="faq-building.html">Building Cocoon</link></li> <li><link href="faq-configure-environment.html">Configuring the Cocoon Environment</link></li> <li><link href="faq-cvs.html">CVS</link></li> 1.1 xml-cocoon2/src/documentation/xdocs/faq/faq-building.xml Index: faq-building.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.0//EN" "../dtd/faq-v10.dtd"> <faqs title="Building FAQs"> <faq> <question> I can't build the javadocs with JDK 1.4 - what can I do? </question> <answer> <p> It seems that the javadoc utility of JDK 1.4 has a bug: it can't process packages which have the name 'java' in it, so building the javadocs fails because of the org.apache.cocoon.components.language.programming.java package. </p> <p> If you explicitly ignore this package, you can build the javadocs for all other packages. Locate the javadoc task in the build.xml and add the attribute <strong>excludepackagenames="**.java"</strong>. You will now get all javadocs except for the above package.</p> </answer> </faq> </faqs>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]