History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WET-12
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Raghu Venkataramana
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WET

If execute_process() fails, display an error message

Created: 01/Apr/06 03:03 AM   Updated: 18/Jun/07 10:52 AM
Component/s: None
Affects Version/s: 0.5.3
Fix Version/s: Future

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: wet 0.5.x


 Description  « Hide
 Tom LIchtenberg submitted the following issue:-

When I execute a script that has execute_process('a
script that writes to a file'), I didn't see the expected file
being written. I couldn't tell what's happening due to the
fact that there was no indication of the error on the
console.

 All   Comments   Work Log   Change History      Sort Order:
Raghu Venkataramana - 01/Apr/06 03:04 AM
After some preliminary investigation, it appears that there is no eaxy fix for this issue. There seems to be no way to get the required information using ruby without waiting for the process - which defeats the purpose of this method.

Raghu Venkataramana - 06/Aug/06 11:12 PM
This is quite tricky to fix. We probably will need a different mechanism to handle popups, so that we dont run into this.