I would like each of my generated value object classes to extend a 
specified class. I've tried using both the ofType attribute and 
subelement of the valueobject ant task without success:

<valueobject>
   <ofType type="com.sprint.fmsD.ejb.vo.BaseValueObject"/>
</valueobject>

and

<valueobject ofType="com.sprint.fmsD.ejb.vo.BaseValueObject"/>

Neither of these work; the generated classes extend java.lang.Object, 
which is the default. Do I have to use the "@value-object extends" tag 
instead. Or are these two meant to be used together?

Thanks
Chuck




-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to