Author: crossley
Date: Wed Oct 19 17:53:54 2005
New Revision: 326764
URL: http://svn.apache.org/viewcvs?rev=326764&view=rev
Log:
Describe the Cocoon status messages before Cocoon starts.
These message are useful beyond brokenlinks.
Modified:
forrest/trunk/main/targets/site.xml
Modified: forrest/trunk/main/targets/site.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/targets/site.xml?rev=326764&r1=326763&r2=326764&view=diff
==============================================================================
--- forrest/trunk/main/targets/site.xml (original)
+++ forrest/trunk/main/targets/site.xml Wed Oct 19 17:53:54 2005
@@ -151,12 +151,15 @@
<exclude name="xslt/**"/>
</fileset>
</copy>
- <echo>Finished copying the non-generated resources.
- Now Cocoon will generate the rest ...</echo>
-
<echo>
- Static site will be generated at:
- ${project.site-dir}
+Finished copying the non-generated resources.
+Now Cocoon will generate the rest.
+
+Static site will be generated at:
+${project.site-dir}
+
+Cocoon will report the status of each document:
+ - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ).
</echo>
</sequential>
</parallel>