Forum OpenACS Development: Project Manager from HEAD and current Repository version

I downloaded the latest PM from cvs and the index page was throwing the following error in the Projects block of the page:

Error in include template "/web/webteamworks/packages/project-manager/lib/projects": invalid command name "ds_comment"

Turns out that there is a missing 'set' at the beginning of the line that declared the variable at the bottom of the projects.tcl file.

If I have commit I would commit the change but I don't! 😊

R.

ds_comment is a proc defined in the Developer Support package. The proper fix to this bug would be to check if acs-developer-support is installed before calling the proc.
Thanks, it isn't.

In which case the bug is that developer support should be a dependency for the PM package.

Many thanks
Richard

I don't think so. I don't understand why DS code is in any application package. It should either 1) check is DS is installed or 2) Not call developer support at all. I suspect some programmer left this in for debugging and it is unecessary.
I'll remove it and see what happens! 😊

R.