On 2010-11-14 11.37, Niclas Hedhman wrote:
Gang,
I have made a first cut to migrate away from Maven and onto Gradle.
Gradle comes with a pretty nifty task that creates batch/shell scripts
to auto-bootstrap Gradle, so that subsequent developers don't need to
bother with installing Gradle itself.
In essence, Gradle is based on the Groovy programming language, so the
build scripts are really Groovy code, with an 'implicit' object model
to make that makes such scripts fairly condensed. Instead of trying to
invent everything from scratch, I started off with the Hibernate build
scripts and modified to our need.
I looked at the scripts, and they are refreshingly simple.
Some questions:
* Will the Maven POM's still be there?
* If yes, we need to keep them in synch right, with dependencies and such?
* How does this impact users of Qi4j? In my project we use Maven for all
dependencies. Will the artifacts still be published into a Maven repo?
/Rickard
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev