I'm having a hard time working with the #281 jenkins build of IC2 inside my eclipse environment. I used immibis's BON to deobfuscate it (like I did with the 147 version) but inside eclipse it hangs when Forge (#639) tries to activate the mod claiming a NoSuchField error.
Conversely, the exact same jar, without deobfuscation, works perfectly fine with minecraft 1.5.1 and forge 639 outside of eclipse. Also, if I package my jar (which depends on IC2) and put it in my mods folder (outside eclipse) it works perfectly fine (but debugging becomes very tedious).
The NoSuchField error makes me think the deobfuscation didn't properly decrypt all of the obfuscated fields to what mcp (7.44) wanted (I can't find what field broke it). Has anyone else seen such behaviour with eclipse+mcp744+ic2? Also, I know the jenkins builds aren't official, so is there a dependency on Forge 640 that I might have missed?