Mike, please check the new <packageSubstitution/> nested element of <ejbdoclet/>. If you don't add a <packageSubstitution/> then you'll find interfaces in the same package as bean impl classes.
Ara. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of Mike Cannon-Brookes > Sent: Tuesday, November 13, 2001 4:27 AM > To: Dmitri Colebatch > Cc: [EMAIL PROTECTED] > Subject: RE: [Xdoclet-user] Reverting /ejb -> /interfaces behaviour > > There's no way to specify it on an Ant tag basis? It seems silly to add a > tag to EVERY bean just got work around an Ant 'feature'? > > -mike > > > Mike Cannon-Brookes :: [EMAIL PROTECTED] > > Atlassian :: http://www.atlassian.com > Supporting YOUR J2EE World > > > > > -----Original Message----- > > From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, November 13, 2001 11:34 AM > > To: Mike Cannon-Brookes > > Cc: [EMAIL PROTECTED] > > Subject: Re: [Xdoclet-user] Reverting /ejb -> /interfaces behaviour > > > > > > > > @ejb:interface remote-class="foo.mypackage.MyRemote" > > > > and the same for local-class. > > > > check out the docs, they are pretty good in this area I think > > (http://xdoclet.sourceforge.net/ejbdoclet.html#interface), > > > > cheers > > dim > > > > On Tue, 13 Nov 2001, Mike Cannon-Brookes wrote: > > > > > I see that when you have > > > > > > foo.ejb.MyBean.java > > > > > > run through XDoclet, the interfaces are created in an > > interfaces package, > > > like so: > > > > > > foo.interface.MyRemote.java > > > > > > > > > I see the point of this, but for the cucrent project I want to > > turn it off, > > > but I can't find the appropriate switch / doclet tag. > > > > > > Is the only solution to a) hack Xdoclet b) move my beans out of a > *.ejb > > > package? > > > > > > Surely there's a tag to turn it off, and just dump interfaces > > into the same > > > package as the Bean files? > > > > > > -mike > > > > > > Mike Cannon-Brookes :: [EMAIL PROTECTED] > > > > > > Atlassian :: http://www.atlassian.com > > > Supporting YOUR J2EE World > > > > > > > > > > > > _______________________________________________ > > > Xdoclet-user mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > > > > > > > > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
