Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.5
-
Fix Version/s: 1.7.6, 1.8-beta-3
-
Component/s: Ant integration
-
Labels:None
-
Environment:ubuntu linux
-
Number of attachments :
Description
When use <groovy> task in ant build file and run ant with custom InputHandler(-inputHandler parameter) all <input> tasks which executed after <groovy> task use DefaultInputHandler for input. The DefaultInputHandler setted in AntBuilder constructor. When I comment it all works fine.
Looked at some ant sources to confirm and then fixed as suggested here. Thanks.