Arch Linux x86_64.
I've downloaded the latest Minecraft Forge src, unzip it and run the commands:
$ ./grandlew setupDecompWorkspace --refresh-dependencies
****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : snapshot_20141130
****************************
:extractMcpData
:getVersionJson
:extractUserDev
:genSrgs SKIPPED
:extractNatives
:copyNativesLegacy
:getAssetsIndex
:getAssets
:makeStart SKIPPED
:downloadMcpTools SKIPPED
:downloadClient SKIPPED
:downloadServer SKIPPED
:mergeJars SKIPPED
:deobfuscateJar SKIPPED
:decompile SKIPPED
:processSources SKIPPED
:remapJar SKIPPED
:extractMinecraftSrc SKIPPED
:recompMinecraft SKIPPED
:repackMinecraft SKIPPED
:setupDecompWorkspace UP-TO-DATE
BUILD SUCCESSFUL
Total time: 1 mins 28.31 secs
$ ./grandlew eclipse
****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : snapshot_20141130
****************************
:eclipseClasspath
:eclipseJdt
:eclipseProject
:eclipse
BUILD SUCCESSFUL
Total time: 33.346 secs
But dir "eclipse" still empty and dir "src/" contains only "main/java/com/example/examplemod" with one file "ExampleMod.java" and "main/resources" with one file "mdmod.info".
As result, all Minecraft Forge imports don't work.
Where is the problem?