You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by Krzysztof Porowski <K....@gmail.com> on 2004/09/29 20:24:50 UTC

Forrest 0.6 menu generation

Hello!
I have some problems with js menu.
1.After switching (from 0.51) to forrest 0.6 (forrest_20040921165028)
I cannot get left js menu generated properly. I am using pelt skin.
Below there is a part of my index.html file. As you can see an <a> tag
has empty href attribute and text between <a> and </a> tags.

<!--+
    |start Menu
    +-->
<div id="menu">
<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title"
class="menutitle"></div>
<div id="menu_1.1" class="menuitemgroup">
<div class="menuitem">
<a href=""></a>
</div>
<div class="menuitem">
<a href=""></a>
</div>
<div class="menuitem">
<a href=""></a>
</div>
</div>
<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title"
class="menutitle"></div>
<div id="menu_1.2" class="menuitemgroup">
<div class="menuitem">
<a href=""></a>
</div>
<div class="menuitem">
<a href=""></a>
</div>
<div class="menuitem">
<a href=""></a>
</div>
<div class="menuitem">
<a href=""></a>
</div>
</div>
<div id="credit">
<a href="http://forrest.apache.org/"><img border="0" alt="Built with
Apache Forrest logo" src="images/built-with-forrest-button.png"
style="width: 88px;height: 31px;"></a>
</div>
<div id="roundbottom">
<img style="display: none" class="corner" height="15" width="15"
alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
<!--+
  |alternativ credits
  +-->
</div>
<!--+
    |end Menu
    +-->

2. I got only index.html and linkmap.html. Other files (like
changes.html, todo.html and my docs subdirectory with 4 more .xml
files) are not generated.

I suppose, that theese bugs are connected. I got the same strange
behaviour when I make 'forrest seed' and 'forrest'. The js menu is
broken also. So IMHO it's not my page fault.


Krzysztof

Re: Forrest 0.6 menu generation

Posted by Krzysztof Porowski <K....@gmail.com>.
On 30 Sep 2004 09:13:41 +1000, David Crossley <cr...@apache.org> wrote:
> Anyway, i do not get such errors when i do
> the 'forrest seed site'.
> 
> Would you please try again with today's SVN.

I have just discovered that it was FOR-293 bug. The newest version
works fine. Thanks.


-- 
Krzysztof

Re: Forrest 0.6 menu generation

Posted by David Crossley <cr...@apache.org>.
Krzysztof Porowski wrote:
> Hello!
> I have some problems with js menu.
> 1.After switching (from 0.51) to forrest 0.6 (forrest_20040921165028)

Providing the SVN revision number is also useful, i.e.
when you did 'svn update' the revision number was reported.
I am not sure how to get that without updating, but this works:
cd forrest
svn status -v KEYS

The date is useful too. That shows at a glance that your SVN
is very much out-of-date ... 9 days is a long time.

> I suppose, that theese bugs are connected. I got the same strange
> behaviour when I make 'forrest seed' and 'forrest'. The js menu is
> broken also. So IMHO it's not my page fault.

Anyway, i do not get such errors when i do
the 'forrest seed site'.

Would you please try again with today's SVN.

-- 
David Crossley