RE: FW: [Nant-users] regex replace

2005-07-29 Thread Craig Ducharme
Steve, You might want to look into XMLPreprocess (http://sourceforge.net/projects/xmlpreprocess/). I use it to replace environment specific settings in .NET config files in my build process. Let me know if you'd like some examples. Regards, Craig Ducharme Direct Alliance Corpor

RE: [Nant-users] csc resources prefix problem using refid

2005-07-22 Thread Craig Ducharme
Hi Charlie,   I have experienced the same problem but haven’t had the time to submit a bug.  I had to revert to my first approach, which is similar to your working example.   Regards, Craig From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Morss, Charlie Sent

RE: [Nant-users] using foreach with a fileset

2005-07-14 Thread Craig Ducharme
Stephen, Here's a quick example. Regards, Craig > -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Steph

FW: [Nant-users] csc Task Strategies

2005-07-11 Thread Craig Ducharme
t had to temporarily shelve it due to circular dependency issues.    I can provide examples of my xslt doc and build files if you desire.   Regards, Craig Ducharme     From: [EMAIL PROTECTED] on behalf of Ken WitmyerSent: Mon 7/11/2005 8:09 AMTo: nant-users@lists.sourceforge.netSubject:

RE: [Nant-users] RESGEN and SOLUTIONS - newby confusion.

2005-06-22 Thread Craig Ducharme
Title: RESGEN and SOLUTIONS - newby confusion. Russell,   Use the “dynamicprefix” and “prefix” parameters on the resources element to mimic the behavior of the SOLUTION task.       http://nant.sourceforge.net/release/latest/help/tasks/resgen.html   Regards, Craig

[Nant-users] RE: Nant-users digest, Vol 1 #1445 - 5 msgs

2005-05-06 Thread Craig Ducharme
Hi Sandeep, You might try using xslt (NAnt task Style) to turn your Deployment.xml file into a Deployment.build file then call the appropriate targets depending on the environment to which you are deploying. I think this would be easier than a C# program. Regards Craig Ducharme