Errata for Groovy Recipes
We try to keep our books accurate, but sometimes mistakes creep in. This page lists the errors submitted by our astute readers. If you've found a new error, please submit it.
The latest version of the book is P1.0, released 5 months ago. If you've bought a PDF of the book and would like to upgrade it to this version (for free), visit your home page.
| Paper | Description | Found in | Fixed in | |
|---|---|---|---|---|
| 19 |
#32381: The paragraph at the bottom of page 19 that starts with 'The"blue pill"...' is missing a space between 'The' and '"blue'. Very minor. |
B1.0 | ||
| 25 |
#30809: $groovy -version did not work (using version 1.5.4)
|
B1.0 | ||
| 44 | 44 |
#30511: global warning should be global warming--Tim Orr |
B1.0 | |
| 84 |
#31921: java.io.tmp property doesn't exist. Should be java.io.tmpdir instead.--Leslie Johnson |
P1.0 | ||
| 109 |
#30737: In Appending data to an existing file
this code (before and after the append)
println "${file.size()} lines"
should be
println "${fil...more...
|
B1.0 |
