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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -