Roundup Tracker - Issues

Issue 694706

classification
Bug in ZRoundup home computation
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed later
:
: richard : rdmurray, richard
Priority: normal :

Created on 2003-02-27 22:52 by rdmurray, last changed 2003-03-18 00:28 by richard.

Files
File name Uploaded Description Edit Remove
temp rdmurray, 2003-02-27 22:57
Messages
msg685 Author: [hidden] (rdmurray) Date: 2003-02-27 22:52
ZRoundup looks only in certain places for its home directory.  In
fact, Zope has a method for contructing an arbitrary list of
directories that it searches for Products (the environment variable
PRODUCTS_PATH).  So to find itself, ZRoundup needs to search that
path.  Fortunately, that path is available from the __path__ property
of the Products object.  The attached diff shows code that works for me.
msg686 Author: [hidden] (richard) Date: 2003-02-27 22:54
Logged In: YES 
user_id=6405

ZRoundup has a lot more problems than that. It is currently unusable 
and will remain in that state until someone volunteers to fix it. 
 
msg687 Author: [hidden] (richard) Date: 2003-03-18 00:28
Logged In: YES 
user_id=6405

Rolling this into the other ZRoundup bug report. 
 
History
Date User Action Args
2003-02-27 22:52:51rdmurraycreate