https://bz.apache.org/bugzilla/show_bug.cgi?id=70184
Bug ID: 70184
Summary: Ant task lacks an outputEncoding attribute to match
output
Product: Ant
Version: 1.10.17
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: Core tasks
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
>From a usability standpoint having this would make sense, vs. having to set the
file.encoding for the entire VM. Obviously forking the PrintStream call or
getting the default:
Ant.java
out = new PrintStream(Files.newOutputStream(outfile.toPath()));
--
You are receiving this mail because:
You are the assignee for the bug.