I have .properties and .xml resource files. These files get filtered
and copied correctly, and running Maven in -X debug mode doesn't
report any errors. The problem is simple:

foo=${imaPlaceholder}
[email protected]
baz=${imaPlaceholder}

will filter to:

foo=imaValue
[email protected]
baz=${imaPlaceholder}

The filtering simply stops - silently - after any @ character. The
same thing happens in xml files. This only happens on Linux; Windows
machines have no problem with the resource filtering. The resource
plugin encoding is set to UTF-8 and all files have been run through
"iconv -f ISO-8859-1 -t UTF-8 foo.properties > foo.propertiesEncoded"
just to be sure, though Eclipse is still reporting the .properties
files "determined from content: ISO-8859-1".

Rob

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to