Jump to content

Recommended Posts

Posted

I need help. My mod is finished and all I need is to export it.But when i run gradlew.bat with the command "build",it the part processResources always failed.PLZZ help.

Posted
  On 10/29/2014 at 5:50 PM, diesieben07 said:

Logs?

****************************

Powered By MCP:           

http://mcp.ocean-labs.de/ 

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\Jhenson Reynel\Desktop\CodingMods\forge\src\main\resources\mcmod.info' to 'C:\Users\Jhenson Reynel\Desktop\CodingMods\forge\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: 18.706 secs

 

Posted
  On 10/30/2014 at 12:04 PM, diesieben07 said:

Can you run it with the options specifies so we get a little more info as to why the file cannot be copied?

Here is the log when used : gradlew build --stacktrace

 

  Reveal hidden contents

 

Now here is the one with --debug:

 

  Reveal hidden contents

 

 

 

Posted
  On 10/31/2014 at 10:57 AM, diesieben07 said:

Your build.gradle contains an error, can you post it?

Here is my build.gradle file:

 

  Reveal hidden contents

 

Posted
  On 11/1/2014 at 5:54 AM, diesieben07 said:

Ok, it's not your build.gradle. Then it has to be your mcmod.info, if I am not mistaken.

Can you take a look at my ncmod.info?

Here:

 

  Reveal hidden contents

 

Posted
  On 11/3/2014 at 6:13 PM, diesieben07 said:

{$1.7} tells gradle to replace that with the string you specified for the placeholder "1.7". But that does not exist. Simply use "1.7" directly or leave it at the default so it can replace normally.

Oh,thank you.This has solved my problem.All thats left is for me to find out how to make my mod work in MCForge 1.7.10.

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.