jmporterog / maven-replacer-plugin

Automatically exported from code.google.com/p/maven-replacer-plugin
MIT License
0 stars 0 forks source link

Using $ delimited tokens does not work #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use a $ delimited token like $token$
2. try to replace it

What is the expected output? What do you see instead?
That replacement works. Replacement does not happen.

What version of the product are you using? On what operating system?
1.0

Please provide any additional information below.
On OSX, Maven 2.1

Original issue reported on code.google.com by awe...@gmail.com on 12 Aug 2009 at 3:24

GoogleCodeExporter commented 9 years ago

Original comment by baker.st...@gmail.com on 15 Aug 2009 at 11:57

GoogleCodeExporter commented 9 years ago
This has been fixed in v1.0.1.
However, you need to specify the new parameter: <regex>false</regex> so that it 
does
not attempt to replace based on a regex string. ($ is a regex recognised 
charater)

Original comment by baker.st...@gmail.com on 15 Aug 2009 at 12:10

GoogleCodeExporter commented 9 years ago

Original comment by baker.st...@gmail.com on 7 Oct 2009 at 12:00

GoogleCodeExporter commented 9 years ago

Original comment by baker.st...@gmail.com on 20 Nov 2009 at 9:22

GoogleCodeExporter commented 9 years ago

Original comment by baker.st...@gmail.com on 20 Dec 2009 at 11:15