You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/01/29 08:39:47 UTC

DO NOT REPLY [Bug 26511] New: - Add IFileSet interface

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: dev@ant.apache.org
        ReportedBy: nick@chalko.com


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org