RE: [Nant-users] regex replace

2005-08-02 Thread Evan Levy
ED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Baker Sent: July 29, 2005 11:34 AM To: Nant-users@lists.sourceforge.net Subject: [Nant-users] regex replace I don't see any type of functionality in nant or nantcontrib to find and replace a string value in a file. There is xmlpoke for xm

Re: FW: [Nant-users] regex replace

2005-07-29 Thread Edmund Schweppe
Steve Baker wrote: The web site I "have" to work on at this client is both asp.net and asp. The "design" that I have to work with is that the asp.net side uses a web config file and the asp site puts the same settings in the global.asa. Something like this: > Web.config: > > > > > Globa

RE: FW: [Nant-users] regex replace

2005-07-29 Thread Steve Baker
ple, intuitive, supported way to do this in nant. -Original Message- From: Craig Ducharme [mailto:[EMAIL PROTECTED] Sent: Friday, July 29, 2005 12:03 PM To: Steve Baker; Gary Feldman; Nant-users@lists.sourceforge.net Subject: RE: FW: [Nant-users] regex replace Steve, You mig

RE: FW: [Nant-users] regex replace

2005-07-29 Thread Craig Ducharme
: Gary Feldman; Nant-users@lists.sourceforge.net > Subject: RE: FW: [Nant-users] regex replace > > I have a web site that is pulled down from vss. The nant script zips the > web site up and deploys it to staging automatically. > > Before I zip the files, I need to modify a fil

RE: FW: [Nant-users] regex replace

2005-07-29 Thread Steve Baker
sk and one that doesn't seem well supported by the nant or contrib libraries. steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman Sent: Friday, July 29, 2005 11:23 AM To: Nant-users@lists.sourceforge.net Subject: Re: FW: [Nant-users

Re: FW: [Nant-users] regex replace

2005-07-29 Thread Gary Feldman
Steve Baker wrote: So I had never seen the replacestring filter before, that is cool... Any one know what happens if I use the copy task like this cause I really don't want another file laying around :( You'll risk messing up things that depend upon file modification times - which includes

RE: [Nant-users] regex replace

2005-07-29 Thread Robert Smith
lto:[EMAIL PROTECTED] On Behalf Of Ashley Moran Sent: Friday, July 29, 2005 10:39 AM To: Steve Baker Cc: Nant-users@lists.sourceforge.net Subject: Re: [Nant-users] regex replace Steve Baker wrote: > I don't see any type of functionality in nant or nantcontrib to find and > replace a s

FW: [Nant-users] regex replace

2005-07-29 Thread Steve Baker
lf Of Ashley Moran Sent: Friday, July 29, 2005 10:39 AM To: Steve Baker Cc: Nant-users@lists.sourceforge.net Subject: Re: [Nant-users] regex replace Steve Baker wrote: > I don't see any type of functionality in nant or nantcontrib to find and > replace a string value in a file. > > Th

RE: [Nant-users] regex replace

2005-07-29 Thread Steve Baker
: [Nant-users] regex replace   The following target maybe of use to you

RE: [Nant-users] regex replace

2005-07-29 Thread Paul Cowan
l style='text-autospace:none'><font size=2 face="Courier New"><span style='font-size:10.0pt;font-family:"Courier New"'>              // write a line of text to the file<o:p></o:p></span></font><

Re: [Nant-users] regex replace

2005-07-29 Thread Ashley Moran
Steve Baker wrote: I don’t see any type of functionality in nant or nantcontrib to find and replace a string value in a file. There is xmlpoke for xml files. How are people doing the same type of thing for non xml files? I wrote a task for this myself a while back, but sometimes clients pre

[Nant-users] regex replace

2005-07-29 Thread Steve Baker
I don’t see any type of functionality in nant or nantcontrib to find and replace a string value in a file.   There is xmlpoke for xml files. How are people doing the same type of thing for non xml files?   I wrote a task for this myself a while back, but sometimes clients prefer to use