I'm trying to assign a variable for file.resource.loader.path in velocity.properties file as :
file.resource.loader.path=${file.path}
Here file.path already exists in config.properties so the path defined for both is the same.
I thought to refer a variable here, but I'm not able to load a path to this. I am loading my property file through applicationcontext.xml this way:
Can any one help me out?