RE: [Nant-users] nant tasks from with c# project

2004-02-03 Thread Jean Rajotte
look at the source for the nant.console.exe. that'll show you how to start up a job. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Gerold Kathan > Sent: Tuesday, February 03, 2004 10:27 > To: [EMAIL PROTECTED] > Subject: [Nant-users] nant task

[Nant-users] NAnt to use 1.1 instead of 1.0

2004-02-03 Thread Rich Denis
Hello,   I am a new user to NAnt.  In learning to use it I am trying to build some of the examples in the download.  I would like it to compile against the 1.1 framework but when I run the nant ant agains the build file I get this:   C:\Development\Other Stuff\NAnt\nant-0.84\examples\UserTas

[Nant-users] nant tasks from with c# project

2004-02-03 Thread Gerold Kathan
hi, i have one short questions: i have established a deployment system with nANT in our company - works pretty fine - and now i am wrapping around a native c# winform client which allows also non-technicans to start the deployment stuff ** so is there a way from within a c# program to call my nN

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

2004-02-03 Thread Gert Driesen
There's no task at this moment (but feel free to provide one to us, we'd be glad to include it in our distribution), but you can use the task to launch any executable.   eg.         See http://nant.sourceforge.net/help/tasks/exec.html for more information.   Don't hesitate to ask more s

[Nant-users] Problems with converting from vbc to csc task

2004-02-03 Thread Carel . Lotz
Hi I've ported some code from VB.NET to C# and I compile it using Nant. However, after I changed the vbc task to the csc task I get a Nant error complaining that it cannot find the input files to compile. I eventually solved the problem by including a basedir attribute on the sources node of the