You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Jeff Turner <je...@apache.org> on 2002/08/20 08:34:12 UTC

Re: using ForrestBot (SOLVED)

On Mon, Aug 19, 2002 at 05:12:14PM +0200, Marc Portier wrote:
> Jeff,
> 
> not fully understanding what you see (and missing the tgz)

Oops, forgot to attach. But..
...
> $ vi acornbot.conf.xml
> slide in:
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <forrest-config>
>   <defaults />
>   <project name="acorn-test">
>     <prepare>
>         <skin name="forrest-site"/>
>     </prepare>
>     <get-src type="local-copy">
>       <project-dir name="../acorn-test" />
        ^^^^^^^^^^^^

That was the line I was missing. Added it and everything is now fine.

Attached is a patch for your-project.xml.

Thanks for your and David's help :)

--Jeff

Re: using ForrestBot (SOLVED)

Posted by David Crossley <cr...@indexgeo.com.au>.
Jeff Turner wrote:
<snip/>
> > $ vi acornbot.conf.xml
> > slide in:
> > <?xml version="1.0" encoding="ISO-8859-1"?>
> > <forrest-config>
> >   <defaults />
> >   <project name="acorn-test">
> >     <prepare>
> >         <skin name="forrest-site"/>
> >     </prepare>
> >     <get-src type="local-copy">
> >       <project-dir name="../acorn-test" />
>         ^^^^^^^^^^^^
> 
> That was the line I was missing. Added it and everything is now fine.

I did not need that line because i had a <defaults>
section with <project-dir name="." />
I will tweak the your-project.xml doc to have a complete
minimal example, rather than just the <project> snippet.
--David

> Attached is a patch for your-project.xml.
> 
> Thanks for your and David's help :)

No problem.
--David