Thanks Jochen!
therefore, I think to have only the groovy-all-2.5.0-SNAPSHOT.jar at the
classpath
is the best option, since it compiles also indy code,
and it can be a little more fast, since by itself it is consisted
of statically compiled classes only
Stergios
On 04/13/2016 02:36 PM, Jochen Theodorou wrote:
On 13.04.2016 23:32, sterg wrote:
Hi all,
I built Groovy from the sources on github in order to have the latest
built in GroovyLab.
However, what the difference on the groovy-all-2.5.0-SNAPSHOT.jar
and the groovy-all-2.5.0-SNAPSHOT-indy.jar?
the difference is that all the groovy classes are build with indy in
the -indy version, otherwise not.
bye Jochen