RE: [OJB-developers] [proposal] dir layout changes
Brought to you by:
thma
From: Chris G. <CGr...@de...> - 2002-04-17 13:51:09
|
What do you mean by a generator? We've just implemented (and are in the process of testing) an ant task that converts the OJB repository.xml into Torque project-schema format. We're using Torque as it stands to generate DDL, etc. from that. Is that similar to what you've done? Cheers, Chris > -----Original Message----- > From: Martin Poeschl [mailto:mpo...@ma...] > Sent: Wednesday, April 17, 2002 6:09 AM > To: obj...@li... > Subject: [OJB-developers] [proposal] dir layout changes >=20 >=20 > i'm working on a maven (=20 > http://jakarta.apache.org/turbine/maven/ ) integration for ojb >=20 > i propose to change the dir layout and follow mavens suggestions >=20 > * move all java sources from /src to /src/java > * move all junit tests from /src to /src/test >=20 > if it's ok for you i'll do the changes and make sure both=20 > build systems (maven and the existing one)=20 > will work >=20 > other changes >=20 > i wrote a generator for the repository and basic java classes=20 > (only getter and setter methods at the=20 > moment) > the generator is part of turbine-torque (=20 > http://jakarta.apache.org/turbine/torque ) at the moment. > torque also provides ant-tasks to generate sql and create the=20 > database for you :-) >=20 > i propose to use the generator for the tutorials. >=20 > you'll have to set the properties for the db and run a ant=20 > script to generate everything, compile=20 > the sources and setup the db. this will make it easier to run=20 > the tutorials with dbs other than hsqldb. >=20 > martin >=20 >=20 > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers >=20 |