Re: [NAnt-users] Web deployment questions

2008-08-14 Thread Chris Snider
Provided the website is already established, you can delete and recreate the virtual folders. However, if you need to delete the website and recreate it, you will have to resort to a script task, VBScript etc. Unless the NantContrib has been updated with a mkiiswebsite (or some such) task that I a

Re: [NAnt-users] Upload files without ftp

2008-08-14 Thread Gert Driesen
Carlos, Why not just us rsync? It's available for Windows through cygwin. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Garces Sent: donderdag 14 augustus 2008 10:05 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Upload files wi

[NAnt-users] Upload files without ftp

2008-08-14 Thread Carlos Garces
Hi! With the new release system of sourceforge I can't upload my files using a ftp task, I should use WebDAV, rsync over SSH or sftp [1] I must change my nAnt script but I can't find one method that works (using Windows XP) ¿any idea? My 1º try are mapping the WebDAV folder as network drive but