Open GoogleCodeExporter opened 8 years ago
Also getting this... cant close status window, script never completes, dont
know what issue is.
Original comment by amityweb...@gmail.com
on 18 Apr 2012 at 8:10
Thanks for reporting this. I've implemented the status window years ago to
allow easier testing of scripts before you deploy them. I remember vaguely that
I considered but eventually gave up trying to handle all instances where this
could fail, because it's very hard to determine automatically and reliably if a
script terminated, if there was any output etc.
It's very unlikely that I'll be able to touch this code again any time soon.
The relevant method is 'runSelectedCommand' in crController.m and then
'runCliCommand:WithArgs:'. Note that the script is run via /usr/bin/tcsh -c"
which may have some effect as well. Sorry that I can be of no further help at
this time.
My only other advice would be to leave off the redirect for testing of the
script (which is what the "Run Now" command was originally intended for,
although it admittedly does have other uses) and once everything is in order
add it back.
Cheers,
Sven
Original comment by sven.a.s...@gmail.com
on 18 Apr 2012 at 8:43
Original issue reported on code.google.com by
snyder.j...@gmail.com
on 10 Feb 2011 at 3:10