Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 49109 invoked from network); 6 Sep 2005 03:51:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2005 03:51:18 -0000 Received: (qmail 36749 invoked by uid 500); 6 Sep 2005 03:51:15 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 35831 invoked by uid 500); 6 Sep 2005 03:51:11 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 54309 invoked by uid 99); 3 Sep 2005 11:58:27 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Message-ID: <43198FE0.3070906@aboudeif.de> Date: Sat, 03 Sep 2005 13:58:24 +0200 From: Omar Abou Deif User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@ant.apache.org Subject: copy: "fileset dir" copies only file X-Enigmail-Version: 0.91.0.0 OpenPGP: id=0BF0540D Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de login:ad45abfed4dfcec8685cdd28abb1809a X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello all, I don't get what I do wrong. The manual says: Copy a directory to another directory Here is my xml code: where ${distdir} = "./build/dist" ${imagedir}= "./resources/img", with a file "testimg.png" inside. But Ant just copies "testimg.png" to ./build/dist, not the directory "img". I guess I could just create the directory, but I am really curious what I do wrong. Why doesn't it copy the directory itself? Thanks for any help, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org