======================= FIRST PLACEHOLDER DRAFT ======================= This project allows users to generate physical ("code") representations of a data model presented as an XMI file. We generate - XMl schemas - relational database DDLs scripts - Java classes + Javadoc - HTML documentation - ... The code generation is performed by an ANT build.xml file calling appropriate XSLT scripts. Here we describe how to configure the build process for one's data model. structure of vo-urp ------------------- css/ doc/ external/ input/ libs/ nbproperties/ properties/ releases/ res/ src/ xsd/ build.xml buil-java.xml build.properties POLICY READMEs properties that must be provided by user in build.properties file ----------------------------------------------------------------- source = path to XMI file containing of input model output = directory where all output is directed. The generator decides on the sub-directory structure. optional properties ------------------- sources.test = directory containing java test classes