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

FW: [Nant-users] regex replace

2005-07-29 Thread Steve Baker
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 :( Thanks, steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ashle