Markus Flach wrote:
I run apache forrest 0.7.

I change to my project folder which i created just before and than i start
th seed with "forrest seed"

It's a long time since I worked with 0.7, so I'm going by distant memory and looking at what is in the 0.7 branch...

The fresh-site used for seeding a new project does *not* include a status.xml file and does *not* use the projectInfo plugin, which is what requires the status.xml file.

So, I have no idea why your freshly seeded project is looking for status.xml. We have not had a problem like this before and 0.7 is in wide use, so I can only guess it is something peculiar about your setup.

Please do the following...

cd [TMP_DIR]
mkdir test
cd test
forrest seed

Now confirm that the projectInfo plugin is not defined in the project.required.plugins value defined in forrest.properties

forrest run
http://localhost:8888

You should see your seeded sites home page

Ross




-----Ursprüngliche Nachricht-----
Von: Ross Gardler [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 3. September 2006 22:31
An: user@forrest.apache.org
Betreff: Re: question about status.xml

Markus Flach wrote:

hello

i seeded my first project with forrest and it stands there i can fidn a file with the name status.xml.
but this file is not in my project folder where i seeded my 1st project.


It should be. What version of Forrest are you using and what commands did
you run to seed a project?

Ross