You can deploy with nant. Just copy the files you want to the server. I do it using robocopy.exe and the <exec> task because it seems more robust than the <copy> task.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Narayanan Raghavan Sent: Sunday, February 26, 2006 12:18 PM To: [email protected] Subject: [NAnt-users] Automatic Deployment - Help on which tool to use Hi, I build my projects using NANT and now want to deploy them to remote servers. Is there a tool that integrates with NANT and once the build is complete automatically copies the build files and deploys them onto the remote servers. Thanks! ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ NAnt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ NAnt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
