Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 44931 invoked from network); 7 Jan 2010 20:51:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jan 2010 20:51:18 -0000 Received: (qmail 16296 invoked by uid 500); 7 Jan 2010 20:51:18 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 16198 invoked by uid 500); 7 Jan 2010 20:51:17 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 16187 invoked by uid 99); 7 Jan 2010 20:51:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2010 20:51:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2010 20:51:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9E8A4234C1E9 for ; Thu, 7 Jan 2010 12:50:54 -0800 (PST) Message-ID: <427973351.105691262897454648.JavaMail.jira@brutus.apache.org> Date: Thu, 7 Jan 2010 20:50:54 +0000 (UTC) From: "Matt Benson (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (IO-65) [io] move Location and Locator to commons io MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IO-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Benson updated IO-65: -------------------------- Description: The excellent platform-independence provided by the trio - org.apache.tools.ant.launch.Locator - org.apache.tools.ant.Location.Location(String fileName) - org.apache.tools.ant.util.FileUtils is certainly useful for more than just ant. RFE: move to commons io. Thx to Matt who pointed out in Bug 35776 that there is already a org.apache.commons.io.FileUtils, so for that one, I guess the suggestion is rather "merge" the two since the ant-one is way more powerful, especially with its "normalize(final String path)" method, etc. was: The excellent platform-independence provided by the trio - org.apache.tools.ant.launch.Locator - org.apache.tools.ant.Location.Location(String fileName) - org.apache.tools.ant.util.FileUtils is certainly useful for more than just ant. RFE: move to commons io. Thx to Matt who pointed out in Bug 35776 that there is already a org.apache.commons.io.FileUtils, so for that one, I guess the suggestion is rather "merge" the two since the ant-one is way more powerful, especially with its "normalize(final String path)" method, etc. that there is already a org.apache.commons.io.FileUtils, so for that one, I guess the suggestion is rather "merge" the two since the ant-one is way more powerful, especially with its "normalize(final String path)" method, etc. Remove more copy-paste duplication > [io] move Location and Locator to commons io > -------------------------------------------- > > Key: IO-65 > URL: https://issues.apache.org/jira/browse/IO-65 > Project: Commons IO > Issue Type: Improvement > Components: Utilities > Environment: Operating System: All > Platform: Other > Reporter: Ralf Hauser > Priority: Minor > Fix For: 2.x > > > The excellent platform-independence provided by the trio > - org.apache.tools.ant.launch.Locator > - org.apache.tools.ant.Location.Location(String fileName) > - org.apache.tools.ant.util.FileUtils > is certainly useful for more than just ant. > RFE: move to commons io. > Thx to Matt who pointed out in Bug 35776 that there is already a > org.apache.commons.io.FileUtils, so for that one, I guess the suggestion is > rather "merge" the two since the ant-one is way more powerful, especially with > its "normalize(final String path)" method, etc. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.