Explorar el Código

Specify encoding of javadoc to "utf-8"

That will fix build of javadoc in Windows zh-cn (and maybe some other locale).
Unknown why javac works well.
tags/v1.8.0
SilverFox hace 8 años
padre
commit
924d8e3cb6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      build.xml

+ 1
- 1
build.xml Ver fichero

@@ -433,7 +433,7 @@
</zip>
<!-- Build API JavaDoc jar -->
<mx:javadoc destdir="${javadoc.dir}" redirect="true">
<mx:javadoc destdir="${javadoc.dir}" charset="utf-8" encoding="utf-8" docencoding="utf-8" redirect="true">
<fileset dir="${project.src.dir}" defaultexcludes="yes">
<include name="com/gitblit/Constants.java"/>
<include name="com/gitblit/GitBlitException.java"/>

Cargando…
Cancelar
Guardar