RE: [Nant-users] csc Task Strategies

2005-07-11 Thread Nau, Michael
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

[Nant-users] email troubles: "The transport failed to connect to the server"

2005-07-11 Thread Pat Lawrence
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

FW: [Nant-users] csc Task Strategies

2005-07-11 Thread Craig Ducharme
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

RE: [Nant-users] csc Task Strategies

2005-07-11 Thread Evans, Jonathan (2)
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

[Nant-users] csc Task Strategies

2005-07-11 Thread Ken Witmyer
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

Re: [Nant-users] MSI problem: How to call standard dialog boxes like virtual directory for web.

2005-07-11 Thread Jim Geurts
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

Re : [Nant-users] VS 2005 Solution

2005-07-11 Thread Kirti Mali
    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.