Title: csc Task Strategies
We have a similar issue with both references and files.
In some cases developers were checking in files that weren't included in the
csproj file, but would get picked up by the csc task fileset (**\*.cs). To
resolve this we built our nant scripts to parse the csproj
I'm trying to get the nant email task working so that I can eventually email the build log when the build is finished.
Here's my build file:
tolist="[EMAIL PROTECTED]" mailhost="[MAILHOST]" verbose="true" subject="email sent via nant" message="is this working even a little
Title: csc Task Strategies
Ken,
I've implemented a process that uses a xslt
document that converts each csproj file into a nant build script at run
time. A master build file then calls each slave build
file. Currently, I maintain the build order through a fileset that
controls what
Title: csc Task Strategies
I have
tried fixing a vaguely similary problem. My solution was far from
perfect, but does make the maintenance task slightly easier. I have
created a separate build script for each assembly and then a master script
that refers back to the separate scripts. This
Title: csc Task Strategies
I recently moved to a new company and I'm trying to implement NAnt in a relatively complex build environment. My hope is that I can bring some order to a relatively chaotic environment. We have a ton of different assemblies that make up our business logic. Any on
Sachin,
I rolled back the msi faq and related pages... Spam got the best of
them. Those pages should help you with your question(s).
http://nant.sourceforge.net/wiki/index.php/MSITask
http://nant.sourceforge.net/wiki/index.php/samples%20for%20install%20tasks
Let me know if you still have que
Hi Omar,
Read the "0.85-rc 1 (November 28, 2004)" section from the foll. link ;
http://nant.sourceforge.net/release/0.85-rc2/releasenotes.html
Also let me know if it has resolved your issue.
Regards,
Kirti.