This message comes from XJavaDoc if you hand it more than one fileset and it finds the same class (java source) more than once.
Do you have any classes named templates.doc.list0 or templates.list0?
Something is definitely funny with your filestes and/or file structure. If you tell us what they look like we might help you some more.
I think I found it, webdoclet task had 2 filesets:
<fileset dir="${src.web.dir}" includes="**/*.jsp" />
<fileset dir="${src.main.dir}" includes="**/*Servlet.java" />And I just realized that the first makes no sense (I have no xdoclet tags in .jsp files). I removed the entry and now the message doesn't appear. I have package with template element in it, and used template as object name in jsp - so that could be a cause.
thanks and regards marcin
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
