On 2012-04-16, <ggreg...@apache.org> wrote: > [IO-324] Add Charset sister APIs to method that take a String charset name.
The new methods cause problems for people who pass in null for the charset as they want the platform's system default. The compiler doesn't know which of the writeStringToFile methods to pick if the third param is null. See <http://vmgump.apache.org/gump/public/google-docbkx/google-docbkx-maven-builder/gump_work/build_google-docbkx_google-docbkx-maven-builder.html> The code that was broken is <http://docbkx-tools.googlecode.com/svn/trunk/docbkx-builder-maven-plugin/src/main/java/com/agilejava/maven/docbkx/GeneratorMojo.java> Stefan