Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 86364 invoked from network); 17 Jun 2004 19:57:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Jun 2004 19:57:14 -0000 Received: (qmail 46602 invoked by uid 500); 17 Jun 2004 19:55:52 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 46415 invoked by uid 500); 17 Jun 2004 19:55:51 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 46273 invoked by uid 99); 17 Jun 2004 19:55:49 -0000 Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 17 Jun 2004 12:55:49 -0700 Received: (qmail 24697 invoked by uid 50); 17 Jun 2004 19:56:35 -0000 Date: 17 Jun 2004 19:56:35 -0000 Message-ID: <20040617195635.24696.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 29605] - [VFS] new srcdir and includes attributes for ANT tasks X-Virus-Checked: Checked 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=29605 [VFS] new srcdir and includes attributes for ANT tasks ------- Additional Comments From mario@ops.co.at 2004-06-17 19:56 ------- I applied your patch to my local version and maybe there is a little mistake - or i oversee something. Could you please shed some light on me, why you removed this condition? AbstractSyncTask.execute() -------------------------- if (destFileUrl != null && destDirUrl != null) { final String message = Messages.getString("vfs.tasks/sync.too-many-destinations.error"); throw new BuildException(message); } --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org