You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@groovy.apache.org by Jochen Theodorou <bl...@gmx.org> on 2016/04/13 13:36:30 UTC

Re: Groovy indy build

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

Re: Groovy indy build

Posted by Jochen Theodorou <bl...@gmx.org>.
On 14.04.2016 00:38, sterg wrote:
>
> 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

static compilation is orthogonal to this

bye Jochen


Re: Groovy indy build

Posted by sterg <st...@teiemt.gr>.
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