Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 50380 invoked from network); 28 Aug 2006 04:51:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 04:51:39 -0000 Received: (qmail 1715 invoked by uid 500); 28 Aug 2006 04:51:38 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 1668 invoked by uid 500); 28 Aug 2006 04:51:38 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 1657 invoked by uid 99); 28 Aug 2006 04:51:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 21:51:38 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 21:51:37 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 1879D7142D5; Mon, 28 Aug 2006 04:48:22 +0000 (GMT) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 35776] - amend FileUtils to properly handle cygwin symbolic links In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060828044822.1879D7142D5@brutus.apache.org> Date: Mon, 28 Aug 2006 04:48:22 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=35776 ------- Additional Comments From pechtcha@cs.nyu.edu 2006-08-28 04:48 ------- (In reply to comment #3) > > Agreed, having symlinks handled by the JVM might be the best solution. > > One idea: extend oata.types.FileSet -> CygwinFileSet (e.g.), which returns an > extended oata.DirectoryScanner that knows how to resolve cygwin symlinks. The > result is a drop-in replacement for fileset (using typedef though I know Steve > L. will complain ;) and any compatibility risks are undertaken voluntarily by > the user. > > > Also, "This means that any code we wrote ... might not work against older or > > future versions of ..." - isn't that true for almost any > > interface/third-party component one programs against/with? > > Indeed; however most third-party components do not masquerade as the > filesystem. > > By the way, don't get me wrong here. I have been a loyal cygwin user for > quite some years now. FWIW, one solution that would not involve modifying the JVM is a native method shipped with a DLL that's linked with Cygwin. That way you can guarantee that any path conversion will invoke the genuine Cygwin functionality, so compatibility will not be an issue. -- 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