Richard Goulter's Blog - Gradle or SBT
Motivation Somehow I find the current setup less ideal than it should be. Here's the "problem" for-which gradle and sbt are a couple of build systems which provide the "solution": I've a bunch of Scala code which depends on Java sources generated from an Antlr 4 grammar. It would be nice to be able to build these easily from the command line without locking it down to a particular IDE. (Bonus points for being able to generate just the Antlr 4 files themselves). It would be nice to be able to automatically generate Eclipse project files. JVM Build Systems – In terms of these JVM-related build-systems, the story goes something like this: ant used to be the big guy, but then maven came along which allowed for automatic dependency resolution. (It would download specified dependencies for the project). ant got ivy to help with this. However, ant and maven are both written in XML; maven has more conventions such-that while every maven repo looks the same,Read full article from Richard Goulter's Blog - Gradle or SBT
No comments:
Post a Comment