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=26511>. 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=26511 Add IFileSet interface Summary: Add IFileSet interface Product: Ant Version: 1.7Alpha (nightly) Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Here is a patch to Add a interface for readonly access to FileSets. I want to create my own custom FileSet to autodownload and cache resources (see ruper). However to be usefull it needs to work with all of the standard tasks like Path in Copy. The FileSet had seerall attributes that I did not want. IFileSet implements just the methods needed to read a fileset. I would prefrerr to call the interface FileSet and ove the impementation to FileSetImpl, but that would not be backwards compatible. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]