Advertisement
Guest User

Untitled

a guest
Apr 30th, 2015
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. >BOOTING UP GRADLE...
  2. >Data loaded, MCreator gradle console ready [ver 1.007]! [boot took 2 milliseconds]
  3. >RIGHT click once to copy log to the clipboard or twice to clear the log.
  4. >=========================================================================================================================
  5. >Executing gradle command: build
  6. >Microsoft Windows [Version 6.3.9600]
  7. >(c) 2013 Microsoft Corporation. Alle rechten voorbehouden.
  8. >C:\games\Pylo\MCreator155>cd forge
  9. >C:\Games\Pylo\MCreator155\forge>SET "JAVA_HOME=C:\games\Pylo\MCreator155\jdk\"
  10. >C:\Games\Pylo\MCreator155\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  11. >C:\Games\Pylo\MCreator155\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  12. >C:\Games\Pylo\MCreator155\forge>gradlew build
  13. >****************************
  14. > Powered By MCP:
  15. > http://mcp.ocean-labs.de/
  16. > Searge, ProfMobius, Fesh0r,
  17. > R4wk, ZeuX, IngisKahn, bspkrs
  18. > MCP Data version : unknown
  19. >****************************
  20. >:compileApiJava UP-TO-DATE
  21. >:processApiResources UP-TO-DATE
  22. >:apiClasses UP-TO-DATE
  23. >:sourceMainJava UP-TO-DATE
  24. >C:\Games\Pylo\MCreator155\forge\build\sources\java\mod\mcreator\mcreator_sleepingbag.java:201: error: illegal start of expression
  25. >if(entity instanceof EntityPlayer)((EntityPlayer)entity).inventory.addItemStackToInventory(new ItemStack(, ));
  26. > ^
  27. >C:\Games\Pylo\MCreator155\forge\build\sources\java\mod\mcreator\mcreator_sleepingbag.java:201: error: illegal start of expression
  28. >if(entity instanceof EntityPlayer)((EntityPlayer)entity).inventory.addItemStackToInventory(new ItemStack(, ));
  29. > ^
  30. >2 errors
  31. >:compileJava FAILED
  32. >FAILURE: Build failed with an exception.
  33. >* What went wrong:
  34. >Execution failed for task ':compileJava'.
  35. >BUILD FAILED
  36. >> Compilation failed; see the compiler error output for details.
  37. >* Try:
  38. >Total time: 5.839 secs
  39. >Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  40. >C:\Games\Pylo\MCreator155\forge>
  41. >Task completed with return code 0 in 6311 milliseconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement