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
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
Stephen,
Here's a quick example.
Regards,
Craig
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nant-users-
> [EMAIL PROTECTED] On Behalf Of Steph
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:
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
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