Re: [NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Bob Archer
o:spenning...@prosper.com] Sent: Monday, August 29, 2011 4:12 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] xmlpoke vs token replace for Config Files Bob, I have used XSLT extensively in the past. I am the only one here that has though. I was hoping to keep it all within the NAn

Re: [NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Scott Pennington
/blog/SlowCheetahWebconfigTransformationSyntaxNo wGeneralizedForAnyXMLConfigurationFile.aspx BOb From: Scott Pennington [mailto:spenning...@prosper.com] Sent: Monday, August 29, 2011 2:50 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] xmlpoke vs token replace for Config Files

Re: [NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Wilson, Brian
From: Scott Pennington [mailto:spenning...@prosper.com] Sent: Monday, August 29, 2011 3:08 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] xmlpoke vs token replace for Config Files Brian, This solution wont really work for us since we plan to have multiple dev environments and th

Re: [NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Wilson, Brian
si.com] Sent: Monday, August 29, 2011 2:52 PM To: Scott Pennington; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] xmlpoke vs token replace for Config Files You might want to take a look at slow cheetah. http://www.hanselman.co

Re: [NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Scott Pennington
a smaller install. Thanks Scott From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Monday, August 29, 2011 12:47 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] xmlpoke vs token replace for Config Files Good Afternoon, I use a less elegant design

Re: [NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Wilson, Brian
urces Email: brian.wil...@dhr.alabama.gov<mailto:brian.wil...@dhr.alabama.gov> From: Scott Pennington [mailto:spenning...@prosper.com] Sent: Monday, August 29, 2011 1:50 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] xmlpoke vs token replace for Config Files This is a long post.

Re: [NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Bob Archer
:50 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] xmlpoke vs token replace for Config Files This is a long post. The simple question is what methods have you chosen to maintain config files when deployed to multiple environments? I am in the process of reworking a set of build,

Re: [NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Bob Archer
@lists.sourceforge.net Subject: [NAnt-users] xmlpoke vs token replace for Config Files This is a long post. The simple question is what methods have you chosen to maintain config files when deployed to multiple environments? I am in the process of reworking a set of build, package, install NAnt scripts that

Re: [NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Christopher Brandt
I went through a similar process a few years ago and decided to switch from Token Replace to XML Poke. I think you've done a good job of documenting the strengths and weaknesses of each approach. in general I think XML Poke is cleaner. The only real problem I found was that XML Poke wouldn't work w

[NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Scott Pennington
This is a long post. The simple question is what methods have you chosen to maintain config files when deployed to multiple environments? I am in the process of reworking a set of build, package, install NAnt scripts that mainly use Token Replace and I am trying to decide if it is better to