[Nant-users] Shared Assemblies in NAnt

2003-11-21 Thread Vinay
Hi, I would appreciate if anybody can tell me how to include shared assemblies in build file.I have an application which refers a shared assembly ,problem I'm facing is how to include shared assembly in the build file. I would also like to know how to use NUnit & NDoc with NAnt. Thanks in advance.

RE: [Nant-users] cvs-checkout and sspi protocols

2003-11-21 Thread Kevin Dickover
Clayton, Thanks for the quick response. Like Scott, I am also in a place where sspi is my only real choice of protocol (firewall / VPN rules as well as a few other things on top of security) so I am stuck using exec. :-( However, when the sspi patch is ready, I would be willing to beta test i

RE: [Nant-users] cvs-checkout and sspi protocols

2003-11-21 Thread Clayton Harbour
Hi Kevin, The cvs library has not been patched as of yet to include the sspi protocol.I have suggested in the past that a secure alternative would be to use the ext protocol which basically layers ssh and is very secure. If this solution will not work for your situation then the task would

Re: [Nant-users] Conditional define

2003-11-21 Thread Gert Driesen
I was actually planning to add support for a nested ... element, but haven't yet got around to implementing it (although its quite simple) ... Gert - Original Message - From: "William E Caputo" <[EMAIL PROTECTED]> To: "Sascha Andres Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: F

[Nant-users] cvs-checkout and sspi protocols

2003-11-21 Thread Kevin Dickover
Hi all, I am a nant user and have been running into some problems. On the dev list this message was posted by Scott Ford on September 16 >I don't think that this is the best place for me to have a discussion >about why I am not using the pserver protocol (cough: passwords are sent >as plain text)

Re: [Nant-users] Conditional define

2003-11-21 Thread William E Caputo
sa: >I wanted to add a conditional define. That means if >variable xyz is set, add a define="XYZ" to the csc task. As >fas as I've seen, Imust put 2 csc task calls with if and >unless. >Is there a more elegant version of doing this? Given this code in "test.cs": using System; namespace EntryPoi

[Nant-users] Conditional define

2003-11-21 Thread Sascha Andres
Hi, I wanted to add a conditional define. That means if variable xyz is set, add a define="XYZ" to the csc task. As fas as I've seen, Imust put 2 csc task calls with if and unless. Is there a more elegant version of doing this? -sa -- sa at programmers-world dot com http://www.livingit.de Book

[Nant-users] Compiling VSNantAddin

2003-11-21 Thread Dmitriy Bezugliy
In latest realization Nant disappear method ProcessSettings wich was used in VSNantAddin. For fixing problem may be useful creating this method or making public ProjectSettingsLoader class Regards, Dmitry Bezuglyy amid@bkc.com.ua