Cameron McCormack wrote:
> 
> In my site's cli.xconf file I added:
> 
>   <exclude pattern="download.cgi"/>
>   <exclude pattern="demos/**"/>
> 
> because I was getting output that said:
> 
>   [exec] X [0]  download.cgi  BROKEN: No pipeline matched request: 
> download.cgi
>   ???
>   [exec] X [0]  demo/AppletDemo.java  BROKEN: No pipeline matched request: 
> demo/AppletDemo.java
> 
> The download.cgi is the Apache mirror script, and demo/AppletDemo.java
> is a file I have a link to from one of the documents.  I've put both of
> these in the 'content' directory.
> 
> Is this the correct way to get around these errors?

Yes. See some examples in forrest/site-author/conf/cli.xconf

Not an "error". Doing 'forrest site' follows every link that it finds.
The Cocoon CLI (Command Line Interface) config enables the
powerful exclusion mechanism.

-David