From: Angel P. <an...@ma...> - 2006-02-13 14:02:57
|
1) I'll update the wiki for to delete the old information. 2) There is no mention of adding the new table definitions to the gus_schema.xml file, which should be _the_ canonical version of the schema from which perl, ddl and java code should be generated from. This guide was probably written while the DBAdmin project was not stable. We have to make a decision as a community whether we want to continue GUS as either a database driven or spec file driven documentation and development. Currently it is both, depending on the task. Pretty confusing. My vote is for spec-file driven. -angel Steve Fischer wrote: > jian- > > gus_schema.xml is the right file to touch. > > we have definitely extended the schema here recently. hopefully > someone at cbil who has done so will answer this. if not, please > write back, and i'll look into it. > > steve > > Jian Lu wrote: > >> I was using >> $touch $PROJECT_HOME/GUS/Schema/gus_schema.xml >> >> from >> http://www.gusdb.org/documentation/3.5/developers/html/ch02.html#id856722 >> >> >> I could try what you mentioned here. Thanks. >> >> Angel Pizarro wrote: >> >>> >>> Did you "touch" the schema VERSION file prior to building? From the >>> wiki: >>> >>> http://www.gusdb.org/wiki/index.php/Installing%20GUS >>> >>> >>> Regenerating the GUS Perl and Java Objects >>> >>> touch $PROJECT_HOME/GUS/Model/schema/VERSION >>> build GUS install -append >>> >>> >>> Jian Lu wrote: >>> >>>> Hi GUS, >>>> >>>> I created a new schema name called APP with some new tables. I >>>> registered APP to Core.DatabaseInfo and all new tables to >>>> Core.TableInfo. When I rebuilt GUS, it seems not recognizing the >>>> new schema APP. >>>> >>>> When talking about extending GUS schema like adding new tables, >>>> does it mean all new tables have to fall into existing GUS schema >>>> such as DoTS? What should I do in order to support my own schema? >>>> >>>> Thanks. >>>> >>>> JL >>>> >>>> >>>> ------------------------------------------------------- >>>> This SF.net email is sponsored by: Splunk Inc. Do you grep through >>>> log files >>>> for problems? Stop! Download the new AJAX search engine that makes >>>> searching your log files as easy as surfing the web. DOWNLOAD >>>> SPLUNK! >>>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >>>> >>>> _______________________________________________ >>>> Gusdev-gusdev mailing list >>>> Gus...@li... >>>> https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev >>> >>> >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. Do you grep through >> log files >> for problems? Stop! Download the new AJAX search engine that makes >> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >> _______________________________________________ >> Gusdev-gusdev mailing list >> Gus...@li... >> https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > |