Can you put different OM sets in different packages? I've got this in build.properties:
torque.targetPackage = org.chelimsky.tools
And then this in tools-schema.xml:
<table
name="user"
description="User Table"
package="org.chelimsky.tools.user"
>
The docs indicate that the package attribute of the table element should override the
torque.targetPackage property, but when I build the classes are generated in
org.chelimsky.tools, not org.chelimsky.tools.user.
Thanks in advance for your help.
David
