On 11/17/06, J.D. Williams <[EMAIL PROTECTED]> wrote:
I unzipped the compressed file to: /home/jdw/apache-forrest-0.7

Then, set the FORREST_HOME to that location and
added /home/jdw/apache-forrest-0.7/bin to my PATH.

Just now, to verify what I have been doing, I changed
to /home/jdw/apache-forrest-0.7/main and typed './build.sh clean' and
then 'forrest clean' just to make sure.

Then, I typed 'forrest build' and got a BUILD SUCCESSFUL.

Then, I changed to /home/jdw/apache-forrest-0.7/site-author and typed
'forrest run' and got the same error.

Joe

The FAQ[1] that I referenced earlier should solve your problem.  The
site-author project uses the ProjectInfo plugin and references
(implicitly) the latest version of it.  You need to create a reference
to an earlier version (0.1) of it by following the FAQ entry.  To
confirm this, you should be able to go to fresh-site or create a new
skeleton project with "forrest seed" and they should work fine because
they don't reference a plugin.

--tim

[1] - http://forrest.apache.org/docs_0_80/faq.html#older-plugins


On Fri, 2006-11-17 at 17:05 -0500, Tim Williams wrote:
> On 11/17/06, J.D. Williams <[EMAIL PROTECTED]> wrote:
> > No plugins.
> >
> > The previous email described exactly what I did. No more, no less.
> >
> > Downloaded, followed the directions, reported the error.
> >
> > Joe
> >
> > On Fri, 2006-11-17 at 15:33 -0500, Tim Williams wrote:
> > > On 11/17/06, J.D. Williams <[EMAIL PROTECTED]> wrote:
> > > > Downloaded apache-forrest-0.7.tar.gz and unzipped to my home directory.
> > > >
> > > > Set the environment according to the instructions, ran the build, then
> > > > ran "forrest run" from the main directory, opened a browser, went to
> > > > localhost:8888/ and got the following error.
>
> When you say "main directory", what directory are you talking about?
>
> --tim