A wise old hermit known only as Dat Nguyen <[EMAIL PROTECTED]> once said:
> Is it possible to mark up an ejb and have xdoclet generate an entry for > it > in the ejb-jar.xml without generating any classes (interface or > implementation)? If you don't want to generate the other stuff for any beans, you could try running the DD subtask on its own and not run any of the others. Or, assuming there's other beans for which you do want to run the other subtasks, you could try adding generate="false" to the various class-level tags (ejb.pk etc.) in the bean(s) you don't want to generate them. Andrew. ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
