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

remove deprecated / 1.1 issues all packages except for taskdefs

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|remove deprecated / 1.1     |remove deprecated / 1.1
                   |issues packages ant and     |issues all packages except
                   |ant.filters - ant.loader    |for taskdefs



------- Additional Comments From [EMAIL PROTECTED]  2003-08-13 12:40 -------
Now also the packages
org.apache.tools.ant.types
org.apache.tools.ant.types.optional
org.apache.tools.ant.types.optional.depend
org.apache.tools.ant.types.optional.image
org.apache.tools.ant.types.resolver
org.apache.tools.ant.types.selectors
org.apache.tools.ant.util
org.apache.tools.ant.util.depend
org.apache.tools.ant.util.deped.bcel
org.apache.tools.ant.util.facade
org.apache.tools.ant.util.optional
org.apache.tools.ant.util.regexp

org.apache.tools.bzip2
org.apache.tools.mail
org.apache.tools.tar
org.apache.tools.zip
have been changed where necessary.

This is in the patch of 08/13/03 12:27

I have in this patch marked the following methods deprecated:
CollectionUtils.equals(Vector, Vector) (use Vector.equals())
CollectionUtils.equals(Dictionary, Dictionary) (use Map.equals())
CollectionUtils.putAll(Dictionary, Dictionary) (use Map.putAll())
FileUtils.getSetLastModified() (use File.setLastModified())
FileUtils.setLastModified() (use File.setLastModified())
FileUtils.getParentFile() (use File.getParentFile())
LoaderUtils.isContextLoaderAvailable() (always returns true)
WeakishReference (use WeakReference)
WeakishReference12 (use WeakReference)
ZipEntry.setComprSize (use ZipEntry.setCompressedSize())

If there are any objections to this please let me know I will in that case
update the patch.

I will now start on the standard taskdefs.
Please let me know if it is unlikely that these patches are accepted, as in that
case i will stop working on them.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to