[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

[Nant-users] How do you specify an output file for the XmlLogger?

2004-01-31 Thread Trudel, Chris
I couldn’t seem to find any usage docs on the XmlLogger, so I was wondering how do I specify an output file?   Chris

[Nant-users] Referencing all dlls in a dir with csc?

2004-01-26 Thread Trudel, Chris
Our primary build consists of around 30 projects and I am trying to get rid of the need for explicit references to libraries for each project.  Instead what I have done is setup a folder in which all outside assemblies can be found and they get copied over to our output directory.  Assuming