[Nant-users] NAnt - GUI when installing

2004-07-02 Thread Naveen Noel
Hi, I want to add screens when running an installation in NAnt. So, for that I added some screens to read the XML build file and allowed the user to modify it and finally when I was done, I ran the build file. But suppose, I want to display the copying of files with a progress bar in a form, then

[Nant-users] input task

2004-07-02 Thread Rigolle, Isabelle
hi, i have been using Ant since quite a while. I am new in NAnt. Do you know if we can ask input from the user as we can with Ant: thanks a lot isabelle *** The information contained in this message o

Re: [Nant-users] Project with GUID 'xxx' must be included for the build to work error

2004-07-02 Thread Gert Driesen
Castro, It would be great if you could submit a bug report for this containing the absolute minimum set of files necessary to reproduce this issue ? Thanks ! Gert - Original Message - From: "Castro, Edwin Gabriel (Firing Systems Engr.)" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PRO

RE: [Nant-users] Project with GUID 'xxx' must be included for the build to work error

2004-07-02 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Hi Gert, Brian, I've had this problem come up when I tried to build some C++ projects I have. The projects have been upgraded from Visual Studio 6 and I thought that could be part of the problem. From what I can tell a project specified in the solution file has a different GUID than the GUID speci

Re: [Nant-users] Project with GUID 'xxx' must be included for the build to work error

2004-07-02 Thread Gert Driesen
Brian, Can you package up a zip file containing the minimum set of files necessary to reproduce this issue ? Thanks, Gert - Original Message - From: "Brian Yeo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 18, 2004 3:39 AM Subject: [Nant-users] Project with GUID 'xxx'

[Nant-users] how to modify system path?

2004-07-02 Thread John Cole
James,   How would you modify the system path from the msi task? :-)  It would be very nice if the NAnt msi could add ';C:\Program Files\NAnt\bin' to the system path for you (or whatever the install path\bin is).  And it would be a good example for me on how to do it (hint, hint).   Thanks,   Jo

FW: [Nant-users] Another NDoc problem

2004-07-02 Thread Bill.Martin
Yes, I tried that (and meant to mention it in my original mail DOH) but it doesn't seem to have any effect. I still get all my hyperlinks pointing to v1.1. I have tried SDK_v1_0 (which is the enum value in the NDoc source, and SDK_1_0 in case the string it different to the Enum name. I have done

Re: [Nant-users] Another NDoc problem

2004-07-02 Thread Gert Driesen
Bill, All NDoc documenters support a SdkDocVersion property that can be used for this purpose. If I'm not mistaken then possible values are SDK_1_1 or SDK_1_0. Hope this helps, Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 02, 2004 12:09

[Nant-users] Another NDoc problem

2004-07-02 Thread Bill.Martin
I have another slight problem with NDoc. I am running 0.85 (though not the latest version), and when I compile my documentation, it sets all the references to MS objects to be 1.1 of the framework, but I only have 1.0 on my machine. It would appear that the hyperlinks to the v1.1 documentation ar