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=5997>. 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=5997 Binary incompatibility between ANT 1.4.1 & 1.3 ------- Additional Comments From [EMAIL PROTECTED] 2002-01-25 14:34 ------- I haven't looked at the exact nature of the dependency between the checkstyletask and project component (not sure if I am allowed to read GPL code :-) ), but I think it could be the field reference to the protected project variable which is now in ProjectComponent in this line final DirectoryScanner ds = fs.getDirectoryScanner(project); If you replaced that project reference with getProject(), it may compile and run with both 1.3 and 1.4.1. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
