Hi,

On Mon, Aug 11, 2008 at 5:57 PM, Jeremias Maerki <[EMAIL PROTECTED]> wrote:
> As promised I've set up the Forrest website. I've used ForrestBot which
> faciliates the generation bit a lot.

I tried generating the web site but had the following issues:

1) Forrest doesn't work with Java 6. Disabling sitemap validation (see
patch below) made it work.

2) I have Forrest 0.8 which seems to produce slightly different output
than 0.9-dev, resulting in changes to almost all output files even if
I haven't changed any of the input files.

Issue 1 is easy enough to work around, but what should we do about
issue 2? Standardize a specific Forrest version to use when generating
the site?

I'm currently discussing with the ASF infrastructure team on whether
it's OK with them for us to use a CI build to generate the site. That
way we could have a single controlled environment where the site is
built, which would negate issue 2.

BR,

Jukka Zitting


Index: website/forrest.properties
===================================================================
--- website/forrest.properties  (revision 686463)
+++ website/forrest.properties  (working copy)
@@ -95,7 +95,7 @@
 #forrest.validate=false
 forrest.validate.xdocs=false
 #forrest.validate.skinconf=${forrest.validate}
-#forrest.validate.sitemap=${forrest.validate}
+forrest.validate.sitemap=false
 #forrest.validate.stylesheets=${forrest.validate}
 #forrest.validate.skins=${forrest.validate}
 #forrest.validate.skins.stylesheets=${forrest.validate.skins}

Reply via email to