Re: [NAnt-users] deploying to remote server using NAnt

2006-10-13 Thread mandar ambre
Hi Gary, I meant CC.Net. How does CC.Net build publisher work.Can I use it to copy the build files to different test servers at the same time? Thanks Mandar --- Gary Feldman <[EMAIL PROTECTED]> wrote: > mandar ambre wrote: > > Hi Guys, > > > > Is anybody aware of how

Re: [NAnt-users] deploying to remote server using NAnt

2006-10-13 Thread mandar ambre
> > WMI gives you access to everything concievable on > local or remote systems, including running jobs on > remote systems. > > Rod > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Behalf Of mandar > ambre > Se

[NAnt-users] deploying to remote server using NAnt

2006-10-13 Thread mandar ambre
Hi Guys, Is anybody aware of how to deploy to a remote test server using NAnt or any other automation tool.We are currently using NAnt and CruiseControl to create daily builds on a build server and then we copy these builds over to the test server.But I wanted to know if there was a way to automat

Re: [NAnt-users] Error loading GUID

2006-09-26 Thread mandar ambre
Hi Guys, I was facing same issue few days back with building VS 2005 soultion using NAnt.I think I have found a workaround that doesn't involve using any solution task.NAnt supports exec task which when used along with msbuild gives the desired result.Following is the snippet of code I am using:

[NAnt-users] Getting Internal Error while trying to build solution file...Please help!

2006-09-07 Thread mandar ambre
Hi Guys, I am suddenly getting an Internal Error when running the NAnt build file.It wasn't happening before and I don't think anything major has changed in my .build file but I am getting the following error: build: [solution] Starting solution build. BUILD FAILED INTERNAL ERROR System.Nul

[NAnt-users] need help with compilation of WebService project using NAnt

2006-08-29 Thread mandar ambre
Hi Everyone, I am new to this group.I have started working on NAnt recently and I have been facing some issues.I have web reference to a main project(which is basically a webservice hosted on my local computer as well.) Following is the build script I have: