Greetings!

I am using Nant to build, zip, and FTP my asp.net application to a remote site where I then have to manually (oh the horror!) archive the old version and unzip the new package into the existing virtual directories. Now I wish to automate these last steps so that deployment is fully automated. I know that I could simply FTP over the existing application, but I hate to have obsolete files hanging around. I also am thinking about writing a file-watching service to do this final step (I have access to the server), but I would rather do it all with Nant if possible.

Is there a common way of doing this with Nant?

Thanks,

Scott




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to