Forge doesn't set up character encoding properly, which results in a broken run of install.sh.
The problem can be fixed by adding "-encoding UTF-8" to the compiler arguments in conf/mcp.conf (forge overwrites it during installation)
Please include the fix for the compiler arguments or make all sources use ASCII-7 encoding.
Relevant log output follows:
== MCP 7.2 (data: 7.2, client: 1.3.2, server: 1.3.2) ==
== Recompiling client ==
> Cleaning bin
> Recompiling
'"javac" -Xlint:-options -deprecation -g -source 1.6 -target 1.6 -classpath "lib:lib/*:jars/bin/minec...' failed : 1
== ERRORS FOUND ==
src/common/cpw/mods/fml/common/versioning/ComparableVersion.java:59: unmappable character for encoding ASCII
* @author <a href="mailto:
[email protected]">Herv?? Boutemy</a>
^
src/common/cpw/mods/fml/common/versioning/ComparableVersion.java:59: unmappable character for encoding ASCII
* @author <a href="mailto:
[email protected]">Herv?? Boutemy</a>
^
2 errors
==================