Salut, > * @ejb.home > * generate="true" > * remote-class="org.TechAdvantage.intranet.ejb.ssb.CalendrierHome" > * > local-class="org.TechAdvantage.intranet.ejb.ssb.CalendrierLocalHome" > * > * @ejb.interface > * generate="true" > * remote-class="org.TechAdvantage.intranet.ejb.ssb.Calendrier" > * local-class="org.TechAdvantage.intranet.ejb.ssb.CalendrierLocal"
Did you try without those? Is the Bean class source in the correct package within the hierarchy. E.g test.ejb.FooBean needs to be in test/ejb/FooBean.java if this is in a wrong directory, then ant seems to silently ignore and not pass it to xdoclet (or is it xjavadoc that silently ignores it? I did not yet find out). -- Bancotec GmbH EMail: [EMAIL PROTECTED] Calwer Str. 33 Telefon: +49 711 222 992 900 D-70173 Stuttgart Telefax: +49 711 222 992 999 Ein Unternehmen der Cellent AG http://www.cellent.de/ ------------------------------------------------------- This SF.net email is sponsored by: Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for? http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
