[GRADLE-383] Exception thrown by a custom task's execute() method is reported as an internal error Created: 01/Feb/09 Updated: 04/Jan/13 Resolved: 04/Aug/11 | 
|
| Status: | Resolved | 
| Project: | Gradle | 
| Affects Version/s: | 0.5.2 | 
| Fix Version/s: | 1.0-milestone-4 | 
| Type: | Bug | ||
| Reporter: | Adam Murdoch | Assignee: | Unassigned | 
| Resolution: | Won't Fix | Votes: | 0 | 
| Description | 
| 
 When a custom task overrides execute() with its own implementation, and that implementation throws an exception, the exception is reported as an internal error, rather than as a task failure.  | 
| Comments | 
| Comment by Adam Murdoch [ 04/Aug/11 ] | 
| 
 execute() is final now.  |