You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/03/16 19:34:13 UTC

svn commit: rev 9534 - incubator/depot/trunk/ruper

Author: nicolaken
Date: Tue Mar 16 11:34:12 2004
New Revision: 9534

Added:
   incubator/depot/trunk/ruper/forrest.properties
Log:
use tigris-style skin for now, as it uses the color profile but is not broken as it seems that krysalis-site is.

Added: incubator/depot/trunk/ruper/forrest.properties
==============================================================================
--- (empty file)
+++ incubator/depot/trunk/ruper/forrest.properties	Tue Mar 16 11:34:12 2004
@@ -0,0 +1,85 @@
+##############
+# Properties used by forrest.build.xml for building the website
+##############
+
+# Prints out a summary of Forrest settings for this project
+#forrest.echo=true 
+
+# Project name (used to name .war file)
+project.name=incubator-depot-ruper
+
+# Specifies name of Forrest skin to use
+#project.skin=forrest-site
+#project.skin=forrest-css
+#project.skin=krysalis-site
+project.skin=tigris-style
+
+# comma seperated list, file:/// is supported
+#forrest.skins.descriptors=http://xml.apache.org/forrest/skins/skins.xml,file:///c:/myskins/skins.xml
+
+##############
+# behavioural properties
+#project.menu-scheme=tab_attributes
+#project.menu-scheme=directories
+
+##############
+# layout properties
+
+# Properties that must be set to override the default locations
+#
+# Parent properties must be set. This usually means uncommenting
+# project.content-dir if any other property using it is uncommented
+
+#project.status=status.xml
+#project.content-dir=src/documentation
+#project.conf-dir=${project.content-dir}/conf
+#project.sitemap-dir=${project.content-dir}
+#project.raw-content-dir=${project.content-dir}/content
+#project.xdocs-dir=${project.content-dir}/content/xdocs
+#project.resources-dir=${project.content-dir}/resources
+#project.stylesheets-dir=${project.resources-dir}/stylesheets
+#project.images-dir=${project.resources-dir}/images
+#project.schema-dir=${project.resources-dir}/schema
+#project.skins-dir=${project.content-dir}/skins
+#project.skinconf=${project.content-dir}/skinconf.xml
+#project.lib-dir=${project.content-dir}/lib
+#project.classes-dir=${project.content-dir}/classes
+
+
+##############
+# Cocoon catalog entity resolver properties
+
+# A local OASIS catalog file to supplement the default Forrest catalog
+#project.catalog=${project.schema-dir}/catalog.xcat
+
+# The verbosity level for the entity resolver (1..10)
+#forrest.catalog.verbosity=1
+
+
+##############
+# validation properties
+
+# Determine if validation is performed
+#forrest.validate=true
+
+# *.failonerror=(true|false)    stop when an XML file is invalid
+#forrest.validate.failonerror=true
+
+# *.excludes=(pattern)         Comma-separated list of path patterns to not validate
+#forrest.validate.excludes=
+
+
+##############
+# General Forrest properties
+
+# The URL to start crawling from
+#project.start-uri=index.html
+# Set logging level for messages printed to the console
+# (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
+#project.debuglevel=ERROR
+# Max memory to allocate to Java
+#forrest.maxmemory=64m
+# Any other arguments to pass to the JVM. For example, to run on an X-less
+# server, set to -Djava.awt.headless=true
+#forrest.jvmargs=
+#project.bugtracking-url=http://nagoya.apache.org/bugzilla/show_bug.cgi?id=

Re: svn commit: rev 9534 - incubator/depot/trunk/ruper

Posted by Nick Chalko <ni...@chalko.com>.
The tigris-style skin failed for me.  It was not found. 
Are you using the HEAD of forrest ?  I am running 0.5.1

I published to svn, but I can't update the site yet.  Infrastructure 
needs to fix some perms for me.

R,
Nick

nicolaken@apache.org wrote:

>Author: nicolaken
>Date: Tue Mar 16 11:34:12 2004
>New Revision: 9534
>
>Added:
>   incubator/depot/trunk/ruper/forrest.properties
>Log:
>use tigris-style skin for now, as it uses the color profile but is not broken as it seems that krysalis-site is.
>
>A
>