I'm trying to create my own module for XDoclet, with a new DocletTask and a new SubTask extending TemplateSubTask, and for some reason it won't actually find and iterate over my source files.
The build.xml I am using looks roughly like this <myDoclet> <fileset dir="src" includes="**/*.java"/> <mySubTask/> </myDoclet> I can see from the debugging output that mySubTask is indeed being instantiated, as both the constructor and validateOptions methods run on it. The execution gets as close as TemplateSubTask.startProcessPerClass, but XJavaDoc.getSourceClasses returns an empty list. There is no output "working on [classname]" nor is there "Reject file ..." What could possibly cause the fileset to be ignored? Thanks, -- Bill ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
