Navjot Singh [EMAIL PROTECTED] wrote:
> I wish to create a class "com.navjot.ejb.CustomerEJB" which
> will generate
> 
> com.navjot.ejb.CustomerCMP
> com.navjot.interfaces.Customer
> com.navjot.interfaces.CustomerHome
> com.navjot.interfaces.CustomerLocal
> com.navjot.interfaces.CustomerLocalHome
> and
> com.navjot.vo.CustomerValue
> 
> for me.

You want to use the <packagesubstitution> subtasks. I haven't tried
using them yet, but I'm pretty sure I've seen others using them. Hmm,
the docs link to

 
http://xdoclet.sourceforge.net/xdoclet/ant/xdoclet/tagshandler/PackageTa
gsHandler.PackageSubstitution.html

but it's 404 (the other docs seem fine). However, I see that the
<session> subtask has a "packageSubstitutions" attribute. I do not know
if the attribute provides all of the functionality of the nested
subtask. Someone else on this list can probably help you if you have
specific questions after trying it out. Perhaps check the examples to
see if any are using it.

Good luck!

David Harkness
Sr. Software Engineer
Sony Pictures Digital Networks
(310) 482-4756


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to