--- Matthew Pryor <[EMAIL PROTECTED]> wrote: > I am using xdoclet 1.2b3 with jdk 1.4.1 on windows > XP > > I realize this is probably more of an XJavadoc > question but I have an XDT > template that is trying to generate a proxy class, > in there is an attempt to > generate a proxy method for each method implemented > by this class or any > inherited methods. > > The problem is that it seems that Xdoclet only knows > about methods for > classes that have been scanned as Java source. The > inherited classes are > definitely in the classpath, but it seems that I > can't access them from the > Xdoclet tags such as > > <XDtMethod:forAllMethods superclasses="true"> > > Have I done something wrong? > Should I not expect to be able to access methods > that are not part of the > scanned Java source?
XDoclet tags look into superclasses, not subclasses. And only tags on source classes are recognized. regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
