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

2006-10-13 Thread Gary Feldman
mandar ambre wrote: > 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? > Check the docs for it. There's an example there using a UNC file. Gary PS Please don't send replies to both the list a

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 to deploy to a remote test

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

2006-10-13 Thread Gary Feldman
mandar ambre wrote: > 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 k

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

2006-10-13 Thread John Cole
ambre Sent: Friday, October 13, 2006 1:33 PM To: Rod Ayers; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] deploying to remote server using NAnt Thanks a lot for your help guys! I will work on this and let you guys know how it went. Thanks Mandar --- Rod Ayers <[EMAIL PROTECTED]>

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

2006-10-13 Thread mandar ambre
Thanks a lot for your help guys! I will work on this and let you guys know how it went. Thanks Mandar --- Rod Ayers <[EMAIL PROTECTED]> wrote: > We started scripting using VBS and WMI. Of course, > WMI inerface is availbable to VB and C#, so you can > put your script in NAnt. > > WMI gives you

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

2006-10-13 Thread Rod Ayers
We started scripting using VBS and WMI. Of course, WMI inerface is availbable to VB and C#, so you can put your script in NAnt. WMI gives you access to everything concievable on local or remote systems, including running jobs on remote systems. Rod -Original Message- From: [EMAIL PROT