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=12700>. 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=12700 Please allow Ant users to define the default set of excludes ------- Additional Comments From [EMAIL PROTECTED] 2003-05-05 00:09 ------- I just attached a tar file to implement a defaultexcludes task. Now it needs someone with commit karma. I chose the echo="true" option because it was simple to implement, probably simple to maintain, and can be combined with other atributes for a more consise format. I did not change the VAJWorkspaceScanner code as it seems to have been overiding the static array, and so now it is creating it's own novel static array instead, and should still work just fine. I don't have any way to test it so I will leave that for someone who can, if this functionality is desired for VAJ stuff. It does leave the somewhat confusing situation of having methods called addDefaultExcludes() and removeDefaultExcludes available on VAJWorkspaceScanner where they could be used to change the behavior of DirectoryScanner. So something probably should be done. At a minimum, someone (with VAJ) should probably overide the methods so that they do nothing unsuccessfully.