forrest.properties 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. #
  2. # Licensed to the Apache Software Foundation (ASF) under one or more
  3. # contributor license agreements. See the NOTICE file distributed with
  4. # this work for additional information regarding copyright ownership.
  5. # The ASF licenses this file to You under the Apache License, Version 2.0
  6. # (the "License"); you may not use this file except in compliance with
  7. # the License. You may obtain a copy of the License at
  8. #
  9. # http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing, software
  12. # distributed under the License is distributed on an "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. # See the License for the specific language governing permissions and
  15. # limitations under the License.
  16. #
  17. ##############
  18. # Properties used by forrest.build.xml for building the website
  19. # These are the defaults, un-comment them if you need to change them.
  20. ##############
  21. # Prints out a summary of Forrest settings for this project
  22. #forrest.echo=true
  23. # Project name (used to name .war file)
  24. #project.name=my-project
  25. # Specifies name of Forrest skin to use
  26. #project.skin=tigris
  27. #project.skin=pelt
  28. # comma separated list, file:// is supported
  29. #forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
  30. ##############
  31. # behavioural properties
  32. #project.menu-scheme=tab_attributes
  33. #project.menu-scheme=directories
  34. ##############
  35. # layout properties
  36. # Properties that can be set to override the default locations
  37. #
  38. # Parent properties must be set. This usually means uncommenting
  39. # project.content-dir if any other property using it is uncommented
  40. #project.status=status.xml
  41. #project.content-dir=src/documentation
  42. #project.raw-content-dir=${project.content-dir}/content
  43. #project.conf-dir=${project.content-dir}/conf
  44. #project.sitemap-dir=${project.content-dir}
  45. #project.xdocs-dir=${project.content-dir}/content/xdocs
  46. #project.resources-dir=${project.content-dir}/resources
  47. #project.stylesheets-dir=${project.resources-dir}/stylesheets
  48. #project.images-dir=${project.resources-dir}/images
  49. #project.schema-dir=${project.resources-dir}/schema
  50. #project.skins-dir=${project.content-dir}/skins
  51. #project.skinconf=${project.content-dir}/skinconf.xml
  52. #project.lib-dir=${project.content-dir}/lib
  53. #project.classes-dir=${project.content-dir}/classes
  54. #project.translations-dir=${project.content-dir}/translations
  55. ##############
  56. # validation properties
  57. # This set of properties determine if validation is performed
  58. # Values are inherited unless overridden.
  59. # e.g. if forrest.validate=false then all others are false unless set to true.
  60. #forrest.validate=true
  61. #forrest.validate.xdocs=${forrest.validate}
  62. #forrest.validate.skinconf=${forrest.validate}
  63. # Workaround (HADOOP-7072) for http://issues.apache.org/jira/browse/FOR-984
  64. # Remove when forrest-0.9 is available
  65. forrest.validate.sitemap=false
  66. forrest.validate.stylesheets=false
  67. # End of forrest-0.8 + JDK6 workaround
  68. #forrest.validate.skins=${forrest.validate}
  69. forrest.validate.skins.stylesheets=false
  70. # *.failonerror=(true|false) - stop when an XML file is invalid
  71. #forrest.validate.failonerror=true
  72. # *.excludes=(pattern) - comma-separated list of path patterns to not validate
  73. # e.g.
  74. #forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
  75. #forrest.validate.xdocs.excludes=
  76. ##############
  77. # General Forrest properties
  78. # The URL to start crawling from
  79. #project.start-uri=linkmap.html
  80. # Set logging level for messages printed to the console
  81. # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
  82. #project.debuglevel=ERROR
  83. # Max memory to allocate to Java
  84. #forrest.maxmemory=64m
  85. # Any other arguments to pass to the JVM. For example, to run on an X-less
  86. # server, set to -Djava.awt.headless=true
  87. #forrest.jvmargs=
  88. # The bugtracking URL - the issue number will be appended
  89. #project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
  90. #project.bugtracking-url=http://issues.apache.org/jira/browse/
  91. # The issues list as rss
  92. #project.issues-rss-url=
  93. #I18n Property only works for the "forrest run" target.
  94. #project.i18n=true
  95. project.configfile=${project.home}/src/documentation/conf/cli.xconf