That worked!
Thanks.
Peter Pociask
> -Original Message-
> From: Evan Levy [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 04, 2005 12:07 PM
> To: Peter A. Pociask; nant-users@lists.sourceforge.net
> Cc: nant-developers@lists.sourceforge.net
> Subject: RE: [Nant-u
seemed much simpler to just write a tool to do
so. I have the subversion part working, but Nant is giving me issues.
Peter
> -Original Message-
> From: Marc Holmes [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 01, 2005 10:33 AM
> To: Peter A. Pociask; nant-users@lists.sou
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
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