https://issues.apache.org/bugzilla/show_bug.cgi?id=52332
Stefan Bodewig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Stefan Bodewig <[email protected]> 2011-12-29 06:26:33 UTC --- You are correct, the assertion relies on changes to IntrospectionHelper made to Ant in 1.8.0 for the resource attribute. This one will work with 1.7.1 as well <au:assertTrue message="Expected resource '${ant.home}/lib/ant.jar' to exist"> <au:resourceExists> <file file="${ant.home}/lib/ant.jar"/> </au:resourceExists> </au:assertTrue> I've noted this in the documentation with svn revision 1225447 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
