Oleg Kalnichevski wrote:
What is the web server supposed to do with the following request
GET .. HTTP/1.1
?
As Roland has pointed out already, such a request will never be sent to
a server. Relative links in websites are absolutely normal.
I mean if you build the site locally then you expect it to work, right?
Not if one uses Maven ;-) All sub-modules are deployed in their
respective home directories under 'target/site', which renders all
cross-module links nonfunctional until the whole thing is deployed to
its target repository. If you know how to fix that, I'll be happy to
learn
Oleg
Okay, that's a pitty. But well... Unfortunately I have not had (not
taken) the time to look into Maven 2 at all. Also I have never used
multiproject features in Maven 1. I fear I am of little help here.
Odi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]