Head Crashing Informatics
Head Crashing Informatics
The book wants the user to configure javadoc:javadoc in chapter 1. While Jenkins successfully runs the "compile package" step... [INFO] ------------------------------------------------------------------------ [INFO] Building gameoflife-core 0.9.67-SNAPSHOT [INFO] ------------------------------------------------------------------------ ... [INFO] Building...
The book is wrong in Chapter 1. It says one shall configure Jenkins to provide Maven 2.1.1. Actually game-of-life cannot be build using Maven 2, as it complains that it...
It seems there is a bug either in the book, the game-of-life project, or Jenkins 1.500. As it is hard to track where the bug is caused for a Jenkins...
There is an inconsistency in the content shown in figures 2-17 and 2-29. To make javadoc publication work, 2-17 must say "clean install" (as you told me). But figure 2-29...
On page 37 of chapter 2 the book says: "In figure 2-29, we have configured Jenkins to list any builds with less than 50% test coverage as "unstable" (indicated by...
I followed the steps described in chapter 1 and 2 to learn about test results. Once I push the "screwed" game of live on the server, git pulls the changes...
Chapter 2 page 29 says "and dead cells appear as a minus character (-)", also there is a small screenshot showing lots of dashes. In fact, the source code on...