We are pleased to announce about the release of GroovyServ 0.8.
http://kobo.github.com/groovyserv/
http://kobo.github.com/groovyserv/download.html
* if it seems old, please clear the browser caches.
This is the recommended update especially for Windows users.
Please inform us anything about GroovyServ.
Regards,
--
Yasuharu NAKANO / nobeans
-------------------------------------------------------
[Changelogs]
Improvements:
- [Windows/Cygwin] groovyserver.bat and groovyserver(sh) were wholly improved:
- When GROOVY_HOME or GROOVYSERV_HOME isn't set, it's
automatically detected.
- JAVA_HOME, GROOVY_HOME, GROOVYSERV_HOME and CLASSPATH
are converted to the appropriate path format if necessary.
- So, you can also use groovyclient.exe to start a groovyserver
on Cygwin even if you've set GROOVY_HOME or GROOVYSERV_HOME
as an UNIX path format. (It had failed at v0.7.)
- Now there isn't the dirty hack using ping to sleep 1 sec.
- [Log File] The dump data in log file is more easy to read.
Until v0.7, many printable characters except alphabet and number
were printed as "?", but now they become being printed as original character.
- [Build] Makefile is added. You can more easily build a binary of
groovyclient with "make" command if the downloaded binary doesn't work.
Bug Fixes:
- Fixed #28: malloc/free error occurred with a --classpath option
- https://github.com/kobo/groovyserv/issues/28
- Fixed #30: cannot invoke a script when transparently restarting
server from client
- https://github.com/kobo/groovyserv/issues/30
- Fixed #31: "groovyclient -h" on Windows shows unexpected behaviors
- https://github.com/kobo/groovyserv/issues/31
- Fixed #32: using groovyclient.rb, user.dir is based on cygwin path
format on Cygwin
- https://github.com/kobo/groovyserv/issues/32