I would assume, you should build the warfile using whatever it is one builds
warfiles with, then put it either directly to the server using the upload()
function in Cap (or Net::{SSH, SCP}).An alternative would be to look at the "Copy" deploy strategy and write your own which builds a war, and uploads it, the Copy strategy is quite easy to understand. By looking at the railsless-deploy extension (and, others I'm sure) you'll be able to see how to package your new strategy so that you can load it as a Gem and manage it without having to wait for it to come upstream to Cap. There's also some information in the wiki (I believe) about deploying Java apps with Capistrano, if I remember correctly they're linked from the homepage, so maybe they'll help. - Lee -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
