Re: Looking for testers & feedback: new Groovy binaries for Windows

2016-10-17 Thread Keegan Witt
Thanks Paco, It looks like it's related to @GrabConfig(systemClassLoader=true), I'm looking into it. -Keegan On Mon, Oct 17, 2016 at 12:20 PM, Paco Zarate wrote: > Hey Keegan, > Looks like there is a problem with Grapes and the .exe files: > I am attaching the test

Re: Looking for testers & feedback: new Groovy binaries for Windows

2016-10-17 Thread Keegan Witt
It's not direct in the same sense as your gcj idea. It's more like the original native binaries where it finds Java, then invokes it with a specified classpath and main class. I'm just using launch4j to do that instead of my own code. -Keegan On Mon, Oct 17, 2016 at 12:39 PM, Jochen Theodorou

Re: Looking for testers & feedback: new Groovy binaries for Windows

2016-10-17 Thread Jochen Theodorou
Does this mean the binary calls GroovyMain directly? On 17.10.2016 18:20, Paco Zarate wrote: Hey Keegan, Looks like there is a problem with Grapes and the .exe files: I am attaching the test code (a sqlite example from SO) When i use the groovy.bat i got:

Re: Looking for testers & feedback: new Groovy binaries for Windows

2016-10-17 Thread Paco Zarate
Hey Keegan, Looks like there is a problem with Grapes and the .exe files: I am attaching the test code (a sqlite example from SO) When i use the groovy.bat i got: c:\Data\Samples\Groovy\sqlite>groovy.bat samplesqlite.groovy id=1, name= leo id=2, name= yui When i use the groovy.exe i got this