forrest.properties 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. ##############
  2. # Properties used by forrest.build.xml for building the website
  3. # These are the defaults, un-comment them only if you need to change them.
  4. #
  5. # $Revision: 1.1 $
  6. # $Author: bablokb $
  7. #
  8. ##############
  9. # Prints out a summary of Forrest settings for this project
  10. #forrest.echo=true
  11. # Project name (used to name .war file)
  12. project.name=im4java
  13. # Specifies name of Forrest skin to use
  14. # See list at http://forrest.apache.org/docs/skins.html
  15. #project.skin=pelt
  16. # Descriptors for plugins and skins
  17. # comma separated list, file:// is supported
  18. #forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
  19. #forrest.plugins.descriptors=http://forrest.apache.org/plugins/plugins.xml,http://forrest.apache.org/plugins/whiteboard-plugins.xml
  20. ##############
  21. # behavioural properties
  22. #project.menu-scheme=tab_attributes
  23. #project.menu-scheme=directories
  24. ##############
  25. # layout properties
  26. # Properties that can be set to override the default locations
  27. #
  28. # Parent properties must be set. This usually means uncommenting
  29. # project.content-dir if any other property using it is uncommented
  30. #project.status=status.xml
  31. project.content-dir=.
  32. project.raw-content-dir=${project.content-dir}
  33. #project.conf-dir=${project.content-dir}/conf
  34. #project.sitemap-dir=${project.content-dir}
  35. project.xdocs-dir=${project.content-dir}/xdocs
  36. #project.resources-dir=${project.content-dir}/resources
  37. #project.stylesheets-dir=${project.resources-dir}/stylesheets
  38. #project.images-dir=${project.resources-dir}/images
  39. #project.schema-dir=${project.resources-dir}/schema
  40. #project.skins-dir=${project.content-dir}/skins
  41. #project.skinconf=${project.content-dir}/skinconf.xml
  42. #project.lib-dir=${project.content-dir}/lib
  43. #project.classes-dir=${project.content-dir}/classes
  44. #project.translations-dir=${project.content-dir}/translations
  45. ##############
  46. # validation properties
  47. # This set of properties determine if validation is performed
  48. # Values are inherited unless overridden.
  49. # e.g. if forrest.validate=false then all others are false unless set to true.
  50. #forrest.validate=true
  51. #forrest.validate.xdocs=${forrest.validate}
  52. #forrest.validate.skinconf=${forrest.validate}
  53. forrest.validate.sitemap=false
  54. #forrest.validate.stylesheets=${forrest.validate}
  55. #forrest.validate.skins=${forrest.validate}
  56. #forrest.validate.skins.stylesheets=${forrest.validate.skins}
  57. # *.failonerror=(true|false) - stop when an XML file is invalid
  58. #forrest.validate.failonerror=true
  59. # *.excludes=(pattern) - comma-separated list of path patterns to not validate
  60. # e.g.
  61. #forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
  62. #forrest.validate.xdocs.excludes=
  63. ##############
  64. # General Forrest properties
  65. # The URL to start crawling from
  66. #project.start-uri=linkmap.html
  67. # Set logging level for messages printed to the console
  68. # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
  69. #project.debuglevel=ERROR
  70. # Max memory to allocate to Java
  71. forrest.maxmemory=1000m
  72. # Any other arguments to pass to the JVM. For example, to run on an X-less
  73. # server, set to -Djava.awt.headless=true
  74. #forrest.jvmargs=
  75. # The bugtracking URL - the issue number will be appended
  76. #project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
  77. #project.bugtracking-url=http://issues.apache.org/jira/browse/
  78. # The issues list as rss
  79. #project.issues-rss-url=
  80. #I18n Property. Based on the locale request for the browser.
  81. #If you want to use it for static site then modify the JVM system.language
  82. # and run once per language
  83. #project.i18n=true
  84. # The names of plugins that are required to build the project
  85. # comma separated list (no spaces)
  86. # You can request a specific version by appending "-VERSION" to the end of
  87. # the plugin name. If you exclude a version number the latest released version
  88. # will be used, however, be aware that this may be a development version. In
  89. # a production environment it is recomended that you specify a known working
  90. # version.
  91. # Run "forrest available-plugins" for a list of plug-ins currently available
  92. project.required.plugins=org.apache.forrest.plugin.output.pdf
  93. # Proxy configuration
  94. # proxy.host=
  95. # proxy.port=