From: Eric P. <ep...@op...> - 2004-11-09 14:36:15
|
Hi all, I was thinking that goal dbunit:export-xls currently uses a property "tables" to limit what is exported. I'd like to change this to be maven.dbunit.tables.. Any complaints? The other aspect is that in trying to use DBUnit, I find that for exporting I really want to use my own java code.. I was thinking of adding an abstract version of DataSetTool that you subclassed and passed in the class name as part of a variable. This would then have a single method that would be your personal configuraiton of decorators for the dbunit operation you want.. versus trying to add every possible combination instead.. Thoughts? ERic |