I'm really excited about modding with forge, but for the past 6 hours I've had no luck with installing it properly. To make things simple, I did a fresh install of just about everything, JDK 1.7.0_40, Eclipse, minecraft 1.6.4 as well as minecraft server, and of course Forge Source 9.11.1.923. I set my Path for Java correctly. After everything is downloaded, I hit install.cmd, the script runs for about 6 minutes but it doesn't seem to complete and there are no java libraries installed.
Here is the dump from my mcp.log:
13:14:37 - == MCP 8.09 (data: 8.11, client: 1.6.4, server: 1.6.4) ==
13:14:37 - OS : win32
13:14:37 - "scalac" is not found on the PATH. Scala files will not be recompiled
13:14:37 - # VERSION INFO
13:14:37 - python: 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)]
13:14:37 - platform: Windows-7-6.1.7601-SP1
13:14:37 - # java: '"C:\Program Files\Java\jdk1.7.0_40\bin\java" -version'
13:14:37 - java version "1.7.0_40"
Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
Java HotSpot(TM) 64-Bit Server VM (build 24.0-b56, mixed mode)
13:14:37 - # javac: '"C:\Program Files\Java\jdk1.7.0_40\bin\javac" -version'
13:14:37 - javac 1.7.0_40
13:14:37 - # javac runtime: '"C:\Program Files\Java\jdk1.7.0_40\bin\javac" -J-version'
13:14:37 - java version "1.7.0_40"
Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
Java HotSpot(TM) 64-Bit Server VM (build 24.0-b56, mixed mode)
13:14:37 - # retroguard: 'runtime\bin\retroguard.jar --version'
13:14:38 - RetroGuard MCP v3.6.5
based on RetroGuard v2.3.1 by Retrologic Systems - www.retrologic.com
13:14:38 - # specialsource: 'runtime\bin\specialsource.jar --version'
13:14:38 - SpecialSource v{something}
13:14:38 - # mcinjector: 'runtime\bin\mcinjector.jar --version'
13:14:38 - MCInjector v2.8 by Searge, LexManos, Fesh0r
13:14:38 - # patch: 'runtime\bin\applydiff.exe --version'
13:14:38 - patch 2.5.4
13:14:38 - # astyle: 'runtime\bin\astyle.exe --version'
13:14:38 - Artistic Style Version 2.02.1
13:14:38 - # jadretro: 'runtime\bin\jadretro.jar'
13:14:38 - Error: Unable to access jarfile runtime\bin\jadretro.jar
13:14:38 - # jad: 'runtime\bin\jad.exe'
13:14:38 - # fernflower: 'runtime\bin\fernflower.jar'
13:14:38 - Usage: java ConsoleDecompiler ( -<option>=<value>)* (<source>)+ <destination>
13:14:38 - # found ff, ff patches, srgs, name csvs, doc csvs, param csvs, astyle, astyle config, rg, ss
13:14:38 - Updates disabled
13:14:38 - client md5: 2e5044f5359e82245551167a237f3167
13:14:38 - == Decompiling client using fernflower ==
13:14:38 - > Creating SRGs
13:14:38 - > Applying SpecialSource
13:14:39 - > Compiling AccessTransformer
13:14:40 - > Compiling MCPMerger
13:14:42 - > Running MCPMerger
13:14:45 - > Running AccessTransformer
13:14:45 - Forge config detected
Here's what the console looks like when "finished":
I've read many posts from many forums and am not getting anywhere. Please help!