Skip to content

Commit

Permalink
Merge pull request #5897 from cb1kenobi/timob-17270
Browse files Browse the repository at this point in the history
[TIMOB-17270] Added file encoding setting to javac to allow special characters in path names.
  • Loading branch information
ingo committed Jul 10, 2014
2 parents 2aea6a8 + 2f36699 commit e640015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3857,6 +3857,7 @@ AndroidBuilder.prototype.compileJavaClasses = function compileJavaClasses(next)
this.jdkInfo.executables.javac,
[
'-J-Xmx' + this.javacMaxMemory,
'-J-Dfile.encoding=UTF8',
'-encoding', 'utf8',
'-bootclasspath', Object.keys(classpath).join(process.platform == 'win32' ? ';' : ':'),
'-d', this.buildBinClassesDir,
Expand Down

0 comments on commit e640015

Please sign in to comment.