Hey guys,
Looking at the ResourceManager from our earlier chat about loading multi jars...
I tried :
resource.loader.1.resource.path = jar:file:test.jar!/
resource.loader.1.resource.path = jar:file:template.jar!/
That doesn't work. it'll only see one.
What I'd like to do is this:
resource.loader.1.resource.path = jar:file:test.jar!/,jar:file:template.jar!/
But this means i need to change the ResourceManager ( see line: 166 )
to look for "resource.path" and use:
VelocityResources.getVector(property); - instead of getString()
This should also be beneficial to loading multi paths in FileResourceLoader.
Any objections to this? Or is there a better way that i'm missing?
--
Dave Bryson
[EMAIL PROTECTED]
----------------------