
44 I Philosophy and Methodology
The <workingdirectory> block specifies where on the local hard drive the
project directory is found. The “name” attribute is the project name that will
show up on the CCNet website. The server will generate XML logs whenever a
build is started. You tell it where to put those logs with the <artifactDirectory>
block. They can be cleaned up using the artifact clean-up publisher that is covered
later. The <category> tag can be used to organize projects. For example, if two
projects are building the same game but for different platforms, similarly named
categories can help group these projects. The <webURL> is the reporting ...