As an observer only, I think this is a great idea. I've been experimenting with building "add-ins" to the Torque generation facility. (For example, we use Torque with Struts and so I'm working on making Torque generate "form objects" for each table (so that we separate out the web layer from the business object layer.)) It would be easier to organize if the generator were in a separate directory.
-Peter On Mon, 2003-02-10 at 06:13, Martin Poeschl wrote: > i want to separate torque's generator from the runtime environment > > here's the plan: > > o move all generator stuff to /src/generator > (incl. dtd, templates, maven-plugin, ...) > > o maven build for the generator > > o adopt the runtime tests to use the torque-gen.jar > > o move the generator related xdocs to src/generator/xdocs > > > maybe we can use the generator as basis for a more general generator > we could also switch to use commons-sql for the sql-generation > > i'll add a PRE_GENERATOR tag to the repo before i'll checkin the changes > > martin > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
