ers@lists.sourceforge.net
> Cc: nant-developers@lists.sourceforge.net
> Subject: [Nant-users] Calling nant from asp.net web page
>
> I am trying to call nant from an asp.net (vb.net) web
> application. I am using the following code:
>
> Public Function
administrator).
e
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter A.
Pociask
Sent: March 31, 2005 2:58 PM
To: nant-users@lists.sourceforge.net
Cc: nant-developers@lists.sourceforge.net
Subject: [Nant-users] Calling nant from asp.net web page
I am
I am trying to call nant from an asp.net (vb.net) web application. I am
using the following code:
Public Function compile(ByVal compileArg) As String
Dim args As String
args += " -f:" &
ConfigurationSettings.AppSettings("nantBuildFile")
args += " " & compileArg