Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 13772 invoked from network); 12 Apr 2004 21:11:50 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Apr 2004 21:11:50 -0000 Received: (qmail 13987 invoked by uid 500); 12 Apr 2004 21:11:13 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 13953 invoked by uid 500); 12 Apr 2004 21:11:13 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 13850 invoked from network); 12 Apr 2004 21:11:12 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 12 Apr 2004 21:11:12 -0000 Received: (qmail 9224 invoked by uid 50); 12 Apr 2004 21:12:01 -0000 Date: 12 Apr 2004 21:12:01 -0000 Message-ID: <20040412211201.9223.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 28320] - copy task preserving permissions X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.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=28320 copy task preserving permissions ------- Additional Comments From ddevienne@lgc.com 2004-04-12 21:12 ------- It's unlikely Ant will accept C-code Steven, and a dependence on a JNI native lib... But the guys Ant would be happy (I think ;-) to add some hook (like a protected setPermission(File src, File dst) method in Copy.java) which would allow you to extend in your own AntLib, which could depend on JNI code. If you make your code OpenSource, others would be able to contribute ports of the C code to the many platforms Ant is used on. This project could also act as a small CppTasks demo project, to compile the C-code ;-) --DD --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org