Jose Noheda schrieb:
> In my experience the compiler is just slow..
instead of saying "just slow" we should say "what is it, that is slow"?
when you look at the title "Groovyc takes a long time to work out that
nothing needs compiling"
Then you will see that the compiler itself is not even running. Because
the compiler compiles, without thinking if something is new or not. The
Groovyc task has a bit of logic that tests each file if it needs
compilation and that part is nearly equal to what the javac task has. So
there will be many file operations and it depends on the speed of your
idsc, how fast this phase can be accomplished. The only way to reduce
that would be to avoid the checks completely... no idea how this should
be done.
bye blackdrag
--
Jochen "blackdrag" Theodorou
The Groovy Project Tech Lead (
http://groovy.codehaus.org)
http://blackdragsview.blogspot.com/http://www.g2one.com/---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email