LapisBlue / Pore

(Archive, not actively maintained) Run existing Bukkit plugins on Sponge natively
https://docs.lapis.blue/pore/
Other
61 stars 23 forks source link

Gradlew Build Failure; Execution Failed for task ':compileJava' #17

Closed gizmocodes closed 9 years ago

gizmocodes commented 9 years ago

I am trying to get Pore working for my server and I keep getting this when doing ./gradlew http://pastebin.com/FL5HLgpH

System: Java 7, Update 80; Windows Tech Preview/Win 10, Git 1.9.5

stephan-gh commented 9 years ago

You need to run poredev update before building Pore.

gizmocodes commented 9 years ago

I did, but it appears to fail to apply the patch. http://pastebin.com/Yif1Qq5p

Also, I have had problems building Spigot on Windows 10, so that may be the problem too...

caseif commented 9 years ago

Try recloning the Pore repository. I recall someone having this problem before and I think that did the trick.

jamierocks commented 9 years ago

What about use ./poredev update through Powershell or Git Bash... @caseif they have sh support right?

caseif commented 9 years ago

@jamierocks The Windows and *nix scripts call the same Git commands, so it shouldn't make a difference which one is used. More likely it's an issue with the local history or something to that measure, which is why I suggested recloning entirely.

gizmocodes commented 9 years ago

It applied the patch successfully after recloning the repo. Build Successful. Topic Closed.