> > WDYT, does it make sense to rework this to use the DdlUtils API and > > make a Ant task from it ? > > > > We could, but I think it works better as a JUnit TestCase. It can be > integrated right in with system tests, run from ant, etc, right now. > > Understanding DdlUtils schemas would also be good, but I think that > would be a separate test case =)
I'd tend to think an Ant task would be really great on the contrary. Of course, having both is ideal, so we have the choice. But adding one more little step in the build process makes more sense and can break the build earlier if you notice something wrong in your mapping. -- Guillaume Laforge http://glaforge.free.fr/blog/groovy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
