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=34031>. 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=34031 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID Summary|XMLProperty usage of |XMLProperty usage of |FileUtils.getFileUtils() |FileUtils.getFileUtils() ------- Additional Comments From [EMAIL PROTECTED] 2005-03-16 18:33 ------- Could it be that you are mixing sources from different ant versions? The XmlProperty in ant 1.7 version uses private static final FileUtils FILE_UTILS = FileUtils.getFileUtils(); the XmlProperty in the latest 1.6 version uses private FileUtils fileUtils = FileUtils.newFileUtils(); The FileUtiles.getFileUtils() method is available in ant 1.6.3, due soon, and already in the 1.6 branch since 2005-01-26 (and even longer in the 1.7, main, branch). (so even when the current 1.6 version would use getFileUtils() it should work, and most certainly compile) So it seems you are trying to compile XmlProperty.java from the head against the sources of ant 1.6.2. -- 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]