> > Is there a previous release that we can back up to that will work with > Windows? Or can you suggest any other alternatives?
Perhaps a virtual machine could solve your peoblems. I run linux but I have windows in a virtual machine (virtualbox) for testing purposes. Virtualbox allows you to share directories with your virtual machine (you could also use samba) which makes it very easy for me to test. If you are deploying to linux you could simply deploy form a linux virtual machine. You could even develop on the virtual machine too! If you are deploying to windows I guess that would make it much harder. In that case I would like to suggest powerfolder. It will take care of moving files around (although won't do all other nice things cap does so you'll have to roll those yourself). One other thing you might consider is jruby and glassfish. Deployment is via WAR files but again you don't get all the nice things you get with cap. Glassfish and other java containers are well supported in windows. Just some suggestions. Good luck. --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
