Looking in the source tree, the torque schema files are in src/schema. There are three files: ojbcore-schema.xml ojbtest-schema.xml ojbtest-data.xml
There seems to be loads of targets in ./build-torque.xml but none of them seem to specifically build just the internal tables, they seem to do a wildcard *-schema.xml. Perhaps if you remove the two test files and run a build you'll only get the core tables created? I'd be interested to see if this works. I myself would like to see a specific core-only build target. Although it's nice to see the junit tests run and verify that it all works, I don't want to deploy all the test tables with my final app... -----Original Message----- From: Ralf Bode [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 09:55 To: OJB Users List Subject: RE: Installation of OJB Hi Brendan, yes i know, that i need its internal tables perhaps my 1. mail was not easy to understand. sorry for that. I installed ojb like suggested in "Getting started" so i have a database called "ojb" which is full of tables i do not need! i am searching for "template", where i can define my-project-schema.xml after runing ant(on that template) i have a database "my-project" which has only obj- and my tables. i think, that would be the most interessting for users, which like the brilliant way to work with broker. i like it really, but i dont like the whole tables (zoo,reptile, etc) :-) perhaps there is an tutorial, i didnt found it yet! thanks for advice! greetings ralf --- Brendan Richards <[EMAIL PROTECTED]> schrieb: > You only need the internal tables to use certain > features. > > I'm using a database sequence for my primary keys > and I've not needed > any of the other stuff yet so all I've done is > included all the jars > from the binary dist into my classpath along with a > copy of the > repository xml files rewritten for my app. > http://db.apache.org/ojb/howto-use-db-sequences.html > > This doc more specifically covers what you need for > deployment: > http://db.apache.org/ojb/deployment.html > > -----Original Message----- > From: Ralf Bode [mailto:[EMAIL PROTECTED] > Sent: 02 February 2004 08:19 > To: [EMAIL PROTECTED] > Subject: Installation of OJB > > Hi to all, > > just a question about to install OJB > i read, that i have to load the sources and > run some build-scripts okay. > > but is there an easy-way? > i only need a build-script for the binary-version > of OJB, that "installs" OJB-internal-tables into > database. > > or is there a reason for "building" all ? > > thanks for advice! > > greetings > ralf > > __________________________________________________________________ > > Gesendet von Yahoo! Mail - http://mail.yahoo.de > Mit Yahoo! Suche finden Sie alles: > http://suche.yahoo.de > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Mit Yahoo! Suche finden Sie alles: http://suche.yahoo.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
