Bug 55131

Summary: PropertyHelper.replaceProperties method ignores the keys parameter
Product: Ant Reporter: Stephen Evans <slrevans>
Component: CoreAssignee: Ant Notifications List <notifications>
Status: NEW ---    
Severity: regression    
Priority: P2    
Version: 1.9.1   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Stephen Evans 2013-06-24 10:33:52 UTC
Since Ant 1.8, PropertyHelper ignores any user provided properties passed to the replaceProperties method via the keys parameter. In the source, there is a TODO above the method querying this.

As a consequence, I have implemented my own code to check for additional properties instead of having Ant do it for me. 

I'm wondering if there was a reason behind this change in behaviour?