Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 47549 invoked from network); 10 Jan 2005 17:39:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Jan 2005 17:39:59 -0000 Received: (qmail 85618 invoked by uid 500); 10 Jan 2005 17:39:54 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 85564 invoked by uid 500); 10 Jan 2005 17:39:53 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 85550 invoked by uid 99); 10 Jan 2005 17:39:53 -0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web81308.mail.yahoo.com (HELO web81308.mail.yahoo.com) (206.190.37.83) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 10 Jan 2005 09:39:52 -0800 Message-ID: <20050110173950.38474.qmail@web81308.mail.yahoo.com> Received: from [204.36.11.210] by web81308.mail.yahoo.com via HTTP; Mon, 10 Jan 2005 09:39:50 PST Date: Mon, 10 Jan 2005 09:39:50 -0800 (PST) From: Glen Mazza Subject: Automatic way to convert from DOS to Unix line endings? To: user@ant.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, I use Ant to copy a data file from a diskette to my hard drive of my Windows machine. From there, I open the file in the JEdit editor and save it in Unix format, to switch to the Unix line endings. Finally, I use the Ant FTP task to send the file to a Unix machine. I was wondering if there is an Ant task that will let me automate the step of switching from DOS to Unix format, so I don't have to go into JEdit to do it manually. Thanks, Glen --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org