Hi, My project's build process consists of:
1. Generate the database (execute SQL scripts using http://code.google.com/p/flyway/) 2. Generate class files from the database schema generated in #1 (using http://www.querydsl.com/) 3. Compile files from #2 and the project source-code that depends on it The problem is that step 1 invokes CREATE TRIGGER and the trigger itself is compiled in step 3. I'd like to know if there is a way to defer class file resolution until H2 needs to actually invoke the trigger. Thanks, Gili -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
