You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by Andy J <se...@gmail.com> on 2005/01/03 19:51:21 UTC

Forrester.properties

Can anyone clarify the use of forrester.properties?  I'm having a
couple of problems:

1) it's not finding the images I have:
  X [0] images/fcm.gif        BROKEN: D:\apps\
apache-forrest-0.6\src\core\context\...\images\fcm.gif (The filename,
directory, name, or volume label syntax is incorrect)

In skinconf.xml I've tried: images/fcm.gif,
{project.images-dir}/fcm.gif, ${project.images-dir}/fcm.gif.  The only
thing that seems to work is to copy them into the core images dir.

2) I'm trying to create a pipeline to create an XML from directory
contents (like revisions.xmap) - what is the correct syntax for
referring to a property?  I see *xmap files showing
{forrester:stylesheets}.  Is the corollary {project:stylesheets-dir}
or would it be {project:project.stylesheets-dir} or simply
{project:stylesheets-dir}?  Why are the Forrester: properties
different from project files (i.e., stylesheet vs stylesheet-dir). 
None of them seem to work for me. . .;(

Thanks -

- Andy

Re: Forrester.properties

Posted by Andy J <se...@gmail.com>.
It seems like Forrest does something funny re: #1).   I moved the
images directory from project.resources-dir to project.content-dir and
now it finds them - though that's not consistent with the actual
directories that these variables should be referring to (unless, of
course, I'm doing something wrong).  I have not modified any property
from its default.

- Andy


On Mon, 3 Jan 2005 13:51:21 -0500, Andy J <se...@gmail.com> wrote:
> Can anyone clarify the use of forrester.properties?  I'm having a
> couple of problems:
> 
> 1) it's not finding the images I have:
>   X [0] images/fcm.gif        BROKEN: D:\apps\
> apache-forrest-0.6\src\core\context\...\images\fcm.gif (The filename,
> directory, name, or volume label syntax is incorrect)
> 
> In skinconf.xml I've tried: images/fcm.gif,
> {project.images-dir}/fcm.gif, ${project.images-dir}/fcm.gif.  The only
> thing that seems to work is to copy them into the core images dir.
> 
> 2) I'm trying to create a pipeline to create an XML from directory
> contents (like revisions.xmap) - what is the correct syntax for
> referring to a property?  I see *xmap files showing
> {forrester:stylesheets}.  Is the corollary {project:stylesheets-dir}
> or would it be {project:project.stylesheets-dir} or simply
> {project:stylesheets-dir}?  Why are the Forrester: properties
> different from project files (i.e., stylesheet vs stylesheet-dir).
> None of them seem to work for me. . .;(
> 
> Thanks -
> 
> - Andy
>