Issues building EE3 on Win 7
nickodell opened this issue ยท 2 comments
Hi pahimar!
I'm trying to build EE3 on my Windows 7 64 bit machine. I've run into an issue preventing me from compiling minecraft with EE3 installed. Crash log
Versions of stuff:
javac 1.7.0_04
- Minecraft 1.2.5
- MCP 6.2
- Minecraft Forge 3.3.7
- EE3, pulled from your repo yesterday, of course :)
Assumptions I've made that may not be correct:
- The folder hosted by github goes in
/source/Equivelent-Exchange-3/
- Minecraft Coder's Pack (with forge installed) goes in
/mcp/
- I've put the
build.xml
andbuild.properties
files in the root folder. - I made a
build.properties
file that you can see here (The folder specified by that is the root of all of the filenames I mentioned earlier)
To clarify:
I can decompile, recompile, and run the vanilla minecraft client/server.
I can decompile, recompile, and run the client/server after dropping the forge folder into /mcp
and running install.cmd
I can't recompile after installing forge and running ant build
in the root directory. It fails with the errors given above.
What am I missing here?
Thanks in advance, and for making a cool mod,
--Nick
Extras:
tree /F
run against the whole thing (Warning, big file)