running Nant from vb code.

  • Thread starter Thread starter Ashish
  • Start date Start date
A

Ashish

hi all,
is there anyway one can run nant builds from a web application ?

Ideally I would like to run the nant build and pipe the nant output back
to the user...

any help/pointers would be much appreciated.

tia
-ashish
 
hi all,
is there anyway one can run nant builds from a web application ?

Ideally I would like to run the nant build and pipe the nant output back
to the user...

any help/pointers would be much appreciated.

tia
-ashish
Perhaps setting up a CGI website. The standart output of nant would go out
on the response.
 
sure - just shell to nant with the correct command line. better solution is
to install cruisecontrol which is a service and website that does this (also
supports nunit and source control).

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top