Markus Flach wrote:
You said it's a long time sine you worked with 0.7, are you running already
0.8?
Being an active dev I always run SVN head. 0.8-dev has been pretty
stable for some time now, we re trying to finish the final "polishing"
tasks before we can do the release, but it is slow going with most devs
having very little time to do such work.
We need help!
When i make a new web site with "forrest seed" it creat this as well.
But it stands that there is a n status.xml in the root folder. But hat i can
see in the root folder is only a file with the name forrest.properties
For what is that status.xml file?
Status XML is used by the project.info plugin (see the plugins page on
our website).
You should not have one in a freshly seeded site, it is not required as
a fresh site does not use the projectInfo plugin.
When i made a test project, and type there forrest run it's running as well
but i still miss the status.xml.
Did you do the steps I asked? Can you please confirm the
forrest.properties settings I refer to. I'm trying to work out what is
asking for status.xml (and hoping some other dev/user with a clearer
memory of 0.7, or a valid install of 0.7, can help us out here).
Ross
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