Thanks. Actually this may help others. I wanted to "back up" a level in the package hierarchy so "com.vxs.scrapbook.ejb.beans" becomes "com.vxs.scrapbook.ejb". You can do this with a substitution of "ejb" for "ejb.beans".
jim > -----Original Message----- > From: Marcus Brito [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 11, 2002 6:20 AM > To: James Cook > Subject: Re: [Xdoclet-user] Utility class in the wrong package > > > Em Seg, 2002-03-11 �s 00:30, James Cook escreveu: > > The class is begin generated with the same package as is > specified in > > the ejbdoclet task. > > You need to use a <packageSubstitution> subtask if you want > to change the package in which the class is generated. > Something like this: > > <utilobject> > <packageSubstitution package="ejb" > subtituteWith="util"/> </utilobject> > > -- > Ja ne, > Pazu > mailto: [EMAIL PROTECTED] > > Anime Gaiden: de f�s para f�s, sempre. > _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
