Forrest (Head, revision 125624) seems to assume there's an index.xml file in
the xdoc root directory. Without this file, Forrest throws a nasty exception
shown below; however, the site seems to render correctly. To reproduce this
error, seed a fresh project, rename index.xml, and then update site.xml &
tab.xml accordingly.
An easy workaround is to include a dummy index.xml file, which stops the
exception. But, I�m not sure if there�s some undiscovered side-effect. Can
anyone shed any light on this problem?
-- Greg
org.apache.cocoon.CascadingIOException: SourceException:
org.apache.excalibur.source.SourceException: Exception during processing of
cocoon://index.html: org.apache.excalibur.source.SourceException: Exception
during processing of cocoon://index.html
at
org.apache.cocoon.environment.commandline.AbstractCommandLineEnvironment.redirect(AbstractCommandLineEnvironment.java:124)
at
org.apache.cocoon.environment.ForwardRedirector.doRedirect(ForwardRedirector.java:158)
at
org.apache.cocoon.environment.ForwardRedirector.redirect(ForwardRedirector.java:64)