Let me answer this one :) The updated docs (ejbdoclet.html) gives the reason:
"In previous versions of XDoclet it dictated this behavior, so if package name of a bean ended with .beans or .ejb interfaces were put into .interfaces package. It's no more the case. You have full control over it." So all you have to do is to set the packageSubstitution tag inside the <ejbdoclet/> tag to something which meets your expectations. The tag, which emulates the old behaviour, seems like that: <packageSubstitution packages="ejb,beans" substituteWith="interfaces"/> Best regards, Christopher On Fri, Dec 07, 2001 at 01:37:07AM +0100, Ingo Bruell wrote: > Hallo xdoclet-user, > > wie have you moved the generated home Interfaces into the /ejb > directory in the current cvs version ? > > bis dann > > > Ingo Bruell > > --- > <[EMAIL PROTECTED]> > <[EMAIL PROTECTED]> > <ICQ# 40377720> > Oldenburg PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC > Germany PGP-Public-Key available at pgpkeys.mit.edu > > > > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user -- .Digital.Yearning.for.Networked.Assassination.and.Xenocide _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
