Geert Josten wrote:
You could use input-modules to convert a relative path to an absolute one. It should be possible with the realpath input module for instance.


The locationmap in Forrest is an input module that can be used to do this, and much more.

Docs at http://forrest.apache.org/docs_0_80/locationmap.html

Code at http://svn.apache.org/repos/asf/forrest/trunk/main/java/org/apache/forrest/locationmap/

Ross