I worked a little on gumpy.py -- a front end to running a full integration using Gumpy, typically from cron. This is a replacement for gumpy.[sh|bat].
Roughly, what it needs to do is the following: (1) not use any Gumpy classes. (2) clear old Gumpy *.pyc files [not done yet] (3) update Gumpy from CVS (4) set PYTHONPATH & run integration (5) display log/output files [if things don't work]. Maybe it does some environment checks also. Amazingly perhaps (if not to me, I've got scars) Python isn't always as easy to write as a shell script, especially for launching other things. Still, I am making some progress. What isn't there is a way to locally configure this script. I'm wondering what folks thoughts are, and what folks preferences are. Do you think I ought parse the workspace XML file [not using Gumpy classes], and extract all info from there? Ought I check the environment or commend line? I know this is programming 101, but I'd like input on what folks think would be the most manageable. regards, Adam -- Experience the Unwired Enterprise: http://www.sybase.com/unwiredenterprise Try Sybase: http://www.try.sybase.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
