[OJB-developers] [proposal] dir layout changes
Brought to you by:
thma
From: Martin P. <mpo...@ma...> - 2002-04-17 11:09:28
|
i'm working on a maven ( http://jakarta.apache.org/turbine/maven/ ) integration for ojb i propose to change the dir layout and follow mavens suggestions * move all java sources from /src to /src/java * move all junit tests from /src to /src/test if it's ok for you i'll do the changes and make sure both build systems (maven and the existing one) will work other changes i wrote a generator for the repository and basic java classes (only getter and setter methods at the moment) the generator is part of turbine-torque ( http://jakarta.apache.org/turbine/torque ) at the moment. torque also provides ant-tasks to generate sql and create the database for you :-) i propose to use the generator for the tutorials. you'll have to set the properties for the db and run a ant script to generate everything, compile the sources and setup the db. this will make it easier to run the tutorials with dbs other than hsqldb. martin |