properties - How to use directory paths stored in property file in ANT dirset or fileset? -
i need store directory paths in property files ant. have file contains example:
plugins.system=plugins\\whatever plugins.content=plugins\\example this.is.fine=plugins this.also.does.not.work=plugins/example
the problem is, dirset or fileset not find directory. belive, it's due escaping. when set property directly in build.xml without double slashes works fine. there way how "unescape" properties when load them?
thank answer.
Comments
Post a Comment