RE: [Nant-users] cvs-checkout Test Case

2004-07-16 Thread Clayton Harbour
Hi Merrill, Just letting you know I got this (ISP was down for a couple of days, fixed now). I will take a look tomorrow and see what I can figure out. One thing I am curious is if you run NAnt in debug mode (nant -d) what is the path/ commandline for the cvs binary? Is it the same path as you a

[Nant-users] Red/Yellow/Green vs nunit-console.exe return codes

2004-07-16 Thread Merrill Cornish
The three status colors in the GUI that are being used to indicate five different statuses is problem enough. Now we've got nunit-console.exe's three return codes (0, 1, and 2) to reflect those five test execution statuses plus a few of its own (bad command line arguments, internal errors, etc.

Re: [Nant-users] Red/Yellow/Green

2004-07-16 Thread Ian MacLean
Did you mean to send this to the nunit-dev list ? Merrill Cornish wrote: Someone sent me mail with a proposal for the use of read, yellow, and green status indications--but I mananged to delete it before saving the return address. [Sorry about that.] The overall problem we have is that we have

[Nant-users] Red/Yellow/Green

2004-07-16 Thread Merrill Cornish
Someone sent me mail with a proposal for the use of read, yellow, and green status indications--but I mananged to delete it before saving the return address. [Sorry about that.] The overall problem we have is that we have three colors but at least five states to distinguish. * Red means that

[Nant-users] How to get the vss project work folder in the nant script?

2004-07-16 Thread Alexander Korchemny
I need the vss project work folder inside my nant script?   Can somebody help me with it?   Thanks.

[Nant-users] PVCS and Licensing Questions

2004-07-16 Thread Mohan Embar
Hi People, - Is anyone working on a PVCS task similar to the optional Java Ant one? - Since NAnt is GPL, does that mean that custom tasks also have to be GPLed because they link to the NAnt DLLs? Thanks in advance. -- Mohan http://www.thisiscool.com/ http://www.animalsong.org/

[Nant-users] Re: [boo-dev] Boo and boo tasks

2004-07-16 Thread Rodrigo B. de Oliveira
Hi, Ian! Em Sex, 2004-07-16 Ãs 06:18, Ian MacLean escreveu: > I just took a look at boo [1], a new language targetting the clr, for > the first time. I was pleasantly surprised to see that it uses nant for > its build and ships with a compiler task for nant. nant rulez! Have you seen the boo

[Nant-users] Nant and Web Stress Testing

2004-07-16 Thread Dan Pupek
Anyone know of a web stress testing tool that works well with nAnt?   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Technology, Inc.;TDD TITLE:Software

Re: [Nant-users] Nant Runner

2004-07-16 Thread Sean Morris - MVHS
Scott, You are the master. Thank you it works perfectly. I should have checked the source myself. Later, s Scott Hernandez wrote: Yeah, I didn't look either... I just assumed there was a list... http://sourceforge.net/mail/?group_id=112475, but there isn't :( But there is always source... http:

Re: [Nant-users] Nant Runner

2004-07-16 Thread Scott Hernandez
Yeah, I didn't look either... I just assumed there was a list... http://sourceforge.net/mail/?group_id=112475, but there isn't :( But there is always source... http://cvs.sourceforge.net/viewcvs.py/nantrunner/nantrunner/release/1.0/NAntRunnerAddIn/NAntRunner.cs?rev=1.1&view=markup I would guess t

Re: [Nant-users] NAntRunner vs. NAnt 0.85

2004-07-16 Thread Sean Morris - MVHS
Donal, I think I understood that but do you understand why I am getting the error I mention in my original message that started this discussion: = I apologize in advance if this question has already been answered but I searched in every archive possible and only found the question but no

Re: [Nant-users] Nant Runner

2004-07-16 Thread Sean Morris - MVHS
Thank you Merrill. I thought I was going crazy but all I found were the exact same screen shots and not much else. Maybe someone else out there has some other information. Sean Merrill Cornish wrote: ask the NantRunner list... http://nantrunner.sf.net

[Nant-users] NAntRunner vs. NAnt 0.85

2004-07-16 Thread Donal McCarthy
Hi, NAntRunner is not dependent on the underlying NAnt builds as it has no binary dependency to NAnt.  It is a separate tool which delegates NAnt builds to NAnt.exe. Hope that helps, Donal

Re: [Nant-users] Nant Runner

2004-07-16 Thread Merrill Cornish
>>> ask the NantRunner list... http://nantrunner.sf.net Scott, Actually, that link isn't much of a "list". So far as I've been able to find, it is one page full of screen shots, a little text, and a SourceForge download link. Follow that link, and you get a SourceForge page with JUST the down

Re: [Nant-users] mailLogger simple question

2004-07-16 Thread Gert Driesen
Jean-Michel, This should be very easy to implement. You might wanna take a stab at this ... Gert - Original Message - From: "Jean-Michel Theriault" <[EMAIL PROTECTED]> To: "Merrill Cornish" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 16, 2004 7:44 PM Subject: RE: [Nant-u

Re: [Nant-users] Nant Runner

2004-07-16 Thread Scott Hernandez
Please, ask the NantRunner list... http://nantrunner.sf.net (The nant archive links can be found on http://nant.sf.net/wiki) --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free co

[Nant-users] Nant Runner

2004-07-16 Thread Sean Morris - MVHS
I apologize in advance if this question has already been answered but I searched in every archive possible and only found the question but no answer. I am using VS.NET 2003. Nant is set up fine and works from the command line. I am tryng to get Nant Runner working but anytime I hit a task I

[Nant-users] Wierd build issue - Not in VS.net

2004-07-16 Thread Bryan D. Andrews
Could someone tell me why this line of code would build in VS but when I run the solution task in nant it fails:   For Each key As String In UserList.Keys   To be exact here is the error:      [copy] Copying 26 files to C:\WINDOWS\TEMP\tmp255B.tmp\bin\.  

RE: [Nant-users] mailLogger simple question

2004-07-16 Thread Jean-Michel Theriault
Right on floks!! I got the email. Now I'm wondering if there is a way to save the whole content of the email, which is in fact my build.log file, with the name build.log, and receive it as an attachment. I read the loggers and listeners page but there is nothing there that permits to send a fil

RE: [Nant-users] mailLogger simple question

2004-07-16 Thread Merrill Cornish
Jean-Michel, -logger:NAnt.Core.MailLogger goes on the NAnt command line, not in the build script. Merrill --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA Web

Re: [Nant-users] Checking for available assemblies

2004-07-16 Thread Gert Driesen
- Original Message - From: "Jo Vermeulen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 16, 2004 5:41 PM Subject: [Nant-users] Checking for available assemblies > Hello, > > I was wondering if there is a way to check for available assemblies in > a nant build file. At t

RE: [Nant-users] mailLogger simple question

2004-07-16 Thread Jean-Michel Theriault
I added this to the top of my Nant.build file. But I'm not getting the email at the end of the build. Does anyone know y -logger:NAnt.Core.MailLogger Jean Michel Thériault Configuration and Installation Application Developer (COOP) Cactus Commerce http://www.

[Nant-users] cvs-checkout Test Case

2004-07-16 Thread Merrill Cornish
Here is a small target which should illustrate the problem I've been having with the cvs-checkout task. Both the cvs-checkout task and the exec task should do the same thing using the same cvs.exe since I have sourcecontrol.usesharpcvslib = false. Use the comment to turn one on and the other of

[Nant-users] Checking for available assemblies

2004-07-16 Thread Jo Vermeulen
Hello, I was wondering if there is a way to check for available assemblies in a nant build file. Our application support GTK#, wx.NET and System.Windows.Forms. Hence, I would like to build only the supported backends. I already looked at the tag. Thanks in advance, -- Jo Vermeulen Student Comp

RE: [Nant-users] Read Only

2004-07-16 Thread Noel Gifford
Bryan, This is one way of resetting the readonly property on all files. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bryan D. Andrews Sent: Thursday, July 15, 2004 6:29 PM To: [EMAIL PROTECTED] Subject:[

[Nant-users] NAna + VC++ + eVC++

2004-07-16 Thread Mateusz Łoskot
Hi, I'm a new NAnt user. I like it very much ;-)) It works great with .NET but I wonder if there is a way to use it with VC++ or eMBedded Visual C++ ? I know WIKi pages about using NAnt to build C++ projects but it is not enough for me. I would like to do something like this: 1) After development

RE: [Nant-users] mailLogger simple question

2004-07-16 Thread Jean-Michel Theriault
Thanks a lot for the info guys...i'm trying it out as we speak!! I'll let you know the results!!! Cheers, Jean Michel Thériault Configuration and Installation Application Developer (COOP) Cactus Commerce http://www.cactuscommerce.com [EMAIL PROTECTED] -Original Me

Re: [Nant-users] mailLogger simple question

2004-07-16 Thread Merrill Cornish
Jean-Michel, You don't CALL MailLogger so much as you ARM it. You have to add -logger:NAnt.Core.MailLogger to your NAnt command line. That command line argument tells MailLogger to do its thing, and collect output as it is created. At the end of the script, pass or fail, the MailLogger is aut

Re: [Nant-users] mailLogger simple question

2004-07-16 Thread Gert Driesen
Jean-Michel, See http://nant.sourceforge.net/nightly/help/fundamentals/listeners.html. Gert - Original Message - From: "Jean-Michel Theriault" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 16, 2004 4:34 PM Subject: [Nant-users] mailLogger simple question I'm presently

[Nant-users] mailLogger simple question

2004-07-16 Thread Jean-Michel Theriault
I’m presently using the mail task to send my email at the end of my build. But since the mail task won’t send my build.log file at the end since it’s still writing to it, I heard that maybe the mailLogger might do this for me. I know I have to put this                         

Re: [Nant-users] Nightly builds

2004-07-16 Thread Gert Driesen
: "Nant-Users (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, July 16, 2004 2:33 PM Subject: [Nant-users] Nightly builds Hello, I was just wondering if there's a change log of some sorts to indicate what changed in a new nightly build. For example, what changed between 0.85-200407

[Nant-users] Nightly builds

2004-07-16 Thread Felice Vittoria
Hello, I was just wondering if there's a change log of some sorts to indicate what changed in a new nightly build. For example, what changed between 0.85-20040711 and 0.85-20040716? Thanks, Felice --- This SF.Net email is sponsor

[Nant-users] Boo and boo tasks

2004-07-16 Thread Ian MacLean
I just took a look at boo [1], a new language targetting the clr, for the first time. I was pleasantly surprised to see that it uses nant for its build and ships with a compiler task for nant. and the task is written in boo - even cooler. Does anyone know of other nant task libraries not imple

RE: [Nant-users] Nunit showing error in NAnt build but not in Nunit-GUI

2004-07-16 Thread Hristo Deshev | telerik
Hi Brian, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Yeo Sent: Thursday, July 15, 2004 10:56 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [Nant-users] Nunit showing error in NAnt build but not in Nunit-GUI Hi everyone, I was able to run

[Nant-users] silent

2004-07-16 Thread Hristo Deshev | telerik
Hi guys,   I am executing ss.exe to collect the history with the last 20 check-ins to a Visual Source Safe and their comments.  I redirect the output to a file, then mail that file as an attachment at the end of the build script.  Now the fun part -- I mail the build output as well.  The o