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
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
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
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
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