You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

forrest.properties 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. # Licensed to the Apache Software Foundation (ASF) under one or more
  2. # contributor license agreements. See the NOTICE file distributed with
  3. # this work for additional information regarding copyright ownership.
  4. # The ASF licenses this file to You under the Apache License, Version 2.0
  5. # (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  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.
  15. ##############
  16. # Properties used by forrest.build.xml for building the website
  17. # These are the defaults, un-comment them if you need to change them.
  18. ##############
  19. # Prints out a summary of Forrest settings for this project
  20. #forrest.echo=true
  21. # Project name (used to name .war file)
  22. project.name=fop-project
  23. # Specifies name of Forrest skin to use
  24. #project.skin=forrest-site
  25. #project.skin=crust
  26. project.skin=pelt
  27. # comma separated list, file:// is supported
  28. #forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
  29. ##############
  30. # behavioural properties
  31. #project.menu-scheme=tab_attributes
  32. #project.menu-scheme=directories
  33. ##############
  34. # layout properties
  35. # Properties that can be set to override the default locations
  36. #
  37. # Parent properties must be set. This usually means uncommenting
  38. # project.content-dir if any other property using it is uncommented
  39. #project.status=status.xml
  40. #project.content-dir=src/documentation
  41. #project.raw-content-dir=${project.content-dir}/content
  42. #project.conf-dir=${project.content-dir}/conf
  43. #project.sitemap-dir=${project.content-dir}
  44. #project.xdocs-dir=${project.content-dir}/content/xdocs
  45. #project.resources-dir=${project.content-dir}/resources
  46. #project.stylesheets-dir=${project.resources-dir}/stylesheets
  47. #project.images-dir=${project.resources-dir}/images
  48. #project.schema-dir=${project.resources-dir}/schema
  49. #project.skins-dir=${project.content-dir}/skins
  50. project.skinconf=${project.content-dir}/skinconf.xml
  51. #project.lib-dir=${project.content-dir}/lib
  52. #project.classes-dir=${project.content-dir}/classes
  53. #project.translations-dir=${project.content-dir}/translations
  54. project.knownissues=known-issues.xml
  55. ##############
  56. # validation properties
  57. #forrest.validate=true
  58. #forrest.validate=false
  59. forrest.validate.xdocs=${forrest.validate}
  60. forrest.validate.skinconf=${forrest.validate}
  61. forrest.validate.sitemap=${forrest.validate}
  62. forrest.validate.stylesheets=${forrest.validate}
  63. forrest.validate.skins=${forrest.validate}
  64. forrest.validate.skins.stylesheets=${forrest.validate.skins}
  65. # *.failonerror=(true|false) - stop when an XML file is invalid
  66. #forrest.validate.failonerror=true
  67. # *.excludes=(pattern) - comma-separated list of path patterns to not validate
  68. # e.g.
  69. #forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
  70. #forrest.validate.xdocs.excludes=
  71. ##############
  72. # General Forrest properties
  73. # The URL to start crawling from
  74. #project.start-uri=linkmap.html
  75. # Set logging level for messages printed to the console
  76. # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
  77. #project.debuglevel=ERROR
  78. # Max memory to allocate to Java
  79. forrest.maxmemory=128m
  80. # Any other arguments to pass to the JVM. For example, to run on an X-less
  81. # server, set to -Djava.awt.headless=true
  82. #forrest.jvmargs=
  83. # The bugtracking URL - the issue number will be appended
  84. project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
  85. bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
  86. #project.bugtracking-url=http://issues.apache.org/jira/browse/
  87. # The issues list as rss
  88. #project.issues-rss-url=
  89. #I18n Property only works for the "forrest run" target.
  90. #project.i18n=true
  91. # The names of plugins that are required to build the project
  92. # comma separated list (no spaces)
  93. # project.required.plugins=
  94. project.required.plugins=org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.output.pdf