Building is impossible
octylFractal opened this issue ยท 4 comments
Attempting to run install-dependencies
fails the DL of the Minecarft 1.6.4 server
jar. The client goes fine, but the server always fails. (It seems the same is happening on the Travis build server). Is there a fix for this, as I'm working on a much needed crafting pipe patch.
See my Pull Request I made to FML MinecraftForge/FML#403, to fix you have to do it manually (because PR wasn't accepted).
- Open forge-1.6.4-9.11.1.965-src.zip from the ../downloads folder
- Apply the patch
- Save zip file ant re-run
ant test
Thanks, that did get the build through. I'm not sure if this issue is still valid though, so I'm leaving it open.