|
From: Christian S. <Chr...@gm...> - 2004-08-19 17:00:08
|
i've just created the set of data objects and i've integrated castor doclet into the project so that the castor mapping file and the database schema file are created automatically by the ant task "mapping". the mapping task is a standalone task and has to be called manually whenever the mapping/jdo layer changes. unfortunately there is a problem in the creation of the db schema, because the autogeneration tries to use a constraint name which is cut off and therefore not unique. this problem has to be corrected manually. therefore i've also left the mapping.xml and db-schema.sql files in the repository, because the procedure to create these files is not fully automatic. but because these files will only rarely change i think we can live with that. -- Christian Schuhegger http://www.el-chef.de/ |