Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 11783 invoked by uid 500); 9 May 2001 21:35:19 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 11734 invoked from network); 9 May 2001 21:35:17 -0000 Message-ID: <38A6C7D1B5A8D4118D5B00508B5E08E3077ED7@goofy.epiphany.com> From: debic@epiphany.com To: ant-user@jakarta.apache.org Subject: How to concatenate files in ant Date: Wed, 9 May 2001 14:31:21 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I need to do something like type a.txt b.txt c.txt >merged.txt I tried the follwoing code but it doesn't seem to be working. Has anyone done something like that before? Thx.