[GRADLE-846] If nested rules all create tasks and exception is thrown Created: 09/Mar/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 0.9-rc-1 |
Type: | Bug | ||
Reporter: | Hans Dockter | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
If a task rule is applied in which another rule gets applied, the first rule is called two times, thus leading to a task already exists exception. |