简体   繁体   中英

Ant Tasks for Amazon EC2/S3?

Does anyone know of a good library providing Ant tasks for performing operations against Amazon EC2/S3? I'd like to leverage S3 for deployment of new WAR files for my applications, and figured Ant would be a good way to keep simplify the process and keep everything consistent. Any recommendations?

aws-ant-task在2012年10月稳定并积极维护。它的工作超级棒!

You could try munging some Ruby AWS libraries into Ant with Jruby. In fact, it would be easiest to use Jruby to expose the Ant tasks (which are the good bit of Ant, IMHO) to some Ruby deploy scripts. No XML.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM