https://bz.apache.org/bugzilla/show_bug.cgi?id=70183

            Bug ID: 70183
           Summary: Ant cmdline lacks -logencoding to match the -logfile
           Product: Ant
           Version: 1.10.17
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

>From a usability standpoint having the attribute makes sense, vs. trying to
figure out that the entire VM file.encoding needs to be set.  The arg just
needs to be passed in Main.java to PrintStream with a forked constructor call
or getting the default file encoding:

                    logTo = new
PrintStream(Files.newOutputStream(logFile.toPath())); //NOSONAR

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to