Closed GoogleCodeExporter closed 9 years ago
instead of overwriting the .template files this should produce .xml files with
the
tokens being replaced.
Original comment by deru...@gmail.com
on 5 Mar 2010 at 4:58
Interesting idea, I will experiment with this and let you know.
Original comment by baker.st...@gmail.com
on 6 Mar 2010 at 7:18
I've experimented with the plugin source code and added a new property
"outputdir". Example:
<filesToInclude>*.sql</filesToInclude>
<basedir>src/main/sql</basedir>
<outputdir>target/processedsql</outputdir>
This allows me to leave the input files unmodified and save the processed files
into target/processedsql
Original comment by maff...@gmail.com
on 1 Nov 2010 at 3:22
I think this enhancement would still be useful in cases where the output file
names need some pattern specified.
Original comment by baker.st...@gmail.com
on 27 Nov 2010 at 5:22
Original comment by baker.st...@gmail.com
on 12 Mar 2012 at 7:01
Code changes made. New paramters: inputFilePattern and outputFilePattern added.
These must be used together to take effect.
e.g. inputFilePattern of 'test-(.+)-file' and outputFilePattern of: test-$1-new
with a file named: test-template-file will have it's replacements written to:
'test-template-new'.
This is currently in trunk and awaits the next release.
Original comment by baker.st...@gmail.com
on 12 Mar 2012 at 7:23
[deleted comment]
Just issue clean up.
Original comment by baker.st...@gmail.com
on 17 Sep 2012 at 12:41
Original issue reported on code.google.com by
deru...@gmail.com
on 5 Mar 2010 at 4:55