Forum OpenACS Development: Response to Has xml-utils-procs moved?

Collapse
Posted by Ken Kennedy on
Woohoo! Looks like the name change worked! I'm going to rm -rf my openacs checkout and re-create it, to make sure that things are looking good. I was thinking, regarding that regexp issue; it's probably not a good thing to be dependent on WHERE someone installs the OpenACS root...whether it's /web, or /var/www, /home/webstuff, or /foo/bar for that matter. Since we already know the root_directory (all the way back in 0-acs-init.tcl), couldn't we lop that off of the path before we do a regexp like that? That way, we're only testing strings that we "control". I'll play around with it...