On Tue, 2003-03-18 at 11:26, Ionel Gardais wrote: > I have tried to remove the generate="true" in @ejb.interface. and > @ejb.home and guess waht ? > Xdoclet generates all interfaces without complaining ! > > is it a bug folks ?
According to the RemoteInterfaceSubTask, it's looking for generate="remote", not "true". Similarly, LocalInterfaceSubTask looks for generate="local". The home ones are similar. Unfortunately, the xtags.xml specifies the possible options as true or false... I guess it's a bug, though possibly just a documentation one. Please raise an issue. Andrew. ------------------------------------------------------- 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
