lyt23 / filesync4eclipse

Automatically exported from code.google.com/p/filesync4eclipse
1 stars 0 forks source link

Token replace in files #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'd like the option to replace tokens in the synced files with a property 
values in a prop file. Eg if a source file contains ${propName}, when it is 
copied to the sync dir the ${propName} will be replaced with the value of 
propName in the property file.

For maximum configurability it would be nice to be able to configure:
tokenStart: (default "${")
tokenEnd: (default "}")
propFileLocations: list of prop files
propertyReplaceIncludes: list of matching patterns to include in the prop 
replace
propertyReplaceExcludes: list of exclude patterns (eg binary files)

We use the file sync plugin to save time because our maven build takes a 
long time. This lack of token replace functionality limits us for some 
files and a maven build is still required.

Original issue reported on code.google.com by lance.j...@googlemail.com on 27 May 2009 at 2:07

GoogleCodeExporter commented 8 years ago
The main feature is implemented already and replacement is already possible, 
see 
http://andrei.gmxhome.de/filesync/usage.html

Original comment by iloveeclipse on 27 May 2009 at 5:37