Sounds good. Setting the generate=false for the ejb.bean tag will not generate the required xml but I think having only the DD subtask should work.
Thanks - I'll try it out. -Dat Dat Nguyen Office: 212.968.4178 Cell: 732.690.9117 -----Original Message----- From: [EMAIL PROTECTED] [mailto:stevensa@;users.sourceforge.net] Sent: Saturday, November 02, 2002 5:47 AM To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] anyway to create entries in ejb-jar.xml without generating clas 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 *************************************************************** Confidentiality note: This e-mail contains information from the GFI Group Inc. and/or its affiliates, including GFInet inc., that is confidential and/or legally privileged. This information is intended only for the use of the individual or entity named on this e-mail. This e-mail and its content may not be reproduced or retransmitted without the express written permission of The GFI Group. *************************************************************** ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
