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 2005/07/21 21:32:38 UTC

DO NOT REPLY [Bug 35824] New: - ZipFileSet.getSrc() incompatibility

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=35824>.
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=35824

           Summary: ZipFileSet.getSrc() incompatibility
           Product: Ant
           Version: 1.6.4
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: dev@ant.apache.org
        ReportedBy: jaroslav.rakos@jpmchase.com


Version 1.5.2 contains a method with this signature:
  org.apache.tools.ant.types.ZipFileSet.getSrc()Ljava/io/File;

Version 1.6.4 does not.

The method is COMPLETELY removed from 1.6.4, not just deprecated.

A suggested solution is to add this method, mark it deprecated and inside it, 
throw an exception with an appropriate message ("this method no longer 
supported in the latest version of Ant" etc.).

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