On Wed, 2006-11-22 at 10:33 +1000, Cameron McCormack wrote:
> Hi.
> 
> Is it possible to make Forrest not create the webapp directory when
> doing a 'forrest site'? 

This dir is needed for internal processing.

>  It seems to make an 8MB WEB-INF/debug.log file
> in there, which I don’t want.

Well the logs can be configured by your forrest.properties

# Set logging level for messages printed to the console
# (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
project.debuglevel=ERROR

> 
> Is there also a way to make Forrest remove its tmp directory when it
> finishes?

you can do:
forrest site;forrest clean
or you can write your own ant target to do it.

salu2

> 
> Thanks,
> 
> Cameron
>