Hi, first of all my congratulations to Gradle 0.6! I'm happy to say that compiling and running Spock specifications now works just fine. Also I'm impressed with the much improved build script DSL.
I have a HelloSpock project that contains a single Groovy class (a Spock specification). What puzzles me a bit is that 'gradle test' takes 10 seconds to complete. By comparison, 'ant test' takes 3 seconds, and 'mvn test' 8 seconds. This is on repeated invocation, i.e. all downloading and compilation has already taken place. Do you consider this acceptable? Would the difference be less pronounced for bigger projects? Cheers, Peter PS: You can download the HelloSpock project from http://spock.googlecode.com/files/HelloSpockProject.zip -- View this message in context: http://www.nabble.com/Gradle-performance-tp23806096p23806096.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
