Re: Replacing a path

2004-12-27 Thread Antoine Levy-Lambert
Hello Thomas, the difficulty is you have probably an unlimited number of file separators between D:\in\ and "message.properties". You need to write your own custom mapper. The difficulty with regular expression is that there is no syntax I know of to back reference a pattern which repeats 0 to n

Replacing a path

2004-12-23 Thread thomasbuttier
Hi all, I have the following file in a directory D:\In\com.isb.mira.model.ui.contrib.html\src\message.properties and I would like to copy it to D:\Out\com.isb.mira.model.ui.contrib.html_src_message.properties Any Idea ? I've tried with mapper and regexp, with package and there is no way to get