Re: [Nant-users] execute nant file with c#

2004-05-28 Thread Gert Driesen
- Original Message - From: "Virginie Helloco" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 28, 2004 4:15 PM Subject: [Nant-users] execute nant file with c# > I want to use the framework of nant to execute the file exemple.build > I want to get log file to put it on web

Re: [Nant-users] Solution Task and Strong Names

2004-05-28 Thread Eric Fetzer
Gert, I'm guessing that Paul is working with version 0.84 or prior. I too have this issue with 0.84 but with the nightly builds, it works for: but not: Eric --- Gert Driesen <[EMAIL PROTECTED]> wrote: > Paul, > > This should indeed have been fixed. Can you send me > a small repro for th

Re: [Nant-users] execute nant file with c#

2004-05-28 Thread Steve . Baker
Try Cruise Control .NET, it is a little extra work to set up, but you will get what you want, and much more for your setup efforts. http://ccnet.thoughtworks.com steve baker "Virginie Helloco" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 05/28/2004 09:15 AM                 To:      

[Nant-users] execute nant file with c#

2004-05-28 Thread Virginie Helloco
I want to use the framework of nant to execute the file exemple.build I want to get log file to put it on web forms page _ Trouvez l'âme soeur sur MSN Rencontres http://g.msn.fr/FR1000/9551 ---

[Nant-users] Source Code change suggestion

2004-05-28 Thread Simon Rowe
Title: Source Code change suggestion I have made the following modification to ExternalProgramBase.cs Between the p.Start() and return p; at line 393-4 : try         {             while (true)             {                 // read line