https://issues.apache.org/bugzilla/show_bug.cgi?id=50785

Jesse Glick <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Jesse Glick <[email protected]> 2011-02-15 11:29:46 EST 
---
Matcher.appendReplacement Javadoc gives no indication that \n would be
interpreted specially. Putting an actual newline in the script would not work
due to XML whitespace parsing. Using &#10; might work, though of course
${line.separator} may be what you wanted to begin with.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to