Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Has anybody used waf to build Java Applications?

Tags:

java

ivy

waf

Has anybody used successfully waf for building java applications? Preferably on Jython? Maybe with ivy integration?

like image 637
Mauli Avatar asked Aug 28 '09 14:08

Mauli


1 Answers

If you are looking for a more flexible build than ANT or Maven, but at the same time utilize Maven or Ivy repositories, you should consider Gradle.

like image 69
tronda Avatar answered Sep 23 '22 21:09

tronda