Has anybody used waf to build Java Applications?
Asked Answered
C

2

7

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

Corkhill answered 28/8, 2009 at 14:47 Comment(0)
P
3

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.

Pallaton answered 9/9, 2009 at 11:10 Comment(0)
L
-3

I seriously doubt that it's being used by more than few Java folks. I suspect that people might get tempted by it when migrating some python code to Java, but that's it.

Why would someone use it vs well known/supported(manuals, IDE, tutorials) frameworks? I guess I don't have to name those web frameworks :-).

Why would a Java developer use it vs Grails, JRuby on rails, etc.

Lum answered 28/8, 2009 at 19:7 Comment(2)
I second what @Lum said. Not sure any Java developer would ever use it.Acanthous
Somehow I don't understand your answer, I'm talking about a build tool! I'm became disenchanted with ant/maven and looking for alternatives.Corkhill

© 2022 - 2024 — McMap. All rights reserved.