Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.6
-
None
Description
Using a brand new directory structure with a freshly seeded site a number of errors are generated at build time. These are regarding missing images at the point when the pdfs are being generated.
The default location for the project-logo.gif in a freshly seeded site is src/documentation/content/xdocs/images/project-logo.gif whereas the default location used by the build is src/documentation/resources/images/project-logo.gif.
The workaround for now is to uncomment the following lines in
forrest.properties:
project.content-dir...
project-xdocs-dir...
project.images-dir..
Set project.images-dir to "${project.xdocs-dir}/images".
This is discussed in the following mailing list thread:
http://marc.theaimsgroup.com/?t=107582031900001&r=1&w=2
The default location for the project-logo.gif in a freshly seeded site is src/documentation/content/xdocs/images/project-logo.gif whereas the default location used by the build is src/documentation/resources/images/project-logo.gif.
The workaround for now is to uncomment the following lines in
forrest.properties:
project.content-dir...
project-xdocs-dir...
project.images-dir..
Set project.images-dir to "${project.xdocs-dir}/images".
This is discussed in the following mailing list thread:
http://marc.theaimsgroup.com/?t=107582031900001&r=1&w=2