DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7437>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7437 <javac> task's excludes pattern matcher doesn't work. Summary: <javac> task's excludes pattern matcher doesn't work. Product: Ant Version: 1.4.1 Platform: PC OS/Version: Linux Status: NEW Severity: Major Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have common source path, "includes" attribute takes all java ("**/*.java") "excludes" attribute filters one package, that contains sub-packages (my/package/web/**). The result is that "excludes" detects the first sub-package, but leaves the rest to be compiled. The same scenario in <jar> task does not happen anymore. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
