From: Bernd E. <eid...@we...> - 2007-02-16 19:36:47
|
>> Hm, looks like with the 4.99.1 Sourceforge release there is no >> problem loading >> xotcl files and working with it. >> >> The same seems to fail, no matter what lazyloader setting is used, >> with the >> current bin/init.tcl and/or nstrace.tcl. > I will look into that tomorrow. Please tell me how do you load Xotcl > in the running server. Hi Zoran, I guess nothing special, I have two directories tcl_shared/ tcl_private/ The usual .tcl files are loaded from within tcl_shared/; also the aol-xotcl.tcl (I renamed to xotcl.tcl :-)). After that a "loader" file of my own in tcl_private/ sources a lot of .tcl and .xotcl files located in other directories. So, in the aol-xotcl.tcl the last three lines with the ns_eval { ... } are commented out, as my own loader file loads all the .xotcl files. ( Btw.: it appears that if lazyloader=true the nstrace.tcl is loaded twice? Sourced by bin/init.tcl and then during the load-every-file-in-the-shared-lib-dir? ) Bernd. |