[Nant-users] How to install a non-strongnamed assembly as a service with Nant?

2004-02-02 Thread Trudel, Chris
I was wondering which task I would call to install a service using NAnt.  I tried regsvcs but that only works if it’s a Com+ component or if its strongnamed.   In our old build file (we were using Ant) we would just call InstallUtil directly, but I was just wondering if there was already

RE: [Nant-users] task

2004-02-02 Thread Nitin Agarwal
Title: Message First you need to have .NET 1.1 framework SDK installed, if you are using .Net 1.1 assemblies. And next you should have the path of TLBIMP.exe utility in the PATH environment variable.   So if your solution is using .NET 1.1 framework then you should have something like this

Re: [Nant-users] Visual Source Safe with NAnt 0.84

2004-02-02 Thread Gert Driesen
The VSS tasks are (and have always been) part of NAntContrib, which is a project that groups a set of user contributed addon tasks for NAnt. You can download NAntContrib 0.84 here : http://sourceforge.net/project/showfiles.php?group_id=54790. The main website for NAntContrib is http://nantcontri

[Nant-users] Visual Source Safe with NAnt 0.84

2004-02-02 Thread Rafael Miranda
Hi, I'm trying to use the vssget task with NAnt 0.84 but I´m getting one error. It seems me that this task does not exists any more. The Task Reference shows only cvs tasks. If someone can help me, I'll appreciate. Thanks, Rafael __