I can't find those templates, where are they? Are they simple to modify? Thanks.
>The Base objects are generated using velocity templates - by default the >templates in the Torque jar are used - you can modify the >build.properties file to use the templates in some other location by >changing useClasspath=false and pointing templatePath to where your >templates are. >If you want any code to be added in any generated class add it in the >template and regenerate your classes. >On Thu, 2006-02-02 at 16:45 +0100, Matteo Barbieri wrote: > > >>Hi, >>I have a question: >>I need some methods in all objects, obviusly I don't want to write them >>on each Base class, and I don't want to modify the BaseObject class. >>Is it possible to tell the generator that all Base classes have to >>extend MyCustomBaseObject (that extends BaseObject and implements the >>methods that I need)? >> >>Thank you >>Bye >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
