David Crossley wrote:
Ross Gardler wrote:
Ross Gardler wrote:
Olivier Parent wrote:
here is my test run with the following environment:
OK    forrest war ... use your own full Jetty or Tomcat.

Test with apache-tomcat-5.5.12 : OK overall
FAIL - the "plugins" link does not work (was OK when running with Forrest-Jetty)
    "/my-project/pluginDocs/plugins_0_70/index.html" could not be found
I'm now onto testing the war targets.

So will try and reproduce this error.
OK, I reproduced it.

(in tomcat 6, but that's not relevant to this issue)

The war works fine apart from this issue, at least as far as I can see.

The issue is caused by the fact that the war is mounted at localhost:8080/my-project rather than localhost:8080

The match in sitemap.xmap is:

<map:match pattern="pluginDocs/plugins_(.*)/index(|\.source).xml" type="regexp">

So it fails.

This is certainly an issue, but it is not one that is likely to actually affect users and is easy to fix in 0.8.1 or 0.9.

I don't see the need for a new RC1 for this issue.

As you suggest, developers would be the ones to use
the plugins index. Most likely would use 'forrest run'
for development.

It's even less wide ranging than that. The problem only shows up when building a war of a freshly seeded site.

Ross