Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 17459 invoked from network); 20 Nov 2006 16:29:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2006 16:29:37 -0000 Received: (qmail 71161 invoked by uid 500); 20 Nov 2006 16:29:42 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 71128 invoked by uid 500); 20 Nov 2006 16:29:42 -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 71115 invoked by uid 99); 20 Nov 2006 16:29:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 08:29:42 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of savithari@gmail.com designates 64.233.184.226 as permitted sender) Received: from [64.233.184.226] (HELO wr-out-0506.google.com) (64.233.184.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 08:29:29 -0800 Received: by wr-out-0506.google.com with SMTP id i20so336734wra for ; Mon, 20 Nov 2006 08:29:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=mMgECu4gQCjYMyfFb0sRLgyTtfApUcT7v8/+aowlcd+/lM6MBp3Py60G/Oq1ojlK0Sw91S1TCCc6KqFWtoNFxCQeKsL7swANnJU6bUKIhcQ46N46M7/bhdbPIAHboqtEzLiOnoQ17yI7aVmzl0/q0Lar6hATBwOEOnTM4JiaZL4= Received: by 10.78.181.13 with SMTP id d13mr5441941huf.1164040147092; Mon, 20 Nov 2006 08:29:07 -0800 (PST) Received: by 10.78.142.7 with HTTP; Mon, 20 Nov 2006 08:29:06 -0800 (PST) Message-ID: Date: Mon, 20 Nov 2006 11:29:06 -0500 From: "Narahari 'n' Savitha" To: user@ant.apache.org Subject: copy directory problem help please MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_70305_31818957.1164040146979" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_70305_31818957.1164040146979 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Friends, I have this situation src |_com\test\narahari| |___Dao |____A.java |____B.java |____C.java |___resources |__x.properties |__y.properties When I compile the code, under the classes folder the java files get compiled and get placed in the right folder. classes |_com\test\narahari| |___Dao |____A.java |____B.java |____C.java I need to copy the resources folder from the src to the classes folder so I can jar it. But the following does not work. I am not able to get the directory resources get copied over. But the x.properies and y.properties gets copied over to the classes and not the resources folder. Please inform how to copy directories. -Narahari ------=_Part_70305_31818957.1164040146979--