Hi,
I read some topics about site generation, and howto add a link for
project module.
I have now a module section in my parent site, but some link are wrong.
My modules are :
<modules>
<module>core</module>
<module>commons-tests</module>
<module>httpunit-plugin</module>
<module>htmlunit-plugin</module>
<module>jacobie-plugin</module>
</modules>
The generated site contains the following folders :
core/
commons-tests/
*httpunit-plugin*/
*htmlunit-plugin*/
*jacobie-plugin*/
But links generated by <menu ref="modules" /> are :
<h5>Modules</h5>
<ul>
<li class="none">
<a href="core/index.html">jWebUnit - Core - API</a></li>
<li class="none">
<a href="commons-tests/index.html">jWebUnit - Tests - Commons</a>
</li>
<li class="none">
<a href="*httpunit*/index.html">jWebUnit - HttpUnit - Plugin</a>
</li>
<li class="none">
<a href="*htmlunit*/index.html">jWebUnit - HtmlUnit - Plugin</a>
</li>
<li class="none">
<a href="*jacobie*/index.html">jWebUnit - Jacobie - Plugin</a>
</li>
</ul>
I don't know why it works for commons-test, and not for XXX-plugin.
Perhaps "-plugin" has a particular meanings ?
Thanks.
This message contains information that may be privileged or confidential and is
the property of the Capgemini Group. It is intended only for the person to whom
it is addressed. If you are not the intended recipient, you are not authorized
to read, print, retain, copy, disseminate, distribute, or use this message or
any part thereof. If you receive this message in error, please notify the
sender immediately and delete all copies of this message.