DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16523>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16523

[PATCH] JavadocSource post





------- Additional Comments From [EMAIL PROTECTED]  2003-02-12 07:40 -------
I tried to run the samples, configured one HTTP source-root in cocoon.xconf:

 <component-instance 
class="org.apache.cocoon.components.source.impl.JavadocSourceFactory" 
name="javadoc">
      <include-inheritance value="yes"/>
      <source-roots group="JDK">
        <source-root uri="http://localhost/java-source"/>
      </source-roots>
    </component-instance>

The attached error page was generated using URL 
http://localhost:8080/cocoon-cvs/samples/livedoc/javadoc/java.util.HashMap.

I think the java source is indeed found, if I change HashMap to FooBar in the URL I 
correctly get a "resource not found" error instead of the NPE:

Running under macosx, JDK 1.3.1.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to