I am almost sure this is not a bug which I am posting here. I am not sure what I am doing wrong during the recompile.
I am getting a fatal error from the forge "install.cmd" script.
Here is the error I am getting;
== MCP 8.04 (data: 8.04, client: 1.6.2, server: 1.6.2) ==
== Updating client ==
> Adding javadoc
> Renaming sources
- Done in 12.27 seconds
== MCP 8.04 (data: 8.04, client: 1.6.2, server: 1.6.2) ==
== Recompiling client ==
> Cleaning bin
> Recompiling
'"scalac.bat" -encoding UTF-8 -deprecation -target:jvm-1.6 -classpath "jars\vers
ions\1.6.2\1.6.2.jar;...' failed : 255
== ERRORS FOUND in SCALA CODE ==
The syntax of the command is incorrect.
================================
Client recompile failed, correct source then rerun updatemd5
=============================== Minecraft Forge Setup Finished =================
I have search the forums for an answer and I have come up short on answers that specifically identify my problem.
I have the scala compiler on my machine because its requirement for another project that I download and compile.
I have not touched the forge file or installer I just downloaded a fresh copy of the latest release (1.6.2-9.10.0.789 at the time) and ran the install script. I have been trying to compile for every version since 1.6 forge was posted and each time it fails to finish. Also just clarify the error is fatal so I am unable to use mcp I tried already.
Here is some important info about my machine / environment:
Windows 7 Pro 64-bit
Oracle Java JDK 7 update 25
Scala Compiler 2.10.2
If anyone could give some insight to what I am doing wrong it would be appreciated.