Does anyone know what the deal is with changing root directories? Velocity
takes a root definition, under which, it looks for files you request. What I
haven't been able to do is change that root designation to another directory
or other drive - the code below doesn't work... any ideas?
Properties p = new Properties();
p.setProperty(Runtime.FILE_RESOURCE_LOADER_PATH, myRoot);
// Initialize the Velocity runtime engine passing the properties object.
Runtime.init(p);
NOTE: To date, I have worked around the issue by setting the drive root as
Velocity's root and provide subdirectories as part of the target file
designation. This, however, does not allow me to target new drives.
*******************************************************
*******************************************************
Samuel Provencher [EMAIL PROTECTED]
*******************************************************
*******************************************************