[NAnt-users] Team Foundation Server Task

2006-05-30 Thread Rick G. Garibay
Is there a TFS task in the works, natively or in NANTContrib? Thanks, Rick __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --- All the a

[NAnt-users] Inline Build Stats

2006-05-30 Thread Rick G. Garibay
Hi, I am using .85 RC3. This is an absoutely fantastic tool and I am addicted to it :-) Anyway, I am doing nightly builds and attach the build results log file as an attachment. Works great. Is it possible to: 1. Get a count of the total builds completed within the nested builds 2. Inline buil

RE: [NAnt-users] MailLogger credentials

2006-05-30 Thread Gert Driesen
Jason, I've finally found time to integrate this into NAnt (in a slightly modified form). Check out this page after I've uploaded the next nightly build: http://nant.sourceforge.net/nightly/latest/help/fundamentals/listeners.html Thanks for your contribution! Gert > -Original Message

AW: [NAnt-users] Parsing output

2006-05-30 Thread Tuneman
Hello PeteYou can use the function string::replace(), if this does not work for you use the copy or move task with filterchain and replacestring. I use this function and tasks to set a version number on a C++ assembly.

RE: [NAnt-users] .NET VersionProblem

2006-05-30 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: dinsdag 30 mei 2006 12:03 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] .NET VersionProblem > > hi,I'm new to NAnt. > when I try to start NAnt ,it say

[NAnt-users] .NET VersionProblem

2006-05-30 Thread omanuke
hi,I'm new to NAnt. when I try to start NAnt ,it say "To execute this application,you have to install proper version of .net framework.(ex.V2.0.40607)" But I installed already Version 2.0.50727. Is there anyone who knows how to solve this problem? --