DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41264>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41264 Summary: Regression in pattern-matching behavior of <javadoc><fileset dir="..."/></> Product: Ant Version: 1.7.0 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: Core tasks AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Ant 1.7.0 fails on this script which 1.6.x and even 1.5.3 succeed on: <project default="x"> <target name="x"> <delete> <fileset dir="." includes="Effluvia*"/> </delete> <echo file="Effluvia1.java">public class Effluvia1 {}</echo> <echo file="Effluvia2.java">public class Effluvia2 {}</echo> <echo file="Effluvia.properties">x=4</echo> <javadoc destdir="." failonerror="true"> <fileset dir="." includes="Effluvia*"/> </javadoc> </target> </project> Cause seems to be a logic error in rev #392027 by bodewig, together with a test which as far as I can tell does not test anything (I am not quite sure what the test is supposed to be checking). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
