You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by David Chelimsky <da...@chelimsky.org> on 2003/10/14 05:27:44 UTC

overriding torque.targetPackage

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