I have a java application that uses jasperreports-3.7.0.jar. When I tried to migrate to JasperReports 3.7.2, I got the error during the compile:java.lang.NoSuchMethodError: org.apache.tools.ant.types.Path.iterator()Ljava/util/Iterator;If I remove the jasperreports-3.7.2.jar from the classpath, error disappears.Please help me to fix it. Thank you!