I'm afraid I've reached the limits of my knowledge. As far as I can tell what you've done should work.
I don't think that the warning is relevant, its come up for me as well. Your @todo comment looks right (that is what I meant by having a @todo in the javadoc), assuming of course that class that ticketInit is part of is in that source dir. I am pretty sure that there is no way to get a list of the @todo tags in the code itself. That question has been asked before & answered negatively (I'd point you at the reference but mail-archive doesn't seem to be working at the moment). I have logged one bug with the info task (XDT-530), that hasn't been fixed yet. However that was the opposite problem (too much being generated). http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-530 If you want to try & track it down yourself I suggest turning on XDoclet logging & trying to see exactly what is going on. Adding the definitions below to the ant command line works for me (if you don't want to fiddle around with log4j, or jdk1.4 logging) -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog -Dorg.apache.commons.logging.simplelog.defaultlog=trace Otherwise, we'll have to wait for somebody more knowledgable to help :) sorry, Ben > From: Linus Nikander [mailto:[EMAIL PROTECTED] > > Still not getting it to generate any info... > > Yes, files (9 of them, 4 html, 4 gif and 1 css) are generated, and > all-classes.html is one of them. But still no sign of > references to the > @todo tags I've placed in the code. > > During execution I do get a "WARNING: Some classes refer to > other classes > that were not found among the sources or on the classpath. > Perhaps the referred class doesn't exist? Hasn't been generated yet?) > The referring classes do not import any fully qualified > classes matching > these classes. > Since at least one package is imported, it is impossible for > xjavadoc to > figure out > > But it seems to be resolved by itself, atleast it is followed > by a lot of > > "c:\build\com\temporary}servlet\gcc\GCCMonitor.java --> > GCCVSUtils qualified > to com.temporary.servlet.gcc.GCCVSUtils" > > Which would indicate to me that it resolves the paths itself. > Anyway, the > execution doesn't produce any errors, just warnings of the type above. > > What do you mean by " The code in the ${source.dir} has to > have at least one > @todo tag in the javadoc, have you verified this?" > > I've got the following as a header for one of my methods: > > /** > * ticketInit bla bla bla... > * > * @param userId The indentification for this particular user > * @return Name values pairs sent to the client. > * @modelguid {2E99BCAB-C5AF-41BB-A7A3-2459D7B7C0DD} > * @todo linus testar > */ > public String ticketInit(String userId) { > ... > ... > } > > And the .java file this is in is part of the source I'm > scanning. Is that > what you mean that my source must contain atleast one @todo > tag ? Btw is > there any way to get a list of all in-code @todo tags too ? > would be really > helpful. I find @todo comments are best placed exactly at the > point which > needs attention, not in the method-header. > > > //Linus > > > > ###################################################################### Attention: The information in this electronic mail is privileged and confidential, intended only for use of the individual or entity named. If you are not the intended recipient, any dissemination, copying or use of the information is strictly prohibited. If you have received this transmission in error, please delete it immediately from your system and inform us via mailto [EMAIL PROTECTED] This e-mail has been scanned and cleared by MailMarshal ###################################################################### ------------------------------------------------------- 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
