Markus Flach wrote:
> 
> For what is that status.xml file?
> 
> When i made a test project, and type there forrest run it's running as well
> but i still miss the status.xml.

If you want generated "changes" documentation, such as:
http://forrest.apache.org/docs/dev/changes.html
then you need to declare the org.apache.forrest.plugin.input.projectInfo
plugin in your forrest.properties file and then provide
a source file called status.xml containing your changes.

You can find an example status.xml in the source for that plugin
$FORREST_HOME/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml

-David