Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 61449 invoked from network); 17 Apr 2002 06:11:45 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 17 Apr 2002 06:11:45 -0000 Received: (qmail 8148 invoked by uid 97); 17 Apr 2002 06:11:49 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 8103 invoked by uid 97); 17 Apr 2002 06:11:48 -0000 Mailing-List: contact ant-user-help@jakarta.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 ant-user@jakarta.apache.org Received: (qmail 8092 invoked from network); 17 Apr 2002 06:11:47 -0000 From: Kunio.Nakamaru@gecapital.com Message-ID: <90582C384141D5119C1D0008C786D835024E2780@xs03shigefage.gefa.capital.ge.com> To: ant-user@jakarta.apache.org Subject: Japanese Kanji Conversion with ANT & NKF Date: Wed, 17 Apr 2002 15:10:59 +0900 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Good on you Somik. By the way, is there anybody who worked with NFK and ant here? My JSP files' Kanji encoding is in Shift-JIS in local windows PC, but it must be in EUC on the server when running. So, I used NKF to convert them before putting them into WAR file with APPLY task. But, I wonder if any of you developed a Java ant task to use NKF, or interested in making one? Kunio Nakamaru -----Original Message----- From: Somik Raha [mailto:somik@yahoo.com] Sent: Wednesday, April 17, 2002 2:53 PM To: Ant Users List Subject: Re: Recursive replacement of text Hi Sujan Thanks a lot! This worked for me : Regards, Somik ----- Original Message ----- From: "Sujan Digumarti" To: "'Ant Users List'" Sent: Wednesday, April 17, 2002 2:45 PM Subject: RE: Recursive replacement of text > > 1) > means that it should look in the subdirecotries of ${src} as well > > 2) > This will not recurse into the subdirectories > > If 1) is not working there is some other problem, please take a look at the > replace token > you've provided. > > Rgds, > Sujan > > -----Original Message----- > From: Somik Raha [mailto:somik@yahoo.com] > Sent: Wednesday, April 17, 2002 10:54 AM > To: ant-user@jakarta.apache.org > Subject: Recursive replacement of text > > > Hi > My Java files have a license header, which shows the version no of the > software. For every release, I'd like the version no automatically updated > with a value that I provide. > To do this automatic recursive replacement (recursing thru > subdirectories), I am facing problems (still a newbie to ant). > I am trying : > > > > > > > > > Now I have two properties defined - "version" and "previousVersion", which > I'd provide for a build. > The problem is - how do I get this to recurse through all the > subdirectories under src ? > > Also - is this the right approach for my task ? > > Thanks in advance (sorry about the previous mail, went accidentally before I > completed - M$ outlook..) > > Regards, > Somik > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: