I need to create a web service based build tool for my company. I have already done the VB6 / C++6 side of the equation, painfully and using quite a brutal method.
 
I need now to add .NET projects to my autobuild web service. Can I use the NAnt code directly from my .NET web service to compile other .NET projects? I am not able to call out to the compiler via the process namespace, it must be implemented within my existing project.
 
I think I can, and I can use slingshot or the XSL method (both taken from the wiki - thx) to create the NAnt build config files. I am just a little hesitant to invest the time if there are unforeseen showstopping issues that suddenly appear. Also, if this has been done by anyone else it would be very useful to have some *very* basic pointers.
 
Many thanks for help with what I am sure is a really obvious question. :)

Reply via email to