1 # Copyright 2002-2005 The Apache Software Foundation or its licensors,
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
8 # http://www.apache.org/licenses/LICENSE-2.0
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
17 # Properties used by forrest.build.xml for building the website
18 # These are the defaults, un-comment them only if you need to change them.
21 # Prints out a summary of Forrest settings for this project
24 # Project name (used to name .war file)
25 #project.name=my-project
27 # Specifies name of Forrest skin to use
28 # See list at http://forrest.apache.org/docs/skins.html
31 # Descriptors for plugins and skins
32 # comma separated list, file:// is supported
33 #forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
34 #forrest.plugins.descriptors=http://forrest.apache.org/plugins/plugins.xml,http://forrest.apache.org/plugins/whiteboard-plugins.xml
37 # behavioural properties
38 #project.menu-scheme=tab_attributes
39 #project.menu-scheme=directories
44 # Properties that can be set to override the default locations
46 # Parent properties must be set. This usually means uncommenting
47 # project.content-dir if any other property using it is uncommented
49 #project.status=status.xml
50 project.content-dir=docs
51 #project.raw-content-dir=${project.content-dir}/content
52 #project.conf-dir=${project.content-dir}/conf
53 #project.sitemap-dir=${project.content-dir}
54 #project.xdocs-dir=${project.content-dir}/content/xdocs
55 #project.resources-dir=${project.content-dir}/resources
56 #project.stylesheets-dir=${project.resources-dir}/stylesheets
57 #project.images-dir=${project.resources-dir}/images
58 #project.schema-dir=${project.resources-dir}/schema
59 #project.skins-dir=${project.content-dir}/skins
60 #project.skinconf=${project.content-dir}/skinconf.xml
61 #project.lib-dir=${project.content-dir}/lib
62 #project.classes-dir=${project.content-dir}/classes
63 #project.translations-dir=${project.content-dir}/translations
66 # validation properties
68 # This set of properties determine if validation is performed
69 # Values are inherited unless overridden.
70 # e.g. if forrest.validate=false then all others are false unless set to true.
71 #forrest.validate=true
72 #forrest.validate.xdocs=${forrest.validate}
73 #forrest.validate.skinconf=${forrest.validate}
74 #forrest.validate.sitemap=${forrest.validate}
75 #forrest.validate.stylesheets=${forrest.validate}
76 #forrest.validate.skins=${forrest.validate}
77 #forrest.validate.skins.stylesheets=${forrest.validate.skins}
79 # *.failonerror=(true|false) - stop when an XML file is invalid
80 #forrest.validate.failonerror=true
82 # *.excludes=(pattern) - comma-separated list of path patterns to not validate
84 #forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
85 #forrest.validate.xdocs.excludes=
89 # General Forrest properties
91 # The URL to start crawling from
92 #project.start-uri=linkmap.html
94 # Set logging level for messages printed to the console
95 # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
96 #project.debuglevel=ERROR
98 # Max memory to allocate to Java
99 #forrest.maxmemory=64m
101 # Any other arguments to pass to the JVM. For example, to run on an X-less
102 # server, set to -Djava.awt.headless=true
105 # The bugtracking URL - the issue number will be appended
106 #project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
107 #project.bugtracking-url=http://issues.apache.org/jira/browse/
109 # The issues list as rss
110 #project.issues-rss-url=
112 #I18n Property. Based on the locale request for the browser.
113 #If you want to use it for static site then modify the JVM system.language
114 # and run once per language
117 # The names of plugins that are required to build the project
118 # comma separated list (no spaces)
119 # You can request a specific version by appending "-VERSION" to the end of
120 # the plugin name. If you exclude a version number the latest released version
121 # will be used, however, be aware that this may be a development version. In
122 # a production environment it is recomended that you specify a known working
124 # Run "forrest available-plugins" for a list of plug-ins currently available
125 project.required.plugins=org.apache.forrest.plugin.output.pdf
127 # Proxy configuration