Hi, why dont you just check in only the schema.xml and keep the torque stuff also in your project /poject dir (maybe also in cvs)? so you only check in the base for the changes and generate the base classes new, if a schema change is indicated from your source control system. this can easily be done via the ant task.
in cvs: schema+torque generated classes (modifyed by you) not in cvs: base classes/map Regards, Michael Beier vps Video Print Systeme GmbH -----Urspr�ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 5. August 2004 13:31 An: [EMAIL PROTECTED] Betreff: generate classes for one table only Hi, does anyone know if it is possible to generate only the classes for one (or some) tables out of the XML-Schema when running the build-torque ? My Problem is, that we use a source control system and every time changing a single table and generating the classes I have to check out all base-classes and the classes in the map directory, because the ant task aborts when trying to write to a write protected file. Any help would be appreciated. Thanks, Arndt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
