Absolute file locations in master forrest.properties.xml
--------------------------------------------------------

                 Key: FOR-1041
                 URL: https://issues.apache.org/jira/browse/FOR-1041
             Project: Forrest
          Issue Type: Sub-task
          Components: Core operations
    Affects Versions: 0.8
            Reporter: Ross Gardler


Currently the location of subsite sources is defined in the master 
locationmap.xml using an absolute file reference. This is not transportable and 
needs to be replaced with a better lookup mechanism (even using relative paths 
would be a huge improvement)

See locationmap.xml:

  <!-- FIXME: we can't allow absolute locations like this -->
  <property name="subsite.xdocs.seed" 
value="C:\projects\forrest\whiteboard\multipleSites\subsite-seed\src\documentation\content\xdocs"/>
  
  <!-- FIXME: we can't allow absolute locations like this -->
  <property name="subsite.xdocs.secondSeed" 
value="C:\projects\forrest\whiteboard\multipleSites\subsite-secondSeed\src\documentation\content\xdocs"/>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.