Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 56387 invoked from network); 13 Feb 2008 16:37:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2008 16:37:22 -0000 Received: (qmail 7272 invoked by uid 500); 13 Feb 2008 16:37:12 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 7248 invoked by uid 500); 13 Feb 2008 16:37:12 -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 7237 invoked by uid 99); 13 Feb 2008 16:37:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 08:37:12 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gigado@gmail.com designates 72.14.204.224 as permitted sender) Received: from [72.14.204.224] (HELO qb-out-0506.google.com) (72.14.204.224) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 16:36:41 +0000 Received: by qb-out-0506.google.com with SMTP id z1so9553119qbc.10 for ; Wed, 13 Feb 2008 08:36:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=4w2QKuK+it5SzvaF0KMecIWhrc4qYFFUXX0Y0XSKuHc=; b=bdR5LHM3RDH/iSm73o/iT1+tn8U9dZTeN0b9ibIcHgsVN+NHzDVFBknTqnwYXAY7NHHFth37anx+p2x8gKiHi7sqKxd+/c0WP/cfYAQ5OtBO7IW7Ki6ZpXd4L/fQeH0088AYL2+UBLqodzL/giYntF6GDnpE8qrSs2KGGNKYIWU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gtGePXxbZMJYoZgykLpA79+Y4PRaPZRXz8woeExOkap9PcVkp4lwO7h8b+RXyEsl6swEFaYPAk2MtDz+pDCdBdSsh7U932Vq5r3JV53v3+dLJTwSM5Nmg1ZPjm0WbgPzG7pXLjjWGqxJLHczD41+zOwfDpjuCohz+VVcyucfDgw= Received: by 10.115.76.1 with SMTP id d1mr90879wal.108.1202920606265; Wed, 13 Feb 2008 08:36:46 -0800 (PST) Received: by 10.114.103.12 with HTTP; Wed, 13 Feb 2008 08:36:46 -0800 (PST) Message-ID: <265537f80802130836j37d23ef3g540847829ab0aed2@mail.gmail.com> Date: Wed, 13 Feb 2008 11:36:46 -0500 From: jonese To: "Ant Users List" , floess@mindspring.com Subject: Re: Copy content of file only? In-Reply-To: <47B31297.6090400@mindspring.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <265537f80802130743h4d553e68s7ee1c96f46bfd1a6@mail.gmail.com> <47B31297.6090400@mindspring.com> X-Virus-Checked: Checked by ClamAV on apache.org Here's what i have now inside a target: The problem is that the concat not only concat's the data but also the "headers" of the file thereby corrupting my new file as well. So essentially what i need is some way to read the contents of a file and then take those contents and input them into another file. i'm on Windows XP if i need to toss this off to some command line stuff. jonese On Feb 13, 2008 10:53 AM, Scot P. Floess wrote: > Are you simply trying to copy file A to file B? Or take the contents of > A and append to B? > > > jonese wrote: > > Hey all i need to take the content of file A and place it into File B. > > anyone know the best way to accomplish this? > > > > jonese > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > > > -- > Scot P. Floess > 27 Lake Royale > Louisburg, NC 27549 > > 252-478-8087 (Home) > 919-754-4592 (Work) > > Chief Architect JPlate http://sourceforge.net/projects/jplate > Chief Architect JavaPIM http://sourceforge.net/projects/javapim > > Architect Keros http://sourceforge.net/projects/keros > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org