RE: [Nant-users] Calling nant from asp.net web page

2005-04-04 Thread Peter A. Pociask
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

RE: [Nant-users] Triggering Nant Build from ASP.Net Web Page

2005-04-02 Thread Peter A. Pociask
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

[Nant-users] Triggering Nant Build from ASP.Net Web Page

2005-04-02 Thread Peter A. Pociask
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

[Nant-users] Calling nant from asp.net web page

2005-04-02 Thread Peter A. Pociask
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