ds_watch_packages (private)
ds_watch_packages
Defined in packages/acs-developer-support/tcl/acs-developer-support-procs.tcl
Watch Tcl libraries and xql files for packages listed in the PackageWatchList parameter on server startup.
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set package_watch_string [parameter::get_from_package_key -package_key acs-developer-support -parameter PackageWatchList] foreach package_key [split $package_watch_string] { if { [apm_package_enabled_p $package_key] } { ns_log Notice "Developer-support - watching all files for package $package_key" apm_watch_all_files $package_key } else { ns_log Notice "developer support - not watching file for package $package_key as package is not enabled" } }XQL Not present: Generic, PostgreSQL, Oracle