Scott, I don't think you need to create a target that is aquivalent for ant init. You can do this by using war:webapp and torque:om / torque:sql. Not sure why your sql-output still contains variables thou. Mine works fine. Keep in mind that the torque-plugin is only a wrapper for the old ant goals. So it's certainly not a matter of the plugin.
> -----Ursprungliche Nachricht----- > Von: Scott Eade [mailto:[EMAIL PROTECTED]] > Gesendet: Samstag, 1. Februar 2003 05:40 > An: turbine-user > Betreff: Torque plugin for maven - not fully processing schema > > > I have mavenized my application (recently converted from turbine > 2.1 to 2.2) > and I am in the process of setting up a maven goal to provide me with the > equivalent of ant init. > > I have this partially working, but it seems that the sql files generated > from the schema are not fully processed in that they still contain some > velocity variables that have not been replaced (e.g. $type, $nullString, > $autoIncrement, etc.), > > I am looking into this now, but I thought I would mention it on > the list to > see if anyone else knows what is going on. I suspect I have just > neglected > to configure something somewhere. > > Cheers, > > Scott > -- > Scott Eade > Backstage Technologies Pty. Ltd. > http://www.backstagetech.com.au > .Mac Chat/AIM: seade at mac dot com > > > --------------------------------------------------------------------- > 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]
