<span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">Yes, they are both in-language DSLs. Gradle seems like a next-generation ant since it&#39;s very configurable. SBT seems like a next-generation maven since projects retain the maven directory layout and have standard lifecycle steps like compile and test.<div>
<br></div><div>I prefer Scala because of its type system and the fact that you can write a library in Scala that can be used by Java code. The fact that Groovy&#39;s syntax is closer to Java&#39;s is not appealing to me. The combination of Scala + SBT is very appealing.</div>
<div><br></div><div>Ceki, I saw you started experimenting with Scala by porting a few JUnit tests. I took a crack at porting SizeBasedRolling test and submitted a pull request in github. Please let me know what you think. I&#39;d be happy to help with future Scala/SBT experiments.</div>
</span><br><div class="gmail_quote">On Sun, Feb 20, 2011 at 1:16 PM, Ceki Gülcü <span dir="ltr">&lt;<a href="mailto:ceki@qos.ch">ceki@qos.ch</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 20/02/2011 5:00 PM, Ralph Goers wrote:<br>
<br>
&gt; Gradle is a build tool, not a language. Joern was asking about it<br>
&gt; replacing Maven.  I attended a presentation on Gradle at SpringOne and<br>
&gt; concluded it wouldn&#39;t meet the needs of my organization - it is<br>
&gt; somewhere between Ant and Maven.  It isn&#39;t clear to me why one would<br>
&gt; want to switch from Maven to Gradle when the build is already working.<br>
<br></div>
AFAIK, Gradle is an in-language DSL. SBT is also an in-language DSL<br>
but in Scala. When you choose betweenr Gradle or SBT, you are also<br>
making a choice between Groovy and Scala to some extent.<br>
<br>
So, yes, it may seem that my answer to Joern was off topic but the<br>
language question bears some relevance to the topic at hand.<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Ralph<br>
</blockquote><div><div></div><div class="h5">
--<br>
Ceki<br>
_______________________________________________<br>
logback-dev mailing list<br>
<a href="mailto:logback-dev@qos.ch" target="_blank">logback-dev@qos.ch</a><br>
<a href="http://qos.ch/mailman/listinfo/logback-dev" target="_blank">http://qos.ch/mailman/listinfo/logback-dev</a><br>
</div></div></blockquote></div><br>