David Crossley wrote:
I expect that many people on the Forrest user list
are really "developers" rather than "users".

If so then please do your bit for open source
development and assist the community to test
the upcoming release. It is also in your own
interests to ensure it works for your use cases.

See the "dev" list subscribe and archives at
http://forrest.apache.org/mail-lists.html

-David

Hello,

here is my test run with the following environment:

OS     : Windows XP Pro Version 2002 Service Pack 2
Java : Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing)
Locale : fr_FR


OK * Make a fresh site ...
OK    cd my-new-dir
OK    forrest seed
OK    forrest run ... use the local jetty server.
OK    forrest ... build the whole site from the command-line.
OK    forrest war ... use your own full Jetty or Tomcat.

Test with apache-tomcat-5.5.12 : OK overall
FAIL - the "plugins" link does not work (was OK when running with Forrest-Jetty)
     "/my-project/pluginDocs/plugins_0_70/index.html" could not be found

OK * Try it on the Forrest core docs ...
OK    cd site-author
OK    forrest run
OK    forrest

* Forrest was already pre-built. Try building it again.
OK    cd main
OK    build clean
OK    build
FAIL    build test

End of trace for "build test"

----------- 8< ------------------------------------------------------------------------------------------

site:

 Copying the various non-generated resources to site.
 Warnings will be issued if the optional project resources are not found.
This is often the case, because they are optional and so may not be available.
Copying project resources and images to site ...
Warning: C:\dev\third\apache-forrest-0.8\build\test_dispatcher_site\build\webapp\resources not found. Copying 2 files to C:\dev\third\apache-forrest-0.8\build\test_dispatcher_site\build\site\fr
Copying main skin images to site ...
Created dir: C:\dev\third\apache-forrest-0.8\build\test_dispatcher_site\build\site\fr\skin\images Copying 18 files to C:\dev\third\apache-forrest-0.8\build\test_dispatcher_site\build\site\fr\skin\images Copying 14 files to C:\dev\third\apache-forrest-0.8\build\test_dispatcher_site\build\site\fr\skin\images
------------------------------------------------------------------------
cocoon 2.2.0-dev
Copyright (c) 1999-2005 Apache Software Foundation. All rights reserved.
Build: December 8 2005 (TargetVM=1.4, SourceVM=1.4, Debug=on, Optimize=on)
------------------------------------------------------------------------
Copying project skin images to site ...
Warning: C:\dev\third\apache-forrest-0.8\main\src\documentation\skins\common\images not found. Warning: C:\dev\third\apache-forrest-0.8\main\src\documentation\skins\pelt\images not found.
Copying main skin css and js files to site ...
Copying 11 files to C:\dev\third\apache-forrest-0.8\build\test_dispatcher_site\build\site\fr\skin Copied 4 empty directories to 3 empty directories under C:\dev\third\apache-forrest-0.8\build\test_dispatcher_site\build\site\fr\skin Copying 4 files to C:\dev\third\apache-forrest-0.8\build\test_dispatcher_site\build\site\fr\skin
Copying project skin css and js files to site ...
Warning: C:\dev\third\apache-forrest-0.8\main\src\documentation\skins\common not found. Warning: C:\dev\third\apache-forrest-0.8\main\src\documentation\skins\pelt not found.

Finished copying the non-generated resources.
Now Cocoon will generate the rest.

Static site will be generated at:
C:\dev\third\apache-forrest-0.8\build\test_dispatcher_site\build\site\fr

Cocoon will report the status of each document:
 - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ).

X [0] linkmap.html BROKEN: org.apache.forrest.dispatcher.transformation.DispatcherTransformer
Total time: 0 minutes 3 seconds,  Site size: 0 Site pages: 0
Java Result: 1

 Copying broken links file to site root.

Copying 1 file to C:\dev\third\apache-forrest-0.8\build\test_dispatcher_site\build\site\fr

BUILD FAILED
C:\dev\third\apache-forrest-0.8\main\build.xml:371: The following error occurred while executing this line: C:\dev\third\apache-forrest-0.8\main\build.xml:373: The following error occurred while executing this line: C:\dev\third\apache-forrest-0.8\main\build.xml:383: The following error occurred while executing this line: C:\dev\third\apache-forrest-0.8\main\targets\site.xml:180: Error building site.

There appears to be a problem with your site build.

Read the output above:
* Cocoon will report the status of each document:
   - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ).
* Even if only one link is broken, you will still get "failed".
* Your site would still be generated, but some pages would be broken.
- See C:\dev\third\apache-forrest-0.8\build\test_dispatcher_site\build\site\fr/broken-links.xml

Total time: 57 seconds

Regards,

Olivier Parent