> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:xdoclet-user-admin@;lists.sourceforge.net]On Behalf Of Carlos > Cardenas > Sent: 25. oktober 2002 20:20 > To: xdoclet-user > Subject: [Xdoclet-user] XDt 1.1.2 don't seem to work with jdk 1.4.x > > > Hi All, > > I've been trying to use the XDt 1.1.2 and jdk 1.4.x > and it doesn't work. > > The problem seems to be that even though I have a > create method in my bean source file, 1.4.x javadoc is > not finding it. The create method that's found is
I doubt javadoc has bugs like this. If you generate API docs, do you get docs for the method? It's the same engine behind Javadoc API generation and XDoclet 1.1.2. > ejbCreate( Long, boolean) the one I am missing happens > to be ejbCreate( Long ). > > The correct methods are generated in XDt 1.1.2 and jdk > 1.3.1_06. > > Is this a known problem? Not that I know of. > Is javadoc in 1.4.x broken? Not that I know of. > is there a known work around? > Not as far as I know. This is new to me. Please send us some code that will help us reproduce the behaviour. Both java and Ant code please. > The thing is that running xdoclet with jdk 1.4.x is > MUCH faster that previous versions, but no use since > results are wrong. > > I can not move to XDt 1.2b at this point, may be soon. > Then you can look forward to even greater performance. Javadoc is gone in favour of our much faster xjavadoc. > Thanks for any help, JC :-) > > __________________________________________________ > Do you Yahoo!? > New DSL Internet Access from SBC & Yahoo! > http://sbc.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
