Re: [Nant-users] C++?

2005-02-10 Thread Gert Driesen
- Original Message - From: "Wilson, Glenn" <[EMAIL PROTECTED]> To: Sent: Thursday, February 10, 2005 6:40 PM Subject: [Nant-users] C++? > Hi, > > Quick question - do I need C++.NET installed on my machine to build my > recently downloaded Nant 0.84 files? I seem to get errors relating

[Nant-users] Executing nant tasks from within a C#

2005-02-10 Thread Nau, Michael
Is there a way to execute an NAnt task from within a C#

[Nant-users] Cannot load nant/log4net as ordinary user on Mono (was Nant-users digest, Vol 1 #1340 - 16 msgs)

2005-02-10 Thread Gary Feldman
>From: "Roger Zavala" <[EMAIL PROTECTED]> >Sent: Wednesday, February 09, 2005 9:12 PM > I have problems with running Nant on Linux, Fedora Core 2 or 3. The > user ROOT run NANT perfectly, but with OTHER USER Mono 1.0.2 launch > the error: > > -- THIS RROR -

[Nant-users] C++?

2005-02-10 Thread Wilson, Glenn
Title: C++? Hi, Quick question - do I need C++.NET installed on my machine to build my recently downloaded Nant 0.84 files?  I seem to get errors relating to the VisualCPP tests when I run Nant from within the Nant folder. Glenn Glenn Wilson Corporate Systems Development Tel (ext): +44

[Nant-users] Custom Action or ServiceInstall tables

2005-02-10 Thread Bill.Martin
There doesn't seem to be a nant-contrib users list, so I'll post this here. I'm writing an installer that needs to install a Windows service (written in C#). I had created a vdproj to install it, but it's a bit limited (and not directly callable from NAnt) so I'm moving it to use the task. I ha