I know both ant and python, I really like ant as its multiplatform, and I have there really everything i would want to do with regards to continuous deployment. However as i don't like xml i thought of using gradle (or gant or groovy) for scripting my ant tasks. I still like python, however i'm willing to let it loose in order to use some scripting language that can use ant. I know, python can call java code with something like py4J however i don't want to mess with some launching of jvm's from python. Basically what i'm trying to ask what would you choose for such tasks? python or gant/gradle?
feedback
|
closed as not constructive by Felix Kling, ziesemer, Amir Raminfar, Filburt, Bo Persson Dec 27 '11 at 23:36
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.