Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 8595 invoked from network); 11 Apr 2005 20:24:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Apr 2005 20:24:30 -0000 Received: (qmail 69828 invoked by uid 500); 11 Apr 2005 20:24:23 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 69781 invoked by uid 500); 11 Apr 2005 20:24:22 -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 69767 invoked by uid 99); 11 Apr 2005 20:24:22 -0000 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,FORGED_YAHOO_RCVD X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web30903.mail.mud.yahoo.com (HELO web30903.mail.mud.yahoo.com) (68.142.200.156) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 11 Apr 2005 13:24:21 -0700 Received: (qmail 39131 invoked by uid 60001); 11 Apr 2005 20:24:19 -0000 Message-ID: <20050411202419.39129.qmail@web30903.mail.mud.yahoo.com> Received: from [65.247.233.95] by web30903.mail.mud.yahoo.com via HTTP; Mon, 11 Apr 2005 13:24:19 PDT Date: Mon, 11 Apr 2005 13:24:19 -0700 (PDT) From: Matt Benson Subject: Re: convert ascii to ebcdic files using ant To: Ant Users List , Mark Lybarger In-Reply-To: 6667 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It's an encoding. You should be able to specify it with the copy task, assuming your JRE supports it. -Matt --- Mark Lybarger wrote: > can i use an ant copy task and specify the encoding > there? > > I'm not finding the Cp1047 that Matt suggested? Is > this an ant task? > > On Apr 11, 2005 4:17 PM, Jeffrey E Care > wrote: > > > > If you're using an IBM JDK then it probably has > support for cp1047 > > encodings. > > > > JEC > > -- > > Jeffrey E. Care (carej@us.ibm.com) > > WebSphere Build SWAT Team Lead > > WebSphere Build Tooling Lead (Project Mantis) > > https://w3.opensource.ibm.com/projects/mantis > > > > "Dominique Devienne" wrote on > 04/11/2005 04:03:49 PM: > > > > > > From: Mark Lybarger > [mailto:mlybarger@gmail.com] > > > > > > > > is there a way using ant to convert a folder > full of ascii text files > > > into > > > > ebcdic files? we're pulling cvs on a linux box > and want to be able to > > > > build > > > > the ear for deployment on zos. for some > reason, some of the files > > > _have_ > > > > to > > > > be ebcdic encoded files. i think the issue is > that the ebcdic files > > > are > > > > being looked at only by the IBM Http Server, > and not by the WAS > > > server. > > > > > > > > anyway, suggestions would be welcome. > > > > > > now has an 'outputencoding' attribute. > But EBCDIC is not part of > > > the standard set of charsets supported by Java > (US-ASCII, ISO-8859-1, > > > and various UTF-8 and UTF-16) are. But it also > mentions more charsets > > > may be available. I don't know more, sorry. --DD > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > user-unsubscribe@ant.apache.org > > > For additional commands, e-mail: > user-help@ant.apache.org > > > > > > > > __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org