On Fri, 2003-02-14 at 19:39, Dave Pon wrote: > I'm trying to get my <value-object> subTask to only process a single class. > However, the file set contains many classes that extends > javax.ejb.EntityBean. I notice that the ValueObjectSubTask automatically > adds the EntityBean class to it's ofType parameter and thus I get value > objects generated for ALL my bean classes. How can I force generation of > just a single value object for one bean class? Is there a way to override > th ofType setting in the ValueObjectSubTask?
Rather a late reply, but are you still after a solution to this? What were you trying to achieve, have only the one class produce a VO and the rest not, or were you just trying to produce a VO from that class and ignore any other files altogether? If the latter, you could just have the fileset in your ejbdoclet task include only that one class. Andrew. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
