Execution failed for task ':processResources'

Hello there,
I´ve got a little problem, I started with Java couple of weeks ago and now i got an exception i´ve never had before…

Im using Windows 10, using IntelliJ IDEA Community Edition and I´m programming a mod for minecraft with forge for the version 1.7.10, my error log says:

02:50:42: Executing external task ‘build’…


Powered By MCP:
http://modcoderpack.com/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : unknown


:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:compileJava UP-TO-DATE
:processResources FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:processResources’.

Could not copy file ‘C:\Users\KrabbeLP\Desktop\WoodMod\src\main\resources\mcmod.info’ to ‘C:\Users\KrabbeLP\Desktop\WoodMod\build\resources\main\mcmod.info’.

  • 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: 48.368 secs
No such property: krabbelp for class: SimpleTemplateScript1
02:51:32: External task execution finished ‘build’.

Thanks in advance
Steven Vetter

I up since I have the exact same issue, but with a build of .war archive for a java workflow engine (Camunda)

The copy to build folder fails and I have execution failed for task processResources :slight_smile: