I'll change it to not rely on tagmapping file, and also maybe specify the namespace you want to document, not all.
Ara. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:xdoclet-devel- > [EMAIL PROTECTED]] On Behalf Of Erik Hatcher > Sent: Thursday, March 07, 2002 4:10 AM > To: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-devel] <documenttags/> > > No, it didn't fix the problem, and I dug into it a bit more to see if I > could figure it out. I'm guessing that getCurrentClass in > firstSentenceDescription is returning null - thats the line number I'm > getting the NullPointerException on. I don't understand how it could have > gotten there with the current class being null though. > > But digging further I see that <documenttags/> relies on there being the > tagmappings file out there. I don't have such a thing, so I guess I'm out > of luck for running the documentation on my tags. Bummer. Any thing I'm > missing here? > > Erik > > ----- Original Message ----- > From: "Ara Abrahamian" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, March 05, 2002 11:50 AM > Subject: RE: [Xdoclet-devel] <documenttags/> > > > > Erik, > > > > I changed the code, see if it fixes this problem. > > > > Ara. > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:xdoclet-devel- > > > [EMAIL PROTECTED]] On Behalf Of Erik Hatcher > > > Sent: Tuesday, March 05, 2002 7:43 AM > > > To: [EMAIL PROTECTED] > > > Subject: [Xdoclet-devel] <documenttags/> > > > > > > I thought I'd give <documenttags/> a try on my custom tag handler code > > and > > > I'm getting this: > > > > > > [document] Running <documentTags/> > > > [document] Generating toc file for namespaces > > > [document] Generating toc file for tags > > > [document] (TemplateEngine.invokeMethod 812 ) Invoking > > method > > > failed: > > > firstSentenceDescription, line=4 of template file: > > > jar:file:/C:/jakarta/jakarta > > > -ant/proposal/xdocs/lib/xdoclet.jar!/xdoclet/doc/tags_main.j > > > [document] java.lang.NullPointerException > > > [document] at > > > xdoclet.tags.ClassTagsHandler.firstSentenceDescription(ClassT > > > agsHandler.java:735) > > > [document] at java.lang.reflect.Method.invoke(Native Method) > > > > > > What am I missing? Or what is causing this bug? > > > > > > Thanks, > > > Erik > > > > > > > > > > > > _______________________________________________ > > > Xdoclet-devel mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > _______________________________________________ > > Xdoclet-devel mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > > > > > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
