I know the package attribute in <database> overrides targetPackage from build.properties. however, I need a way to divide the files generated from the different tables (in a single database) into different packages. is there a way to do this?
Just a guess, but try setting javaName such as below.
<table name="customer" javaName="com.yourcompany.app.db.Customer">
Let me know if it works! :)
Eric
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
