Live data from Hacker News

Java Build Systems - a sad state of affairs

grok-code.com

1–10 of 45 posts

Re: Java Build Systems - a sad state of affairs

#4
post #2

The article makes no mention of the solutions implemented in the newer languages on the JVM: - Groovy has Gant ( http://gant.codehaus.org/ ) - Clojure has Lancet ( http://github.com/stuarthalloway/lancet ) Both of these avoid the "XML tag soup" problem.

You might want to add -Scala has sbt

Which is actually pretty interesting, even if you need to mess with the defaults.

Re: Java Build Systems - a sad state of affairs

#5
post #2

The article makes no mention of the solutions implemented in the newer languages on the JVM: - Groovy has Gant ( http://gant.codehaus.org/ ) - Clojure has Lancet ( http://github.com/stuarthalloway/lancet ) Both of these avoid the "XML tag soup" problem.

Another one that's missing from the discussion is Gradle.

Re: Java Build Systems - a sad state of affairs

#6
post #2

The article makes no mention of the solutions implemented in the newer languages on the JVM: - Groovy has Gant ( http://gant.codehaus.org/ ) - Clojure has Lancet ( http://github.com/stuarthalloway/lancet ) Both of these avoid the "XML tag soup" problem.

try groovy's gradle you will be amazed..gradle.org
Post reply on HN