Hi,
What is the equivalent of building a tclIndex file for xotcl classes? I want to build an app which is comprised of a whole bunch of modules. I'd like the modules to be automatically loaded when I call one of the classes defined in them. The way I do it now is:
source "module1.tcl" source "module2.tcl" . . .
There is most likely a better way but I'm not sure what it is.
Thanks,
L