Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
I'm trying to filter a groovy script with @Grab annotations like so:
@Grab(group='com.neosgeo.neosphere.ops', module='host-ops', version='${project.version}')
${project.version} won't filter. If you use
@Grab( group='com.neosgeo.neosphere.ops', module='host-ops', version='${project.version}')
it does.
Note that
\@Grab(group='com.neosgeo.neosphere.ops', module='host-ops', version='${project.version}')
with
<escapeString>\</escapeString>
is useless.
There doesn't appear to be anyway to escape the single @ so it isn't interpreted as a filter token, or to turn off '@' as a token entirely.
Attachments
Attachments
Issue Links
- duplicates
-
MRESOURCES-141 Filtering doesn't work when there is an odd number of @ in the resource
- Closed