Re: [appfuse-user] Integrating Hand-Maintained DDL Into the Build

2007-06-01 Thread Adam Sherman
On May 29, 2007, at 20:11, Matt Raible wrote: If you're using Maven, you can use the sql-maven-plugin: http://mojo.codehaus.org/sql-maven-plugin/ That looks promising, I'll read up. Thanks a lot for your assistance, A. -- Adam Sherman Technologist +1 (613) 797-6819 | http://www.sherman.ca/

Re: [appfuse-user] Integrating Hand-Maintained DDL Into the Build

2007-05-29 Thread Matt Raible
If you're using Ant, you can use the SQL Task to execute a script: http://ant.apache.org/manual/CoreTasks/sql.html If you're using Maven, you can use the sql-maven-plugin: http://mojo.codehaus.org/sql-maven-plugin/ Hope this helps, Matt On 5/27/07, Adam Sherman <[EMAIL PROTECTED]> wrote: I