I think I remember that running the "site" target of the main
build.xml file would previously download and deploy Forrest into the
ext-package directory. This however doesn't seem to be the case
anymore. How does this work now?
In forrestdoc.xml I found these properties which don't seem to be used anymore:
<property name="forrest-package-dir"
value="${external.package.dir}/apache-forrest-0.6"/>
<property name="forrest.home" location="${forrest-package-dir}/src/core"/>
Instead Forrest is invoked by:
<exec dir="${basedir}" executable="${env.FORREST_HOME}/bin/forrest.bat"/>
So I get the impression that I must install Forrest manually prior to
running the "site" target. Can someone confirm this?
Further this invocation of Forrest will probably only work on Windows
platforms, which is unfortunate. But that's of course not difficult to
change.
--knut
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]