Hello Sten,

What exactly is slow?

Startup time?
Average Build time?


It's the startup time. I have compared Maven 3 and Gradle and it seems that
gradle is alot slower to start up in both JDK 1.5 and 1.6. The speed is not
that important and is not a blocker for using Gradle.


Startup time might be improved using a service solution like Nailgun [1]. JRuby provides build-in support for it to avoid launching a new JVM for each command you run, which is quite nice when you use Buildr [2].

[1]<http://martiansoftware.com/nailgun/index.html>
[2]<http://www.digitalsanctum.com/2009/10/23/running-apache-buildr-with-jruby-and-nailgun/>


Regards,

  Marco

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to