When running ant against build.xml "jdbc" target, the JDBC connection is created and the Schema.xml file is created. Assuming you edit that schema.xml file to set the JavaName property of your classes or variables prior to running ant's "om" target to customize the file, if you rerun ant against the "jdbc" target again, it overwrites the schema.xml file and you lose all JavaName and other customizations.
Is there a way to prevent this so the generated schema.xml file will contain only new tables (ie. tables recently created in the DB) and not overwrite the customizations you've already defined against the other tables? Thanks. Roger Caron --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
