I had to make a few minor edits, notably:
The map file needs to have the href destinations as "relative to index",
e.g.:
href="./viewer/dnd/index.html"
instead of
href="/viewer/dnd/index.html"
The apt path also needs to be modified to relative to the directory
where you called maven (I guess):
%{snippet|verbatim=false|file=src/site/resources/images/HexagonalArchitectureOverview.png.map}
And now it works!
Well done!
Some of the paths may need editting. e.g. Noop, etc, but I
interrupted my doc build, so the problem may be on my machine.
Regards,
Kevin
On 26 Nov 2010 at 18:50, Alexander Krasnukhin wrote:
> I've created issue for this https://issues.apache.org/jira/browse/ISIS-13.
> Found the solution but can't properly test as site build always fails at my
> system. I hope someone can.
>
> btw, why we don't have "site" component in jira?
>