kobo / groovyserv

Groovy's startup acceralator.
http://kobo.github.io/groovyserv/
Other
98 stars 10 forks source link

New implementation #56

Closed flofreud closed 10 years ago

flofreud commented 10 years ago

@nobeans After reading your issue in the gvm-repo I was reminded of an todo on my list. I ported GVM for Windows Powershell (https://github.com/flofreud/posh-gvm) and the downloaded version of GroovyServ is not usable out of the box because there is no usable client. The todo is to port the shell-script client to Powershell, which could be include in the cross-platform package used by GVM.

But before I port the script I would like to ask if this approach is still valid considering that you will develop a new GroovyServ version, which need an installation process?

nobeans commented 10 years ago

Actually, I'm developing the groovyclient/groovyserver command by Go language which can build a native executable file for windows even on macosx by cross-compilation.

I think GroovyServ would be available via posh-gvm with a native client, not a shellscript client. Please wait for a couple of weeks (or month ;-).

flofreud commented 10 years ago

posh-gvm is using the default GVM-API which does only provide the platfrom-independent archive. But we could handle a build a 'hack' so that posh-gvm has a special routine for GroovyServ to download a second archive with the client.

Message me if you know how I can manage to provide a usable GroovyServ for posh-gvm.

nobeans commented 10 years ago

OK. Thank you!