OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

Build fails under Windos 7 #211

Closed Turakar closed 9 years ago

Turakar commented 9 years ago

I cloned the git project and run gradlew.bat build in it. However, I get this error:

****************************
 Powered By MCP:
 http://mcp.ocean-labs.de/
 Searge, ProfMobius, Fesh0r,
 R4wk, ZeuX, IngisKahn, bspkrs
 MCP Data version : unknown
****************************

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':compileJava'.
> Configuration with name 'default' not found.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.

BUILD FAILED

Total time: 4.185 secs
boq commented 9 years ago

Sorry, never got this error (and I compiled that code on few Win7 machines). Also, we use fairly standard build script, so I'm 99% sure it's not our problem. I'm guessing you are missing some crucial steps (JDK? checking out OpenModsLib submodule?),