Last changed: Mar 27, 2008 05:53 by
Alexander Egger Labels:
release,
groosh
Version 0.3.0 of Groosh has been released.
Groosh (http://groovy.codehaus.org/Groosh) provides shell-like capability for handling external processes.
Version 0.3.0 comes with several bug fixes and new features like:
* The error stream of a process is now usable the same way as the output stream (useError()).
* A grep method was added which can be used to filter the lines returned by a process.
* A to List method was added which creates a list out of the lines returned by a process.
* A eachLine method was added which iterates over the lines returned by a process.
* The exit values of a process are now accessible. (Thx to Bill Burdick)
* left shift and right shift operators are overloaded for processes and stream sinks.
* the pipe operator was overloaded to allow chaining of processes
For more information on Groosh and examples of its use see:
http://groovy.codehaus.org/Groosh
Groosh 0.3.0 can be downloaded from
http://svn.codehaus.org/groovy-contrib/groosh/releases/
OpenSUSE RPM packages are available from
http://download.opensuse.org/repositories/home:/eggeral/openSUSE_10.3/
and
http://download.opensuse.org/repositories/home:/eggeral/openSUSE_10.2/