Call to psql to load datamodels needs to be done in the directory thatthe datamodel lives in, as includes in psql are resolved relative tothe current working directoy. I missed this earlier - sqlplus resolvesincludes relative to the loading .sql file itself.
Moved the bootstrap and installer stuff into their own mini-package, whichlet me clean up the loading of acs-tcl a bit and isolate all the bits ofAPM-knowledge required in the pre-acs-tcl bootstrapping process into a singleapm file. In general, bootstrap.tcl is cleaner and easier to read.