Have you considered migrating to maven and using the site generation facilities it provides?
FYI: migrating from forrest -> maven-style xdoc can be quite a bit of handwork (maven doesn't support the forrest document dtds). Migrating from forrest -> maven-forrest-plugin won't solve this problem.
Carsten Ziegeler wrote:I'm just experiencing a strange problem. I try to build the docs for excalibur/store and only the first two documents are generated. The book.xml looks like this:
<menu label="About"> <menu-item href="index.html" label="Overview"/> <menu-item href="mrustore.html" label="MRU Store"/> <menu-item href="storejanitor.html" label="Janitor"/> </menu>
and only index.html and mrustore.html are build without any exceptions or errors or broken link reports. If I exchange the last two entries, then index.html and storejanitor.html is build without problems. But again the third entry not.
weird. With the copy I use (grabbed from cvs on 19022003) it works normally. With the latest forrest from cvs, I get the same problem. Just to be clear, you've got a dir structure like:
./avalon ./avalon-site ./avalon-excalibur
and you do
cd ./avalon-excalibur/store ant docs
and your ouput contains something like:
[java] Initializing... ready, let's go :-)
[java] * [8] index.html
[java] * [0] skin/tigris.css
[java] * [0] skin/mysite.css
[java] * [0] skin/site.css
[java] * [0] skin/print.css
[java] * [0] images/group-logo.gif
[java] * [0] images/project-logo.gif
[java] * [8] mrustore.html
[java] * [8] storejanitor.htmlexcept for that last line, which should be there but isn't.
still digging...
cheers!
- Leo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
