Hi Torgeir,
Torgeir Veimo schrieb:
On 25 Jul 2008, at 23:53, Felix Meschberger (JIRA) wrote:
The filesystem resource provider is your friend: Create a
configuration mapping sling.home into the resource tree and start
looking at it.
Can someone provide the exact details of what to change in
sling.properties for this to work? The current value of sling.home is
defined as
sling.home = sling
Nothing needs to be changed to the sling.properties file. Just create a
configuration object with the "Provider Root" set to the location where
you want to hook (mount) the filesystem provider in the resource tree
and set the "Filesystem Root" to "." (just a single dot), which is
converted to meaning the location of ${sling.home}.
Also, is this provider in current trunk?
The provider is in the trunk at samples/fsresource.
Regards
Felix